Searched refs:sta_info_move_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 | 640 int sta_info_move_state(struct sta_info *sta, 650 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
D | cfg.c | 1148 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1164 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1171 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 1173 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1183 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1191 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
D | sta_info.c | 994 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1824 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
D | mlme.c | 2858 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth() 3302 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 3304 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|