/external/wpa_supplicant/ |
H A D | mlme.c | 459 wpa_hw_mode phymode, int chan, 467 if (mode->mode == phymode) { 474 return wpa_drv_set_channel(wpa_s, phymode, chan, freq); 682 if (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G) { 1556 local->scan_oper_phymode : local->conf.phymode; 1707 bss->hw_mode = wpa_s->mlme.phymode; 1711 (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G || 1712 wpa_s->mlme.phymode == WPA_MODE_IEEE80211B) && 2054 if (mode->mode != local->conf.phymode) 2222 if (local->conf.phymode 458 ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument [all...] |
H A D | wpa_supplicant_i.h | 248 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member in struct:wpa_client_mlme 647 wpa_hw_mode phymode, int chan, 651 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode, 646 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
|
H A D | driver.h | 681 * @phymode: WPA_MODE_IEEE80211B, .. 689 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
|
H A D | driver_test.c | 763 int wpa_driver_test_set_channel(void *priv, wpa_hw_mode phymode, int chan, argument 766 wpa_printf(MSG_DEBUG, "%s: phymode=%d chan=%d freq=%d", 767 __func__, phymode, chan, freq);
|
H A D | driver_wext.c | 2316 int wpa_driver_wext_set_channel(void *priv, wpa_hw_mode phymode, int chan, argument
|
/external/wpa_supplicant_6/wpa_supplicant/ |
H A D | mlme.c | 100 wpa_hw_mode phymode, int chan, 108 if (mode->mode == phymode) { 115 return wpa_drv_set_channel(wpa_s, phymode, chan, freq); 355 if (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G) { 1348 local->scan_oper_phymode : local->conf.phymode; 1527 bss->hw_mode = wpa_s->mlme.phymode; 1531 (wpa_s->mlme.phymode == WPA_MODE_IEEE80211G || 1532 wpa_s->mlme.phymode == WPA_MODE_IEEE80211B) && 2039 if (mode->mode != local->conf.phymode) 2207 if (local->conf.phymode 99 ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument [all...] |
H A D | wpa_supplicant_i.h | 247 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member in struct:wpa_client_mlme 679 wpa_hw_mode phymode, int chan, 683 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode, 678 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
H A D | driver.h | 843 * @phymode: WPA_MODE_IEEE80211B, .. 851 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
|
H A D | driver_test.c | 981 static int wpa_driver_test_set_channel(void *priv, wpa_hw_mode phymode, argument 984 wpa_printf(MSG_DEBUG, "%s: phymode=%d chan=%d freq=%d", 985 __func__, phymode, chan, freq);
|
H A D | driver_nl80211.c | 2621 static int wpa_driver_nl80211_set_channel(void *priv, wpa_hw_mode phymode, argument
|