Home
last modified time | relevance | path

Searched refs:test_and_clear_sta_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dsta_info.h763 static inline int test_and_clear_sta_flag(struct sta_info *sta, in test_and_clear_sta_flag() function
H A Dsta_info.c463 else if (test_and_clear_sta_flag(sta, WLAN_STA_PSPOLL)) in sta_deliver_ps_frames()
465 else if (test_and_clear_sta_flag(sta, WLAN_STA_UAPSD)) in sta_deliver_ps_frames()
H A Drx.c4646 set_offload = test_and_clear_sta_flag(sta, WLAN_STA_DECAP_OFFLOAD); in ieee80211_check_fast_rx()
H A Dtx.c1291 else if (test_and_clear_sta_flag(tx->sta, WLAN_STA_CLEAR_PS_FILT)) { in ieee80211_tx_prepare()