Lines Matching refs:state
166 * Destroy aggregation state here. It would be nice to wait for the
412 * have gone through the state transitions down again, so do
415 * This will clear state such as fast TX/RX that may have been
416 * allocated during state transitions.
755 enum ieee80211_sta_state state;
758 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) {
759 err = drv_sta_state(local, sdata, sta, state, state + 1);
776 "failed to move IBSS STA %pM to state %d (%d) - keeping it anyway\n",
777 sta->sta.addr, state + 1, err);
782 for (; state > IEEE80211_STA_NOTEXIST; state--)
783 WARN_ON(drv_sta_state(local, sdata, sta, state, state - 1));
862 /* update channel context before notifying the driver about state
1314 WARN(1, "invalid state %d", new_state);
1318 sta_dbg(sta->sdata, "moving STA %pM to state %d\n",
1331 /* reflect the change in all state variables */