Searched refs:sta_info_move_state (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mac80211/ |
| H A D | sta_info.h | 850 int sta_info_move_state(struct sta_info *sta, 860 ret = sta_info_move_state(sta, new_state); in sta_info_pre_move_state()
|
| H A D | cfg.c | 2139 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 2155 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 2162 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in sta_apply_auth_flags() 2164 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in sta_apply_auth_flags() 2174 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 2182 ret = sta_info_move_state(sta, IEEE80211_STA_NONE); in sta_apply_auth_flags()
|
| H A D | sta_info.c | 495 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 1537 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state() function
|
| H A D | mlme.c | 4624 sta_info_move_state(ap_sta, IEEE80211_STA_NONE); in ieee80211_set_disassoc() 5406 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth() 7152 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_assoc_success() 7154 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_assoc_success()
|