Home
last modified time | relevance | path

Searched refs:channel_to_frequency (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Dwifi_nxp_internal.h629 int channel_to_frequency(t_u16 channel, t_u8 band);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c3264 mgmt_rx->frame.freq = channel_to_frequency(chan_num, band_config); in wlan_process_802dot11_mgmt_pkt2()
3288 mgmt_rx->frame.freq = channel_to_frequency(chan_num, band_config); in wlan_process_802dot11_mgmt_pkt2()
4780 …scan_res->frequency = channel_to_frequency(bss_new_entry->channel, (bss_new_entry->bss_band == BA… in wifi_nxp_scan_res_get2()
4864 …survey_res.freq = channel_to_frequency(pchan_stats[idx].chan_num, pchan_stats[idx].bandcfg… in wifi_nxp_survey_res_get()
Dwifi-uap.c3400 cacinfo.center_freq = channel_to_frequency(priv->uap_channel, bandcfg->chanBand); in wifi_set_uap_dfs_cac()
3427 cacinfo.center_freq1 = channel_to_frequency(center_chan, bandcfg->chanBand); in wifi_set_uap_dfs_cac()
Dmlan_glue.c3019 acs_params.pri_freq = channel_to_frequency(acs_scan->chan, 0); in wifi_process_cmd_response()
3022 … acs_params.pri_freq = channel_to_frequency(acs_scan->chan, acs_scan->bandcfg.chanBand); in wifi_process_cmd_response()
3028 … acs_params.pri_freq = channel_to_frequency(acs_scan->chan, acs_scan->bandcfg.chanBand); in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c162 int channel_to_frequency(t_u16 channel, t_u8 band) in channel_to_frequency() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c3387 chandef.center_freq = channel_to_frequency(pchan_band_info.channel, band); in wlcm_process_channel_switch_supp()
3410 chandef.center_freq1 = channel_to_frequency(pchan_band_info.center_chan, band); in wlcm_process_channel_switch_supp()