Home
last modified time | relevance | path

Searched refs:assoc_freq (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dfmac_main.h66 unsigned int assoc_freq; member
/Zephyr-latest/modules/hostap/src/
Dsupp_events.c270 } else if (wpa_s->assoc_freq > 4000) { in get_sta_link_mode()
272 } else if (wpa_s->assoc_freq > 2000) { in get_sta_link_mode()
Dsupp_api.c1621 status->band = wpas_band_to_zephyr(wpas_freq_to_band(wpa_s->assoc_freq));
1625 ieee80211_freq_to_chan(wpa_s->assoc_freq, &channel);
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c347 event.assoc_info.freq = vif_ctx_zep->assoc_freq; in nrf_wifi_wpa_supp_event_proc_assoc_resp()
902 vif_ctx_zep->assoc_freq = params->freq.freq; in nrf_wifi_wpa_supp_associate()
904 vif_ctx_zep->assoc_freq = 0; in nrf_wifi_wpa_supp_associate()
1213 vif_ctx_zep->signal_info->frequency = vif_ctx_zep->assoc_freq; in nrf_wifi_wpa_supp_signal_poll()