Searched refs:sta_info_move_state (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ocb.c | 97 sta_info_move_state(sta, IEEE80211_STA_AUTH); in __acquires() 98 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __acquires() 99 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in __acquires()
|
H A D | sta_info.h | 726 int sta_info_move_state(struct sta_info *sta, 736 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
H A D | sta_info.c | 274 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 275 if (WARN_ONCE(ret, "sta_info_move_state() returned %d\n", ret)) in sta_info_free() 1071 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __sta_info_destroy_part2() 1087 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2() 1955 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
H A D | cfg.c | 1355 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1371 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1378 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 1380 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1390 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1398 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
H A D | mlme.c | 2945 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth() 3575 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 3577 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ocb.c | 98 sta_info_move_state(sta, IEEE80211_STA_AUTH); in __acquires() 99 sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __acquires() 100 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in __acquires()
|
H A D | sta_info.h | 781 int sta_info_move_state(struct sta_info *sta, 791 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
H A D | cfg.c | 1678 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1694 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1701 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 1703 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 1713 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1721 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
H A D | sta_info.c | 423 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 424 if (WARN_ONCE(ret, "sta_info_move_state() returned %d\n", ret)) in sta_info_free() 1387 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
H A D | mlme.c | 3641 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth() 5240 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 5242 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|
Completed in 36 milliseconds