Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dieee80211.h147 WIRELESS_11A = BIT(2), /* tx:ofdm only, rx: ofdm only, hw:ofdm only */ enumerator
158 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
162 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
164 WIRELESS_11ABGN = (WIRELESS_11A | WIRELESS_11B | WIRELESS_11G |
171 (WIRELESS_11A | WIRELESS_11_5N)
191 ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? true : false)
Dwifi.h348 ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) ? 16 : 10)
/Linux-v5.4/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-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.h16 WIRELESS_11A = 4, enumerator
Dhw.c2171 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask()
/Linux-v5.4/drivers/staging/rtl8712/
Dieee80211.c134 case WIRELESS_11A: in set_supported_rate()
Dwifi.h361 WIRELESS_11A) ? 16 : 10)
Dieee80211.h70 WIRELESS_11A = 4, enumerator
Drtl871x_mlme.c1598 case WIRELESS_11A: in r8712_update_registrypriv_dev_network()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c103 case WIRELESS_11A: in networktype_to_raid_ex()
865 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11A)) { in WMMOnAssocRsp()
1758 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1795 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.c432 sta_band |= WIRELESS_11A; in add_RATid()
504 network_type = WIRELESS_11A; in update_bmc_sta()
1255 case WIRELESS_11A: in rtw_check_beacon_data()
Drtw_mlme.c2511 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
Drtw_mlme_ext.c4910 if (pregistrypriv->wireless_mode & WIRELESS_11A) { in process_80211d()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c87 case WIRELESS_11A: in networktype_to_raid()
1341 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
Drtw_ap.c445 network_type = WIRELESS_11A; in update_bmc_sta()
943 case WIRELESS_11A: in rtw_check_beacon_data()
Drtw_ieee80211.c180 case WIRELESS_11A: in rtw_set_supported_rate()