Home
last modified time | relevance | path

Searched refs:WIFI_FREQ_BAND_5_GHZ (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_utils.c38 band = WIFI_FREQ_BAND_5_GHZ; in wifi_utils_map_band_str_to_idx()
91 case WIFI_FREQ_BAND_5_GHZ: in wifi_utils_validate_chan()
164 case WIFI_FREQ_BAND_5_GHZ: in wifi_utils_get_all_chans_in_range()
Dwifi_mgmt.c122 case WIFI_FREQ_BAND_5_GHZ: in wifi_band_txt()
522 params.band_chan[i].band = WIFI_FREQ_BAND_5_GHZ; in wifi_neighbor_rep_complete()
1374 params->band = WIFI_FREQ_BAND_5_GHZ; in __stored_creds_to_params()
Dwifi_shell.c242 band = WIFI_FREQ_BAND_5_GHZ; in wifi_freq_to_band()
612 WIFI_FREQ_BAND_5_GHZ, in __wifi_args_to_params()
699 params->band = WIFI_FREQ_BAND_5_GHZ; in __wifi_args_to_params()
884 (params->band != WIFI_FREQ_BAND_5_GHZ && in __wifi_args_to_params()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials_shell.c123 return WIFI_FREQ_BAND_5_GHZ; in parse_band()
205 if (band == WIFI_FREQ_BAND_5_GHZ) { in cmd_add_network()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt_scan.c32 case WIFI_FREQ_BAND_5_GHZ: in nrf_wifi_map_zep_band_to_rpu()
92 band_flags &= (~(1 << WIFI_FREQ_BAND_5_GHZ)); in nrf_wifi_disp_scan_zep()
/Zephyr-latest/include/zephyr/net/
Dwifi.h220 WIFI_FREQ_BAND_5_GHZ, enumerator
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c682 res.band = scan_result.channel > 14 ? WIFI_FREQ_BAND_5_GHZ : WIFI_FREQ_BAND_2_4_GHZ; in nxp_wifi_process_results()
798 if (params->bands & (1 << WIFI_FREQ_BAND_5_GHZ)) { in nxp_wifi_scan()
806 if (params->bands & (1 << WIFI_FREQ_BAND_5_GHZ)) { in nxp_wifi_scan()
1053 status->band = nxp_wlan_uap_network.channel > 14 ? WIFI_FREQ_BAND_5_GHZ in nxp_wifi_uap_status()
1134 status->band = nxp_wlan_network.channel > 14 ? WIFI_FREQ_BAND_5_GHZ in nxp_wifi_status()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c252 } else if ((band == WIFI_FREQ_BAND_5_GHZ) || in get_mode_by_band()
359 return WIFI_FREQ_BAND_5_GHZ; in wpas_band_to_zephyr()