Searched refs:sta_state (Results 1 – 8 of 8) sorted by relevance
668 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc()1347 if (sta->sta_state == new_state) in _sta_info_move_state()1354 if (sta->sta_state != IEEE80211_STA_AUTH) in _sta_info_move_state()1359 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()1368 if (sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state()1385 if (new_state > sta->sta_state && in _sta_info_move_state()1388 sta->sta_state, new_state); in _sta_info_move_state()1397 if (sta->sta_state == IEEE80211_STA_AUTH) in _sta_info_move_state()1462 if (new_state < sta->sta_state && in _sta_info_move_state()1465 sta->sta_state, new_state); in _sta_info_move_state()[all …]
150 if (local->ops->sta_state) { in drv_sta_state()151 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
123 data[i++] = sta->sta_state; in ieee80211_get_stats()
242 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
732 enum ieee80211_sta_state sta_state; member
1238 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()1242 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
801 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
1670 state < sta->sta_state; state++) in ieee80211_reconfig_stations()
Completed in 41 milliseconds