Lines Matching refs:state
135 * Destroy aggregation state here. It would be nice to wait for the
263 * have gone through the state transitions down again, so do
266 * This will clear state such as fast TX/RX that may have been
267 * allocated during state transitions.
573 enum ieee80211_sta_state state;
576 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) {
577 err = drv_sta_state(local, sdata, sta, state, state + 1);
594 "failed to move IBSS STA %pM to state %d (%d) - keeping it anyway\n",
595 sta->sta.addr, state + 1, err);
600 for (; state > IEEE80211_STA_NOTEXIST; state--)
601 WARN_ON(drv_sta_state(local, sdata, sta, state, state - 1));
1985 WARN(1, "invalid state %d", new_state);
1989 sta_dbg(sta->sdata, "moving STA %pM to state %d\n",
2003 /* reflect the change in all state variables */