Home
last modified time | relevance | path

Searched refs:WIFI_AP_CONFIG_PARAM_MAX_NUM_STA (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi.h687 WIFI_AP_CONFIG_PARAM_MAX_NUM_STA = BIT(1), enumerator
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c679 if (params->type & WIFI_AP_CONFIG_PARAM_MAX_NUM_STA) { in wifi_ap_config_params()
Dwifi_shell.c2064 params->type |= WIFI_AP_CONFIG_PARAM_MAX_NUM_STA; in wifi_ap_config_args_to_params()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c627 if (params->type & WIFI_AP_CONFIG_PARAM_MAX_NUM_STA) { in nxp_wifi_ap_config_params()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2447 if (params->type & WIFI_AP_CONFIG_PARAM_MAX_NUM_STA) {