Searched refs:sta_info_move_state (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | ocb.c | 102 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()
|
D | sta_info.h | 517 int sta_info_move_state(struct sta_info *sta, 527 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
D | cfg.c | 973 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 989 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 996 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 998 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1008 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1016 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
D | sta_info.c | 902 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1672 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
D | mlme.c | 2616 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth() 3008 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 3010 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|