Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Docb.c97 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
98 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta()
99 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ocb_finish_sta()
H A Dsta_info.h726 int sta_info_move_state(struct sta_info *sta,
736 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
H A Dsta_info.c274 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
1068 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __sta_info_destroy_part2()
1084 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2()
1952 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
H A Dcfg.c1352 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1368 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1375 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags()
1377 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1387 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1395 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
H A Dmlme.c2945 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth()
3575 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
3577 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()