Searched refs:WIRELESS_11_24N (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | ieee80211.h | 108 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.1.27/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 167 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.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_wlan_util.c | 109 case WIRELESS_11_24N: in networktype_to_raid23a() 140 network_type = WIRELESS_11_24N; in judge_network_type23a() 1428 (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo23a() 1467 network_type = WIRELESS_11_24N; in update_wireless_mode23a()
|
D | rtw_ieee80211.c | 320 case WIRELESS_11_24N: in rtw_set_supported_rate23a()
|
D | rtw_ap.c | 393 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid23a() 963 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data23a()
|
D | rtw_xmit.c | 272 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|
D | rtw_mlme_ext.c | 3265 WIRELESS_11_24N && in issue_assocreq()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 99 case WIRELESS_11_24N: in networktype_to_raid() 125 network_type = WIRELESS_11_24N; in judge_network_type() 1463 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo() 1503 network_type = WIRELESS_11_24N; in update_wireless_mode()
|
D | rtw_ioctl_set.c | 600 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
|
D | rtw_ap.c | 485 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid() 1024 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
D | rtw_ieee80211.c | 350 case WIRELESS_11_24N: in rtw_set_supported_rate()
|
D | rtw_xmit.c | 288 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|
D | rtw_mlme.c | 1868 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
D | rtw_mlme_ext.c | 2810 …((pmlmeext->cur_wireless_mode & WIRELESS_11_24N) && (pregpriv->rx_stbc == 0x1)) || /* enable for 2… in issue_assocreq()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 1343 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | odm.c | 1395 (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheck23a()
|