Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
A Docb.c98 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
99 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ocb_finish_sta()
100 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ocb_finish_sta()
A Dsta_info.h776 int sta_info_move_state(struct sta_info *sta,
786 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
A Dsta_info.c419 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free()
1292 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __sta_info_destroy_part2()
1308 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2()
2242 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
A Dcfg.c1597 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1613 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1620 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags()
1622 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags()
1632 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
1640 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
A Dmlme.c3636 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth()
5098 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success()
5100 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()

Completed in 37 milliseconds