Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Docb.c102 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
103 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta()
104 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ocb_finish_sta()
Dsta_info.h550 int sta_info_move_state(struct sta_info *sta,
560 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
Dcfg.c931 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
947 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
954 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags()
956 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
966 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
974 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
Dsta_info.c916 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2()
1693 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
Dmlme.c2666 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth()
3044 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
3046 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()