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.c561 hapd->iface->freq = hostapd_hw_get_freq(hapd, acs_res->pri_channel); in hostapd_acs_channel_selected()
563 if (!acs_res->pri_channel) { in hostapd_acs_channel_selected()
570 hapd->iconf->channel = acs_res->pri_channel; in hostapd_acs_channel_selected()
575 else if (acs_res->sec_channel < acs_res->pri_channel) in hostapd_acs_channel_selected()
577 else if (acs_res->sec_channel > acs_res->pri_channel) in hostapd_acs_channel_selected()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c1529 event.acs_selected_channels.pri_channel = in qca_nl80211_acs_select_ch()
1558 event.acs_selected_channels.pri_channel, in qca_nl80211_acs_select_ch()
Ddriver.h4573 u8 pri_channel; member