Searched refs:WIRELESS_11_24N (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | ieee80211.h | 148 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator 156 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N), 160 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N), 162 WIRELESS_11AGN = (WIRELESS_11A | WIRELESS_11G | WIRELESS_11_24N | 165 WIRELESS_11_24N | WIRELESS_11_5N), 169 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N) 181 ((NetType) & (WIRELESS_11G | WIRELESS_11_24N | \ 193 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
|
| /Linux-v5.4/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-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_wlan_util.c | 92 case WIRELESS_11_24N: in networktype_to_raid() 112 network_type = WIRELESS_11_24N; in judge_network_type() 1333 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo() 1367 network_type = WIRELESS_11_24N; in update_wireless_mode()
|
| D | rtw_ioctl_set.c | 551 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
|
| D | rtw_ap.c | 365 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid() 912 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
| D | rtw_ieee80211.c | 187 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 | 1791 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_wlan_util.c | 110 case WIRELESS_11_24N: in networktype_to_raid_ex() 855 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp() 1758 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo() 1800 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 | 435 sta_band |= WIRELESS_11_24N; in add_RATid() 1187 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
| D | rtw_xmit.c | 387 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|
| D | rtw_mlme.c | 2506 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
| D | odm.c | 1075 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()
|