Home
last modified time | relevance | path

Searched refs:WIRELESS_11A (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h153 WIRELESS_11A = BIT(2), /* tx:ofdm only, rx: ofdm only, hw:ofdm only */ enumerator
164 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
168 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
170 WIRELESS_11ABGN = (WIRELESS_11A | WIRELESS_11B | WIRELESS_11G |
177 (WIRELESS_11A | WIRELESS_11_5N)
197 ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? true : false)
Dwifi.h356 ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) ? 16 : 10)
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h161 WIRELESS_11A = BIT(2), /* tx: ofdm only, rx: ofdm only, hw: ofdm only */ enumerator
171 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only…
175 WIRELESS_11_5AC = (WIRELESS_11A|WIRELESS_11AC),
179 …WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, r…
180 WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
182 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
187 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A)))
199 #define IsSupportedTxOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11A)) ? true : false)
Dwifi.h460 #define _SIFSTIME_ ((priv->pmib->dot11BssType.net_work_type&WIRELESS_11A)?16:10)
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.h37 WIRELESS_11A = 4, enumerator
Dhw.c2193 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c89 case WIRELESS_11A: in networktype_to_raid()
117 network_type |= WIRELESS_11A; in judge_network_type()
1407 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
1436 network_type |= WIRELESS_11A; in update_wireless_mode()
Drtw_ap.c369 sta_band |= WIRELESS_11_5N | WIRELESS_11A; in add_RATid()
371 sta_band |= WIRELESS_11A; in add_RATid()
455 network_type = WIRELESS_11A; in update_bmc_sta()
953 case WIRELESS_11A: in rtw_check_beacon_data()
Drtw_ieee80211.c107 return WIRELESS_11A; in rtw_check_network_type()
186 case WIRELESS_11A: in rtw_set_supported_rate()
Drtw_mlme.c1822 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
/Linux-v4.19/drivers/staging/rtl8712/
Dieee80211.c142 case WIRELESS_11A: in set_supported_rate()
Dwifi.h387 WIRELESS_11A) ? 16 : 10)
Dieee80211.h81 WIRELESS_11A = 4, enumerator
Drtl871x_mlme.c1643 case WIRELESS_11A: in r8712_update_registrypriv_dev_network()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c103 case WIRELESS_11A: in networktype_to_raid_ex()
870 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11A)) { in WMMOnAssocRsp()
1769 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1806 network_type |= WIRELESS_11A; in update_wireless_mode()
Drtw_ieee80211.c101 return WIRELESS_11A; in rtw_check_network_type()
273 case WIRELESS_11A: in rtw_set_supported_rate()
Drtw_ap.c461 sta_band |= WIRELESS_11A; in add_RATid()
538 network_type = WIRELESS_11A; in update_bmc_sta()
1362 case WIRELESS_11A: in rtw_check_beacon_data()
Drtw_mlme.c2574 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
Drtw_mlme_ext.c4935 if (pregistrypriv->wireless_mode & WIRELESS_11A) { in process_80211d()