sta_info_move_state
ret = sta_info_move_state(sta, IEEE80211_STA_AUTH);
ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
ret = sta_info_move_state(sta, IEEE80211_STA_AUTH);
ret = sta_info_move_state(sta, IEEE80211_STA_NONE);
sta_info_move_state(ap_sta, IEEE80211_STA_NONE);
if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) {
err = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
sta_info_move_state(sta, IEEE80211_STA_AUTH);
sta_info_move_state(sta, IEEE80211_STA_ASSOC);
ret = sta_info_move_state(sta, sta->sta_state - 1);
int sta_info_move_state(struct sta_info *sta,
ret = sta_info_move_state(sta, new_state);