Searched refs:WIRELESS_11_5N (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 155 WIRELESS_11_5N = BIT(4), /* tx:MCS only, rx:MCS & ofdm, hw:ofdm only */ enumerator 164 WIRELESS_11A_5N = (WIRELESS_11A | WIRELESS_11_5N), 169 WIRELESS_11_5N), 171 WIRELESS_11_24N | WIRELESS_11_5N), 177 (WIRELESS_11A | WIRELESS_11_5N) 199 ((NetType) & (WIRELESS_11_24N | WIRELESS_11_5N) ? true : false)
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 163 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-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 95 case WIRELESS_11_5N: in networktype_to_raid() 115 network_type = WIRELESS_11_5N; in judge_network_type() 1407 } else if (pmlmeext->cur_wireless_mode & (WIRELESS_11A | WIRELESS_11_5N)) { in update_capinfo() 1434 network_type = WIRELESS_11_5N; in update_wireless_mode()
|
D | rtw_ioctl_set.c | 553 if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N|WIRELESS_11_5N)) { in rtw_get_cur_max_rate()
|
D | rtw_ieee80211.c | 187 case WIRELESS_11_5N: in rtw_set_supported_rate()
|
D | rtw_ap.c | 369 sta_band |= WIRELESS_11_5N | WIRELESS_11A; in add_RATid()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ieee80211.c | 274 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()
|
D | rtw_wlan_util.c | 111 case WIRELESS_11_5N: in networktype_to_raid_ex() 1769 …if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N | WIRELESS_11A | WIRELESS_11_5N | WIRELESS_11AC… in update_capinfo() 1804 network_type = WIRELESS_11_5N; in update_wireless_mode()
|
D | rtw_ap.c | 458 sta_band |= WIRELESS_11_5N; in add_RATid()
|