Home
last modified time | relevance | path

Searched refs:WIFI_FREQ_BAND_6_GHZ (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c40 band = WIFI_FREQ_BAND_6_GHZ; in wifi_utils_map_band_str_to_idx()
94 case WIFI_FREQ_BAND_6_GHZ: in wifi_utils_validate_chan()
190 case WIFI_FREQ_BAND_6_GHZ: in wifi_utils_get_all_chans_in_range()
Dwifi_shell.c244 band = WIFI_FREQ_BAND_6_GHZ; in wifi_freq_to_band()
613 WIFI_FREQ_BAND_6_GHZ in __wifi_args_to_params()
702 params->band = WIFI_FREQ_BAND_6_GHZ; in __wifi_args_to_params()
Dwifi_mgmt.c124 case WIFI_FREQ_BAND_6_GHZ: in wifi_band_txt()
/Zephyr-latest/include/zephyr/net/
Dwifi.h222 WIFI_FREQ_BAND_6_GHZ, enumerator
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c127 return WIFI_FREQ_BAND_6_GHZ; in parse_band()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c248 bool is_6ghz = (band == WIFI_FREQ_BAND_6_GHZ) ? true : false; in get_mode_by_band()
253 (band == WIFI_FREQ_BAND_6_GHZ)) { in get_mode_by_band()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c757 if (params->bands & (1 << WIFI_FREQ_BAND_6_GHZ)) { in nxp_wifi_scan()