Searched refs:WIRELESS_11_5N (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 145 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator 154 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N), 159 WIRELESS_11_5N), 161 WIRELESS_11_24N | WIRELESS_11_5N), 167 (WIRELESS_11A | WIRELESS_11_5N) 189 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 162 WIRELESS_11_5N = BIT(4), /* tx: MCS only, rx: MCS & ofdm, hw: ofdm only */ enumerator 170 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only… 178 …WIRELESS_11AGN = (WIRELESS_11A|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), /* tx: ofdm & MCS, r… 179 WIRELESS_11ABGN = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N), 181 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES… 199 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 275 case WIRELESS_11_5N: in rtw_set_supported_rate() 367 …if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24… in rtw_generate_ie()
|
D | rtw_wlan_util.c | 85 case WIRELESS_11_5N: in networktype_to_raid_ex() 1698 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
|
D | rtw_ap.c | 431 sta_band |= WIRELESS_11_5N; in add_RATid()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 67 case WIRELESS_11_5N: in networktype_to_raid() 1311 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
|
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_ieee80211.c | 182 case WIRELESS_11_5N: in rtw_set_supported_rate()
|