Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dieee80211.h144 WIRELESS_11_24N = BIT(3), /* tx: MCS only, rx: MCS & cck, hw: MCS & cck */ enumerator
150 …WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: c…
151 …WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS,…
152 …WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofd…
155 #define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
162 #define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false)
/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h148 WIRELESS_11_24N = BIT(3), /* tx:MCS only, rx:MCS & cck, hw:MCS & cck */ enumerator
154 WIRELESS_11G_24N = (WIRELESS_11G | WIRELESS_11_24N),
156 WIRELESS_11BG_24N = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N),
160 (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
175 ((NetType) & (WIRELESS_11_24N) ? true : false)
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_wlan_util.c87 case WIRELESS_11_24N: in networktype_to_raid()
113 network_type = WIRELESS_11_24N; in judge_network_type()
1482 if (pmlmeext->cur_wireless_mode & (WIRELESS_11G | WIRELESS_11_24N)) { in update_capinfo()
1517 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ioctl_set.c798 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N)) { in rtw_get_cur_max_rate()
Drtw_ap.c365 sta_band |= WIRELESS_11_24N | WIRELESS_11G | WIRELESS_11B; in add_RATid()
911 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_ieee80211.c332 case WIRELESS_11_24N: in rtw_set_supported_rate()
Drtw_p2p.c1953 update_tx_basic_rate(padapter, (WIRELESS_11G | WIRELESS_11_24N)); in rtw_p2p_enable()
Drtw_xmit.c266 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
Drtw_mlme.c1907 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
Drtw_mlme_ext.c5341 …((pmlmeext->cur_wireless_mode & WIRELESS_11_24N) && (pregpriv->rx_stbc == 0x1)) || /* enable for 2… in issue_assocreq()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c61 case WIRELESS_11_24N: in networktype_to_raid_ex()
783 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp()
1576 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N)) { in update_capinfo()
1607 network_type = WIRELESS_11_24N; in update_wireless_mode()
Drtw_ieee80211.c270 case WIRELESS_11_24N: in rtw_set_supported_rate()
347 if ((pregistrypriv->wireless_mode & WIRELESS_11_24N) && in rtw_generate_ie()
Drtw_ap.c346 sta_band |= WIRELESS_11_24N; in add_RATid()
1043 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
Drtw_mlme.c2177 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
Drtw_xmit.c359 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
/Linux-v5.15/drivers/staging/r8188eu/hal/
Dodm.c1651 …mlmeinfo->assoc_AP_vendor == HT_IOT_PEER_CISCO) && (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)) in odm_EdcaTurboCheckCE()