Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h56 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
/openbmc/linux/net/mac80211/
H A Dsta_info.h83 WLAN_STA_SHORT_PREAMBLE, enumerator
H A Drc80211_minstrel_ht.c1822 mi->use_short_preamble = test_sta_flag(sta_info, WLAN_STA_SHORT_PREAMBLE) && in minstrel_ht_update_caps()
H A Dcfg.c1946 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
1948 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
H A Dsta_info.c2804 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE)) in sta_set_sinfo()
H A Dtx.c740 (tx->sta && test_sta_flag(tx->sta, WLAN_STA_SHORT_PREAMBLE)))) in ieee80211_tx_h_rate_ctrl()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1710 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
H A Drtw_mlme_ext.c1269 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()
1271 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()