Searched refs:phymode (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant/
H A Dmlme.c459 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 Dwpa_supplicant_i.h248 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 Ddriver.h681 * @phymode: WPA_MODE_IEEE80211B, ..
689 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
H A Ddriver_test.c763 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 Ddriver_wext.c2316 int wpa_driver_wext_set_channel(void *priv, wpa_hw_mode phymode, int chan, argument
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.c100 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 Dwpa_supplicant_i.h247 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 Ddriver.h843 * @phymode: WPA_MODE_IEEE80211B, ..
851 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
H A Ddriver_test.c981 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 Ddriver_nl80211.c2621 static int wpa_driver_nl80211_set_channel(void *priv, wpa_hw_mode phymode, argument

Completed in 110 milliseconds