Home
last modified time | relevance | path

Searched refs:WIFI_AP_CONFIG_PARAM_VHT_CAPAB (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi.h693 WIFI_AP_CONFIG_PARAM_VHT_CAPAB = BIT(4), enumerator
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2465 if (params->type & WIFI_AP_CONFIG_PARAM_VHT_CAPAB) {
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2073 params->type |= WIFI_AP_CONFIG_PARAM_VHT_CAPAB; in wifi_ap_config_args_to_params()