Searched refs:sta_info_move_state (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | ocb.c | 97 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()
|
| D | sta_info.h | 679 int sta_info_move_state(struct sta_info *sta, 689 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
| D | cfg.c | 1213 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1229 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1236 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 1238 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1248 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1256 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
| D | sta_info.c | 1047 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1896 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
| D | mlme.c | 2871 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth() 3445 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 3447 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|