Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.h850 int sta_info_move_state(struct sta_info *sta,
860 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
H A Dcfg.c2139 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
2155 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
2162 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags()
2164 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
2174 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
2182 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
H A Dsta_info.c495 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
1537 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
H A Dmlme.c4624 sta_info_move_state(ap_sta, IEEE80211_STA_NONE); in ieee80211_set_disassoc()
5406 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth()
7152 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
7154 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()