Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/ !
H A Dieee80211.h56 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
/linux/net/mac80211/ !
H A Dsta_info.h83 WLAN_STA_SHORT_PREAMBLE, enumerator
H A Drc80211_minstrel_ht.c1821 mi->use_short_preamble = test_sta_flag(sta_info, WLAN_STA_SHORT_PREAMBLE) && in minstrel_ht_update_caps()
H A Dcfg.c2265 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
2267 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
H A Dsta_info.c3194 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE)) in sta_set_sinfo()
H A Dtx.c737 (tx->sta && test_sta_flag(tx->sta, WLAN_STA_SHORT_PREAMBLE)))) in ieee80211_tx_h_rate_ctrl()
/linux/drivers/staging/rtl8723bs/core/ !
H A Drtw_ap.c1657 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
H A Drtw_mlme_ext.c1261 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()
1263 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()