Searched refs:WLAN_STA_SHORT_PREAMBLE (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h56 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
/linux-master/net/mac80211/
H A Dsta_info.h35 * @WLAN_STA_SHORT_PREAMBLE: Station is capable of receiving short-preamble
83 WLAN_STA_SHORT_PREAMBLE, enumerator in enum:ieee80211_sta_info_flags
H A Drc80211_minstrel_ht.c1821 mi->use_short_preamble = test_sta_flag(sta_info, WLAN_STA_SHORT_PREAMBLE) &&
H A Dsta_info.c2796 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE))
H A Dcfg.c1959 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE);
1961 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE);
H A Dtx.c733 (tx->sta && test_sta_flag(tx->sta, WLAN_STA_SHORT_PREAMBLE))))
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1710 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) {
H A Drtw_mlme_ext.c1269 pstat->flags |= WLAN_STA_SHORT_PREAMBLE;
1271 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE;

Completed in 188 milliseconds