Searched refs:WLAN_STA_SHORT_PREAMBLE (Results 1 – 10 of 10) sorted by relevance
40 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
77 WLAN_STA_SHORT_PREAMBLE, enumerator
1095 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()1097 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
2056 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE)) in sta_set_sinfo()
708 (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
1382 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join23a()
1661 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq23a()1663 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq23a()
1538 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
3338 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()3340 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()