| /linux/Documentation/networking/ |
| H A 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/net/mac80211/ |
| H A D | sta_info.c | 483 while (sta->sta_state > IEEE80211_STA_NONE) { in sta_info_free() 488 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 680 sta->sta_state = IEEE80211_STA_NONE; in __sta_info_alloc() 835 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state() 937 if (sta->sta_state >= IEEE80211_STA_ASSOC) { in sta_info_insert_finish() 1359 if (sta->sta_state == new_state) in _sta_info_move_state() 1366 if (sta->sta_state != IEEE80211_STA_AUTH) in _sta_info_move_state() 1370 if (sta->sta_state != IEEE80211_STA_NONE && in _sta_info_move_state() 1371 sta->sta_state != IEEE80211_STA_ASSOC) in _sta_info_move_state() 1375 if (sta->sta_state != IEEE80211_STA_AUTH && in _sta_info_move_state() [all …]
|
| H A D | driver-ops.c | 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()
|
| H A D | sta_info.h | 671 * @sta_state: duplicates information about station state (for debug) 732 enum ieee80211_sta_state sta_state; member
|
| H A D | ibss.c | 1238 sta->sta_state != IEEE80211_STA_AUTHORIZED)) { in ieee80211_ibss_sta_expire() 1242 sta->sta_state != IEEE80211_STA_AUTHORIZED ? in ieee80211_ibss_sta_expire()
|
| H A D | main.c | 805 if (WARN_ON(ops->sta_state && (ops->sta_add || ops->sta_remove))) in ieee80211_alloc_hw_nm()
|
| H A D | util.c | 1729 state < sta->sta_state; state++) in ieee80211_reconfig_stations()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | sta.c | 440 if (mld_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mld_add_modify_sta_cmd() 443 if (sta->mfp || mld_sta->sta_state < IEEE80211_STA_AUTHORIZED) in iwl_mld_add_modify_sta_cmd() 641 if (mld_sta->sta_state == IEEE80211_STA_ASSOC) in iwl_mld_update_all_link_stations()
|
| H A D | mac80211.c | 1894 mld_sta->sta_state = new_state; in iwl_mld_mac80211_sta_state() 2740 .sta_state = iwl_mld_mac80211_sta_state,
|
| /linux/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | usb.c | 133 .sta_state = mt76_sta_state,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-sta.c | 434 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_mld_cfg_sta() 439 (sta->mfp || mvm_sta->sta_state < IEEE80211_STA_AUTHORIZED)) in iwl_mvm_mld_cfg_sta()
|
| H A D | ops.c | 1846 else if (mvmsta->sta_state != IEEE80211_STA_NOTEXIST) in iwl_mvm_queue_state_change() 1873 if (start && mvmsta->sta_state != IEEE80211_STA_NOTEXIST) { in iwl_mvm_queue_state_change()
|
| H A D | mld-mac80211.c | 1036 .sta_state = iwl_mvm_mld_mac_sta_state,
|
| H A D | mac80211.c | 4020 mvm_sta->sta_state = new_state; in iwl_mvm_mac_sta_state_common() 6363 .sta_state = iwl_mvm_mac_sta_state,
|
| H A D | sta.c | 224 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.c | 850 u8 rcpi, u8 sta_state) in mt76_connac_mcu_sta_tlv() argument 899 sta_state == MT76_STA_INFO_STATE_ASSOC) { in mt76_connac_mcu_sta_tlv() 939 state->state = sta_state; in mt76_connac_mcu_sta_tlv()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac80211.c | 1970 .sta_state = rtw89_ops_sta_state,
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 2295 .sta_state = mt7996_sta_state,
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | main.c | 2803 .sta_state = ath9k_sta_state,
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 6015 .sta_state = wl12xx_op_sta_state,
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 4236 .sta_state = mac80211_hwsim_sta_state,
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 9488 .sta_state = ath10k_sta_state,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 10096 .sta_state = ath11k_mac_op_sta_state,
|