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.c600 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
602 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()
610 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()
615 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()
617 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1580 event.acs_selected_channels.pri_channel = in qca_nl80211_acs_select_ch()
1609 event.acs_selected_channels.pri_channel, in qca_nl80211_acs_select_ch()
Ddriver.h4736 u8 pri_channel; member