Lines Matching refs:state
2172 * warnings but at least we'll then get into a clean stopped state.
2182 * cfg80211 and clear local state
2227 enum ieee80211_sta_state state;
2232 for (state = IEEE80211_STA_NOTEXIST;
2233 state < sta->sta_state; state++)
2234 WARN_ON(drv_sta_state(local, sta->sdata, sta, state,
2235 state + 1));
2543 * this was the state before a hw restart), so we
2561 enum ieee80211_sta_state state;
2570 for (state = IEEE80211_STA_NOTEXIST;
2571 state < sta->sta_state; state++)
2572 WARN_ON(drv_sta_state(local, sta->sdata, sta, state,
2573 state + 1));