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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c408 u32 phymode; local
415 phymode = AR_PHY_GC_HT_EN | AR_PHY_GC_SINGLE_HT_LTF1 | AR_PHY_GC_WALSH |
420 phymode |= AR_PHY_GC_DYN2040_EN;
424 phymode |= AR_PHY_GC_DYN2040_PRI_CH;
429 phymode |= REG_READ(ah, AR_PHY_GEN_CTRL);
431 phymode &= ~AR_PHY_GC_GF_DETECT_EN;
433 REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);
H A Dar5008_phy.c700 u32 phymode; local
707 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
711 phymode |= AR_PHY_FC_DYN2040_EN;
715 phymode |= AR_PHY_FC_DYN2040_PRI_CH;
718 REG_WRITE(ah, AR_PHY_TURBO, phymode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c408 u32 phymode; local
415 phymode = AR_PHY_GC_HT_EN | AR_PHY_GC_SINGLE_HT_LTF1 | AR_PHY_GC_WALSH |
420 phymode |= AR_PHY_GC_DYN2040_EN;
424 phymode |= AR_PHY_GC_DYN2040_PRI_CH;
429 phymode |= REG_READ(ah, AR_PHY_GEN_CTRL);
431 phymode &= ~AR_PHY_GC_GF_DETECT_EN;
433 REG_WRITE(ah, AR_PHY_GEN_CTRL, phymode);
H A Dar5008_phy.c700 u32 phymode; local
707 phymode = AR_PHY_FC_HT_EN | AR_PHY_FC_SHORT_GI_40
711 phymode |= AR_PHY_FC_DYN2040_EN;
715 phymode |= AR_PHY_FC_DYN2040_PRI_CH;
718 REG_WRITE(ah, AR_PHY_TURBO, phymode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/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.h252 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member in struct:wpa_client_mlme
686 wpa_hw_mode phymode, int chan,
690 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
685 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c104 enum hostapd_hw_mode phymode, int chan,
112 if (mode->mode == phymode) {
119 return wpa_drv_set_channel(wpa_s, phymode, chan, freq);
346 if (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G) {
1380 local->scan_oper_phymode : local->conf.phymode;
1559 bss->hw_mode = wpa_s->mlme.phymode;
1563 (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G ||
1564 wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211B) &&
2201 if (mode->mode != local->conf.phymode)
2372 if (local->conf.phymode
103 ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
[all...]
H A Ddriver_i.h240 enum hostapd_hw_mode phymode, int chan,
244 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
239 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
H A Dwpa_supplicant_i.h271 enum hostapd_hw_mode phymode; /* current mode */ member in struct:wpa_client_mlme
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/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.h252 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member in struct:wpa_client_mlme
686 wpa_hw_mode phymode, int chan,
690 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
685 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c104 enum hostapd_hw_mode phymode, int chan,
112 if (mode->mode == phymode) {
119 return wpa_drv_set_channel(wpa_s, phymode, chan, freq);
346 if (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G) {
1380 local->scan_oper_phymode : local->conf.phymode;
1559 bss->hw_mode = wpa_s->mlme.phymode;
1563 (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G ||
1564 wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211B) &&
2201 if (mode->mode != local->conf.phymode)
2372 if (local->conf.phymode
103 ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
[all...]
H A Ddriver_i.h240 enum hostapd_hw_mode phymode, int chan,
244 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
239 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
H A Dwpa_supplicant_i.h271 enum hostapd_hw_mode phymode; /* current mode */ member in struct:wpa_client_mlme
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/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.h252 int phymode; /* current mode; WPA_MODE_IEEE80211A, .. */ member in struct:wpa_client_mlme
686 wpa_hw_mode phymode, int chan,
690 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
685 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, wpa_hw_mode phymode, int chan, int freq) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dmlme.c104 enum hostapd_hw_mode phymode, int chan,
112 if (mode->mode == phymode) {
119 return wpa_drv_set_channel(wpa_s, phymode, chan, freq);
346 if (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G) {
1380 local->scan_oper_phymode : local->conf.phymode;
1559 bss->hw_mode = wpa_s->mlme.phymode;
1563 (wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211G ||
1564 wpa_s->mlme.phymode == HOSTAPD_MODE_IEEE80211B) &&
2201 if (mode->mode != local->conf.phymode)
2372 if (local->conf.phymode
103 ieee80211_sta_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
[all...]
H A Ddriver_i.h240 enum hostapd_hw_mode phymode, int chan,
244 return wpa_s->driver->set_channel(wpa_s->drv_priv, phymode,
239 wpa_drv_set_channel(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode phymode, int chan, int freq) argument
H A Dwpa_supplicant_i.h271 enum hostapd_hw_mode phymode; /* current mode */ member in struct:wpa_client_mlme
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dasix.c171 u8 phymode; member in struct:asix_data
1204 if (data->phymode == PHY_MODE_MARVELL && data->ledmode)
1299 data->phymode = PHY_MODE_MARVELL;
1303 data->phymode = le16_to_cpu(eeprom) & 7;
1307 dbg("GPIO0: %d, PhyMode: %d", gpio0, data->phymode);
1315 dbg("gpio phymode == 1 path");
1351 if (data->phymode == PHY_MODE_MARVELL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dasix.c171 u8 phymode; member in struct:asix_data
1204 if (data->phymode == PHY_MODE_MARVELL && data->ledmode)
1299 data->phymode = PHY_MODE_MARVELL;
1303 data->phymode = le16_to_cpu(eeprom) & 7;
1307 dbg("GPIO0: %d, PhyMode: %d", gpio0, data->phymode);
1315 dbg("gpio phymode == 1 path");
1351 if (data->phymode == PHY_MODE_MARVELL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/drivers/
H A Ddriver.h825 * @phymode: WPA_MODE_IEEE80211B, ..
833 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/drivers/
H A Ddriver.h825 * @phymode: WPA_MODE_IEEE80211B, ..
833 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/drivers/
H A Ddriver.h825 * @phymode: WPA_MODE_IEEE80211B, ..
833 int (*set_channel)(void *priv, wpa_hw_mode phymode, int chan,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_info.c303 phymode -
310 void RTMPSetPhyMode(struct rt_rtmp_adapter *pAd, unsigned long phymode) argument
313 /* the selected phymode must be supported by the RF IC encoded in E2PROM */
317 if (pAd->CommonCfg.PhyMode == phymode)
320 pAd->CommonCfg.PhyMode = (u8)phymode;
344 switch (phymode) {
434 phymode -
647 phymode -

Completed in 398 milliseconds

12