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 Docb.c98 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
99 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta()
100 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ocb_finish_sta()
H A Dcfg.c1949 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1965 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1972 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags()
1974 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1984 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1992 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
H A Dsta_info.c488 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
1514 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
H A Dmlme.c4262 sta_info_move_state(ap_sta, IEEE80211_STA_NONE); in ieee80211_set_disassoc()
4938 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth()
6620 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
6622 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()