Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dieee80211.h154 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator
162 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
166 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
168 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
171 WIRELESS_11_24N | WIRELESS_11_5N),
175 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
187 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \
199 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c94 case WIRELESS_11_24N: in networktype_to_raid()
120 network_type = WIRELESS_11_24N; in judge_network_type()
1399 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo()
1439 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ioctl_set.c553 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ap.c374 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid()
922 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_ieee80211.c193 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.c1817 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c110 case WIRELESS_11_24N: in networktype_to_raid_ex()
860 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp()
1769 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1811 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.c464 sta_band |= WIRELESS_11_24N; in add_RATid()
1284 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_xmit.c385 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c2569 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dodm.c1109 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()