Searched refs:WLAN_STA_SHORT_PREAMBLE (Results 1 – 10 of 10) sorted by relevance
83 WLAN_STA_SHORT_PREAMBLE, enumerator
1559 set_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()1561 clear_sta_flag(sta, WLAN_STA_SHORT_PREAMBLE); in sta_apply_parameters()
2506 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()
56 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
58 #define WLAN_STA_SHORT_PREAMBLE BIT(7) macro
1402 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
1315 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()1317 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()
1708 if (!(psta->flags & WLAN_STA_SHORT_PREAMBLE)) { in bss_cap_update_on_sta_join()
1277 pstat->flags |= WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()1279 pstat->flags &= ~WLAN_STA_SHORT_PREAMBLE; in OnAssocReq()