Home
last modified time | relevance | path

Searched refs:WIRELESS_11_24N (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dieee80211.h148 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator
156 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
160 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
162 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
165 WIRELESS_11_24N | WIRELESS_11_5N),
169 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
181 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \
193 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dieee80211.h162 WIRELESS_11_24N = BIT(3), /* tx: MCS only, rx: MCS & cck, hw: MCS & cck */ enumerator
170 …WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: c…
172 …WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS,…
173 …WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofd…
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),
181 WIRELESS_MODE_24G = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11AC),
182 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
185 #define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
192 #define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false)
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c92 case WIRELESS_11_24N: in networktype_to_raid()
112 network_type = WIRELESS_11_24N; in judge_network_type()
1333 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo()
1367 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ioctl_set.c551 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ap.c365 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid()
912 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_ieee80211.c187 case WIRELESS_11_24N: in rtw_set_supported_rate()
Drtw_xmit.c261 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c1791 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c110 case WIRELESS_11_24N: in networktype_to_raid_ex()
855 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp()
1758 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1800 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ieee80211.c282 case WIRELESS_11_24N: in rtw_set_supported_rate()
366 … (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24N)) in rtw_generate_ie()
Drtw_ap.c435 sta_band |= WIRELESS_11_24N; in add_RATid()
1187 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_xmit.c387 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c2506 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dodm.c1075 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()