Searched refs:WIRELESS_11_24N (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 144 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-6.6.21/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 61 case WIRELESS_11_24N: in networktype_to_raid_ex() 783 if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N) in WMMOnAssocRsp() 1572 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N)) { in update_capinfo() 1603 network_type = WIRELESS_11_24N; in update_wireless_mode()
|
D | rtw_ieee80211.c | 266 case WIRELESS_11_24N: in rtw_set_supported_rate() 342 if ((pregistrypriv->wireless_mode & WIRELESS_11_24N) && in rtw_generate_ie()
|
D | rtw_ap.c | 347 sta_band |= WIRELESS_11_24N; in add_RATid() 1044 network_type |= WIRELESS_11_24N; in rtw_check_beacon_data()
|
D | rtw_mlme.c | 2149 case WIRELESS_11_24N: in rtw_update_registrypriv_dev_network()
|
D | rtw_xmit.c | 370 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info()
|