Searched refs:WIRELESS_11_24N (Results 1 - 16 of 16) sorted by relevance

/drivers/staging/rtl8723au/include/
H A Dieee80211.h108 WIRELESS_11_24N = BIT(3), enumerator in enum:NETWORK_TYPE
118 WIRELESS_11G_24N = WIRELESS_11G | WIRELESS_11_24N,
122 WIRELESS_11BG_24N = WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N,
124 WIRELESS_11AGN = WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
127 WIRELESS_11_24N | WIRELESS_11_5N,
130 #define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
137 #define IsEnableHWOFDM(NetType) (NetType & (WIRELESS_11G|WIRELESS_11_24N|SUPPORTED_5G_NETTYPE_MSK) ? true : false)
145 #define IsSupportedTxMCS(NetType) (NetType & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h168 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator in enum:NETWORK_TYPE
176 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
180 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
182 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
185 WIRELESS_11_24N | WIRELESS_11_5N),
189 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
201 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \
213 ((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/drivers/staging/rtl8723au/core/
H A Drtw_wlan_util.c109 case WIRELESS_11_24N:
140 network_type = WIRELESS_11_24N;
1434 (WIRELESS_11G | WIRELESS_11_24N)) {
1473 network_type = WIRELESS_11_24N;
H A Drtw_ieee80211.c320 case WIRELESS_11_24N:
H A Drtw_ap.c397 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B;
978 network_type |= WIRELESS_11_24N;
H A Drtw_xmit.c283 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) {
H A Drtw_mlme_ext.c3268 WIRELESS_11_24N &&
/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c104 case WIRELESS_11_24N:
135 network_type = WIRELESS_11_24N;
1506 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) {
1546 network_type = WIRELESS_11_24N;
H A Drtw_ioctl_set.c600 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) {
H A Drtw_ap.c487 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B;
1026 network_type |= WIRELESS_11_24N;
H A Drtw_ieee80211.c351 case WIRELESS_11_24N:
H A Drtw_mlme.c1865 case WIRELESS_11_24N:
H A Drtw_xmit.c288 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) {
H A Drtw_mlme_ext.c2818 ((pmlmeext->cur_wireless_mode & WIRELESS_11_24N) && (pregpriv->rx_stbc == 0x1)) || /* enable for 2.4GHz */
/drivers/staging/rtl8188eu/hal/
H A Dodm.c989 /* case WIRELESS_11_24N: */
1355 if ((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N))
/drivers/staging/rtl8723au/hal/
H A Dodm.c1136 /* case WIRELESS_11_24N: */
1509 (pmlmeext->cur_wireless_mode & WIRELESS_11_24N))

Completed in 550 milliseconds