Searched refs:WLAN_STA_ASSOC (Results 1 – 7 of 7) sorted by relevance
/linux/net/mac80211/ |
H A D | sta_info.h | 80 WLAN_STA_ASSOC, enumerator 748 flag == WLAN_STA_ASSOC || in set_sta_flag() 757 flag == WLAN_STA_ASSOC || in clear_sta_flag() 772 flag == WLAN_STA_ASSOC || in test_and_clear_sta_flag() 781 flag == WLAN_STA_ASSOC || in test_and_set_sta_flag()
|
H A D | sta_info.c | 803 !test_sta_flag(sta, WLAN_STA_ASSOC)) in ieee80211_recalc_p2p_go_ps_allowed() 1340 clear_bit(WLAN_STA_ASSOC, &sta->_flags); in _sta_info_move_state() 1350 set_bit(WLAN_STA_ASSOC, &sta->_flags); in _sta_info_move_state() 2804 if (test_sta_flag(sta, WLAN_STA_ASSOC)) in sta_set_sinfo()
|
H A D | cfg.c | 525 if (!sta || !test_sta_flag(sta, WLAN_STA_ASSOC)) { in ieee80211_add_key() 1701 !test_sta_flag(sta, WLAN_STA_ASSOC)) { in sta_apply_auth_flags() 1728 test_sta_flag(sta, WLAN_STA_ASSOC)) { in sta_apply_auth_flags() 2136 test_sta_flag(sta, WLAN_STA_ASSOC)) in ieee80211_add_station() 2195 if (test_sta_flag(sta, WLAN_STA_ASSOC)) in ieee80211_change_station()
|
H A D | rx.c | 1495 (!rx->sta || !test_sta_flag(rx->sta, WLAN_STA_ASSOC)))) { in ieee80211_rx_h_check() 2509 (!rx->sta || !test_sta_flag(rx->sta, WLAN_STA_ASSOC))) in ieee80211_drop_unencrypted_mgmt()
|
H A D | tx.c | 311 assoc = test_sta_flag(tx->sta, WLAN_STA_ASSOC); in ieee80211_tx_h_check_assoc() 743 assoc = test_sta_flag(tx->sta, WLAN_STA_ASSOC); in ieee80211_tx_h_rate_ctrl()
|
/linux/net/mac80211/tests/ |
H A D | mfp.c | 239 set_bit(WLAN_STA_ASSOC, &sta._flags); in accept_mfp()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 50 #define WLAN_STA_ASSOC BIT(1) macro
|