Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c757 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
759 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()
767 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()
772 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()
774 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1703 event.acs_selected_channels.pri_channel = in qca_nl80211_acs_select_ch()
1732 event.acs_selected_channels.pri_channel, in qca_nl80211_acs_select_ch()
Ddriver.h5273 u8 pri_channel; member