Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dieee80211.h108 WIRELESS_11_24N = BIT(3), enumerator
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) …
145 #define IsSupportedTxMCS(NetType) (NetType & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h167 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator
175 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
179 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
181 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N |
184 WIRELESS_11_24N | WIRELESS_11_5N),
188 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
200 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \
212 ((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N) ? true : false)
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c109 case WIRELESS_11_24N: in networktype_to_raid23a()
140 network_type = WIRELESS_11_24N; in judge_network_type23a()
1422 (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo23a()
1461 network_type = WIRELESS_11_24N; in update_wireless_mode23a()
Drtw_ieee80211.c320 case WIRELESS_11_24N: in rtw_set_supported_rate23a()
Drtw_ap.c401 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid23a()
982 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data23a()
Drtw_xmit.c272 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme_ext.c3257 WIRELESS_11_24N && in issue_assocreq()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c101 case WIRELESS_11_24N: in networktype_to_raid()
127 network_type = WIRELESS_11_24N; in judge_network_type()
1461 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo()
1501 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ioctl_set.c600 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_ap.c508 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid()
1047 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_ieee80211.c352 case WIRELESS_11_24N: in rtw_set_supported_rate()
Drtw_xmit.c289 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c1873 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
Drtw_mlme_ext.c1171 …((pmlmeext->cur_wireless_mode & WIRELESS_11_24N) && (pregpriv->rx_stbc == 0x1)) || /* enable for 2… in issue_assocreq()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c1341 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm.c1395 (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheck23a()