Home
last modified time | relevance | path

Searched refs:WIRELESS_11_5N (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dieee80211.h149 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator
158 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N),
163 WIRELESS_11_5N),
165 WIRELESS_11_24N | WIRELESS_11_5N),
171 (WIRELESS_11A | WIRELESS_11_5N)
193 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dieee80211.h163 WIRELESS_11_5N = BIT(4), /* tx: MCS only, rx: MCS & ofdm, hw: ofdm only */ enumerator
171 …WIRELESS_11A_5N = (WIRELESS_11A|WIRELESS_11_5N), /* tx: ofdm & MCS, rx: ofdm & MCS, hw: ofdm only…
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),
182 …WIRELESS_MODE_MAX = (WIRELESS_11A|WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N|WIRELESS_11_5N|WIRELES…
200 #define IsSupportedHT(NetType) (((NetType) & (WIRELESS_11_24N|WIRELESS_11_5N)) ? true : false)
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ieee80211.c274 case WIRELESS_11_5N: in rtw_set_supported_rate()
366 …if (((pregistrypriv->wireless_mode&WIRELESS_11_5N) || (pregistrypriv->wireless_mode&WIRELESS_11_24… in rtw_generate_ie()
Drtw_wlan_util.c111 case WIRELESS_11_5N: in networktype_to_raid_ex()
1758 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo()
1793 network_type = WIRELESS_11_5N; in update_wireless_mode()
Drtw_ap.c429 sta_band |= WIRELESS_11_5N; in add_RATid()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c551 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
Drtw_wlan_util.c93 case WIRELESS_11_5N: in networktype_to_raid()
1341 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo()
Drtw_ieee80211.c181 case WIRELESS_11_5N: in rtw_set_supported_rate()