Searched refs:WLAN_STA_SHORT_PREAMBLE (Results 1 – 10 of 10) sorted by relevance
79 WLAN_STA_SHORT_PREAMBLE, enumerator
1384 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()1386 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
2395 if (test_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE)) in sta_set_sinfo()
713 (tx->sta && test_sta_flag(tx->sta, WLAN_STA_SHORT_PREAMBLE)))) in ieee80211_tx_h_rate_ctrl()
55 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
56 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
1351 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
3230 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()3232 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()
1943 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
1535 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()1537 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()