Searched refs:WIRELESS_11A (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 153 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)
|
D | wifi.h | 356 ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11A) ? 16 : 10)
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 161 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)
|
D | wifi.h | 460 #define _SIFSTIME_ ((priv->pmib->dot11BssType.net_work_type&WIRELESS_11A)?16:10)
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.h | 37 WIRELESS_11A = 4, enumerator
|
D | hw.c | 2193 band |= WIRELESS_11A; in rtl92se_update_hal_rate_mask()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 89 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()
|
D | rtw_ap.c | 369 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()
|
D | rtw_ieee80211.c | 107 return WIRELESS_11A; in rtw_check_network_type() 186 case WIRELESS_11A: in rtw_set_supported_rate()
|
D | rtw_mlme.c | 1822 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.c | 142 case WIRELESS_11A: in set_supported_rate()
|
D | wifi.h | 387 WIRELESS_11A) ? 16 : 10)
|
D | ieee80211.h | 81 WIRELESS_11A = 4, enumerator
|
D | rtl871x_mlme.c | 1643 case WIRELESS_11A: in r8712_update_registrypriv_dev_network()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 103 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()
|
D | rtw_ieee80211.c | 101 return WIRELESS_11A; in rtw_check_network_type() 273 case WIRELESS_11A: in rtw_set_supported_rate()
|
D | rtw_ap.c | 461 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()
|
D | rtw_mlme.c | 2574 case WIRELESS_11A: in rtw_update_registrypriv_dev_network()
|
D | rtw_mlme_ext.c | 4935 if (pregistrypriv->wireless_mode & WIRELESS_11A) { in process_80211d()
|