Home
last modified time | relevance | path

Searched refs:sta_state (Results 1 – 8 of 8) sorted by relevance

/net/mac80211/
A Dsta_info.c668 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 …]
A Ddriver-ops.c150 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()
A Dethtool.c123 data[i++] = sta->sta_state; in ieee80211_get_stats()
A Dmesh_ps.c242 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
A Dsta_info.h732 enum ieee80211_sta_state sta_state; member
A Dibss.c1238 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()
1242 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
A Dmain.c801 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
A Dutil.c1670 state < sta->sta_state; state++) in ieee80211_reconfig_stations()

Completed in 27 milliseconds