Searched refs:phymode (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/ |
D | mlme.c | 100 wpa_hw_mode phymode, int chan, in ieee80211_sta_set_channel() argument 108 if (mode->mode == phymode) { in ieee80211_sta_set_channel() 115 return wpa_drv_set_channel(wpa_s, phymode, chan, freq); in ieee80211_sta_set_channel() 355 if (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G) { in ieee80211_send_assoc() 1348 local->scan_oper_phymode : local->conf.phymode; in ieee80211_bss_info() 1527 bss->hw_mode = wpa_s->mlme.phymode; in ieee80211_bss_info() 1531 (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G || in ieee80211_bss_info() 1532 wpa_s->mlme.phymode == WPA_MODE_IEEE80211B) && in ieee80211_bss_info() 2039 if (mode->mode != local->conf.phymode) in ieee80211_ibss_allowed() 2207 if (local->conf.phymode == MODE_ATHEROS_TURBO) in ieee80211_sta_join_ibss() [all …]
|
D | wpa_supplicant_i.h | 247 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member 679 wpa_hw_mode phymode, int chan, in wpa_drv_set_channel() argument 683 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode, in wpa_drv_set_channel()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver.h | 851 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
|
D | driver_test.c | 981 static int wpa_driver_test_set_channel(void *priv, wpa_hw_mode phymode, in wpa_driver_test_set_channel() argument 985 __func__, phymode, chan, freq); in wpa_driver_test_set_channel()
|
D | driver_nl80211.c | 2621 static int wpa_driver_nl80211_set_channel(void *priv, wpa_hw_mode phymode, in wpa_driver_nl80211_set_channel() argument
|