Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt17 mac80211->driver: sta_state(AP, not-exists)
28 mac80211->driver: sta_state(AP, exists)
43 mac80211->driver: sta_state(AP, authenticated)
56 mac80211->driver: sta_state(AP, exists)
57 mac80211->driver: sta_state(AP, authenticated)
62 mac80211->driver: sta_state(AP, associated)
65 mac80211->driver: sta_state(AP, authorized)
81 mac80211->driver: sta_state(AP, authorized)
88 mac80211->driver: sta_state(AP,associated)
89 mac80211->driver: sta_state(AP,authenticated)
[all …]
/linux-4.1.27/net/mac80211/
Dsta_info.c326 sta->sta_state = IEEE80211_STA_NONE; in sta_info_alloc()
436 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state()
901 while (sta->sta_state > IEEE80211_STA_NONE) { in __sta_info_destroy_part2()
902 ret = sta_info_move_state(sta, sta->sta_state - 1); in __sta_info_destroy_part2()
1677 if (sta->sta_state == new_state) in sta_info_move_state()
1684 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state()
1688 if (sta->sta_state != IEEE80211_STA_NONE && in sta_info_move_state()
1689 sta->sta_state != IEEE80211_STA_ASSOC) in sta_info_move_state()
1693 if (sta->sta_state != IEEE80211_STA_AUTH && in sta_info_move_state()
1694 sta->sta_state != IEEE80211_STA_AUTHORIZED) in sta_info_move_state()
[all …]
Dpm.c131 state = sta->sta_state; in __ieee80211_suspend()
Dethtool.c117 data[i++] = sta->sta_state; in ieee80211_get_stats()
Dsta_info.h365 enum ieee80211_sta_state sta_state; member
Dmesh_ps.c237 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
Ddriver-ops.h591 if (local->ops->sta_state) { in drv_sta_state()
592 ret = local->ops->sta_state(&local->hw, &sdata->vif, &sta->sta, in drv_sta_state()
Dibss.c1262 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire()
1264 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
Dmain.c498 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
Dutil.c1888 state < sta->sta_state; state++) in ieee80211_reconfig()
2018 state < sta->sta_state; state++) in ieee80211_reconfig()
Dcfg.c1376 if (sta->sta_state == IEEE80211_STA_AUTHORIZED && in ieee80211_change_station()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c1616 .sta_state = iwlagn_mac_sta_state,
/linux-4.1.27/include/net/
Dmac80211.h3243 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmain.c2619 .sta_state = ath9k_sta_state,
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4055 .sta_state = iwl_mvm_mac_sta_state,
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c5124 .sta_state = ath10k_sta_state,
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c5884 .sta_state = wl12xx_op_sta_state,