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

/linux-master/net/mac80211/
H A Docb.c95 sta_info_move_state(sta, IEEE80211_STA_AUTH);
96 sta_info_move_state(sta, IEEE80211_STA_ASSOC);
97 sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
H A Dsta_info.h780 int sta_info_move_state(struct sta_info *sta,
790 ret = sta_info_move_state(sta, new_state);
H A Dcfg.c1696 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH);
1712 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
1719 ret = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
1721 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
1731 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH);
1739 ret = sta_info_move_state(sta, IEEE80211_STA_NONE);
H A Dsta_info.c429 ret = sta_info_move_state(sta, sta->sta_state - 1);
430 if (WARN_ONCE(ret, "sta_info_move_state() returned %d\n", ret))
1403 int sta_info_move_state(struct sta_info *sta, function
H A Dmlme.c3859 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) {
5286 err = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
5288 err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);

Completed in 313 milliseconds