Searched refs:sta_info_move_state (Results 1 – 5 of 5) sorted by relevance
/net/mac80211/ |
D | ocb.c | 100 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta() 101 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta() 102 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ocb_finish_sta()
|
D | sta_info.h | 626 int sta_info_move_state(struct sta_info *sta, 636 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
D | cfg.c | 1101 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1117 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1124 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 1126 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1136 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1144 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
D | sta_info.c | 956 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __sta_info_destroy_part2() 972 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1823 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
D | mlme.c | 2742 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth() 3134 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 3136 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|