Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dieee80211.h143 WIRELESS_11A = BIT(2), /* tx:ofdm only, rx: ofdm only, hw:ofdm only */ enumerator
154 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
158 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
160 WIRELESS_11ABGN = (WIRELESS_11A | WIRELESS_11B | WIRELESS_11G |
167 (WIRELESS_11A | WIRELESS_11_5N)
187 ((NetType) & (WIRELESS_11G | WIRELESS_11A) ? true : false)
Dwifi.h316 ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) ? 16 : 10)
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h160 WIRELESS_11A = BIT(2), /* tx: ofdm only, rx: ofdm only, hw: ofdm only */ enumerator
170 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only…
174 WIRELESS_11_5AC = (WIRELESS_11A|WIRELESS_11AC),
178 …WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, r…
179 WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N),
181 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
186 #define IsLegacyOnly(NetType) ((NetType) == ((NetType) & (WIRELESS_11BG|WIRELESS_11A)))
198 #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.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dhw.h16 WIRELESS_11A = 4, enumerator
Dhw.c2170 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask()
/Linux-v5.10/drivers/staging/rtl8712/
Dieee80211.h64 WIRELESS_11A = 4, enumerator
Dwifi.h361 WIRELESS_11A) ? 16 : 10)
Dieee80211.c134 case WIRELESS_11A: in set_supported_rate()
Drtl871x_mlme.c1597 case WIRELESS_11A: in r8712_update_registrypriv_dev_network()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c102 return WIRELESS_11A; in rtw_check_network_type()
274 case WIRELESS_11A: in rtw_set_supported_rate()
Drtw_ap.c434 sta_band |= WIRELESS_11A; in add_RATid()
506 network_type = WIRELESS_11A; in update_bmc_sta()
1257 case WIRELESS_11A: in rtw_check_beacon_data()
Drtw_wlan_util.c77 case WIRELESS_11A: in networktype_to_raid_ex()
813 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11A)) { in WMMOnAssocRsp()
1698 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
Drtw_mlme.c2434 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
Drtw_mlme_ext.c4917 if (pregistrypriv->wireless_mode & WIRELESS_11A) { in process_80211d()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c61 case WIRELESS_11A: in networktype_to_raid()
1311 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
Drtw_ieee80211.c181 case WIRELESS_11A: in rtw_set_supported_rate()
Drtw_ap.c955 case WIRELESS_11A: in rtw_check_beacon_data()