Home
last modified time | relevance | path

Searched refs:WPA_SETBAND_AUTO (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h386 WPA_SETBAND_AUTO, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h393 WPA_SETBAND_AUTO = 0, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c1406 u32 setband_mask = WPA_SETBAND_AUTO; in hostapd_ctrl_iface_set_band()
1421 if (setband_mask == WPA_SETBAND_AUTO) in hostapd_ctrl_iface_set_band()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c310 u32 setband_mask = WPA_SETBAND_AUTO; in wpas_ctrl_set_band()
325 if (setband_mask == WPA_SETBAND_AUTO) in wpas_ctrl_set_band()
Dwpa_supplicant.c5406 wpa_s->setband_mask = WPA_SETBAND_AUTO;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c305 wpa_s->setband = WPA_SETBAND_AUTO; in wpas_ctrl_set_band()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c10141 case WPA_SETBAND_AUTO: in nl80211_set_band()