Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dieee80211.h144 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator
152 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
156 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
158 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
161 WIRELESS_11_24N | WIRELESS_11_5N),
165 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
177 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \
189 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dieee80211.h161 WIRELESS_11_24N = BIT(3), /* tx: MCS only, rx: MCS & cck, hw: MCS & cck */ enumerator
169 …WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: c…
171 …WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS,…
172 …WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofd…
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),
180 WIRELESS_MODE_24G = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11AC),
181 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
184 #define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
191 #define IsEnableHWOFDM(NetType) (((NetType) & (WIRELESS_11G|WIRELESS_11_24N)) ? true : false)
[all …]
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c66 case WIRELESS_11_24N: in networktype_to_raid()
86 network_type = WIRELESS_11_24N; in judge_network_type()
1303 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo()
1335 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.c374 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid()
924 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_ieee80211.c188 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.c1793 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c84 case WIRELESS_11_24N: in networktype_to_raid_ex()
803 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp()
1698 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1730 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ieee80211.c283 case WIRELESS_11_24N: in rtw_set_supported_rate()
367 … (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24N)) in rtw_generate_ie()
Drtw_ap.c437 sta_band |= WIRELESS_11_24N; in add_RATid()
1189 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_xmit.c372 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c2429 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dodm.c1073 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()