Searched refs:WIRELESS_11_24N (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 154 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/ |
D | ieee80211.h | 162 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/ |
D | rtw_wlan_util.c | 94 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()
|
D | rtw_ioctl_set.c | 553 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
|
D | rtw_ap.c | 374 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid() 922 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
D | rtw_ieee80211.c | 193 case WIRELESS_11_24N: in rtw_set_supported_rate()
|
D | rtw_xmit.c | 261 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|
D | rtw_mlme.c | 1817 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 110 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()
|
D | rtw_ieee80211.c | 282 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()
|
D | rtw_ap.c | 464 sta_band |= WIRELESS_11_24N; in add_RATid() 1284 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
D | rtw_xmit.c | 385 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|
D | rtw_mlme.c | 2569 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | odm.c | 1109 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()
|