Searched refs:WLAN_STA_SHORT_PREAMBLE (Results 1 – 10 of 10) sorted by relevance
40 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
75 WLAN_STA_SHORT_PREAMBLE, enumerator
1075 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()1077 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
1987 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE)) in sta_set_sinfo()
698 (tx->sta && test_sta_flag(tx->sta, WLAN_STA_SHORT_PREAMBLE)))) in ieee80211_tx_h_rate_ctrl()
74 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
1399 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join23a()
1662 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq23a()1664 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq23a()
1515 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
1238 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()1240 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()