Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_nm_instance Struct Reference

WiFi Network manager instance. More...

#include <wifi_nm.h>

Data Fields

const char * name
 Name of the Network manager instance.
 
const struct wifi_mgmt_opsops
 Wi-Fi Management operations.
 
struct net_ifmgd_ifaces [CONFIG_WIFI_NM_MAX_MANAGED_INTERFACES]
 List of Managed interfaces.
 

Detailed Description

WiFi Network manager instance.

Field Documentation

◆ mgd_ifaces

struct net_if* wifi_nm_instance::mgd_ifaces[CONFIG_WIFI_NM_MAX_MANAGED_INTERFACES]

List of Managed interfaces.

◆ name

const char* wifi_nm_instance::name

Name of the Network manager instance.

◆ ops

const struct wifi_mgmt_ops* wifi_nm_instance::ops

Wi-Fi Management operations.


The documentation for this struct was generated from the following file: