Searched refs:sta_state (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 17 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/ |
D | sta_info.c | 326 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 …]
|
D | pm.c | 131 state = sta->sta_state; in __ieee80211_suspend()
|
D | ethtool.c | 117 data[i++] = sta->sta_state; in ieee80211_get_stats()
|
D | sta_info.h | 365 enum ieee80211_sta_state sta_state; member
|
D | mesh_ps.c | 237 if (sta->sta_state < IEEE80211_STA_ASSOC) in ieee80211_mps_sta_status_update()
|
D | driver-ops.h | 591 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()
|
D | ibss.c | 1262 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire() 1264 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
|
D | main.c | 498 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
|
D | util.c | 1888 state < sta->sta_state; state++) in ieee80211_reconfig() 2018 state < sta->sta_state; state++) in ieee80211_reconfig()
|
D | cfg.c | 1376 if (sta->sta_state == IEEE80211_STA_AUTHORIZED && in ieee80211_change_station()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | mac80211.c | 1616 .sta_state = iwlagn_mac_sta_state,
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 3243 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | main.c | 2619 .sta_state = ath9k_sta_state,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 4055 .sta_state = iwl_mvm_mac_sta_state,
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 5124 .sta_state = ath10k_sta_state,
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | main.c | 5884 .sta_state = wl12xx_op_sta_state,
|