Searched refs:IEEE80211_STA_AUTH (Results 1 – 14 of 14) sorted by relevance
| /linux-4.4.14/net/mac80211/ |
| D | driver-ops.c | 128 } else if (old_state == IEEE80211_STA_AUTH && in drv_sta_state() 134 new_state == IEEE80211_STA_AUTH) { in drv_sta_state()
|
| D | ocb.c | 102 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
|
| D | sta_info.c | 1705 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state() 1708 case IEEE80211_STA_AUTH: in sta_info_move_state() 1714 if (sta->sta_state != IEEE80211_STA_AUTH && in sta_info_move_state() 1745 if (sta->sta_state == IEEE80211_STA_AUTH) in sta_info_move_state() 1748 case IEEE80211_STA_AUTH: in sta_info_move_state() 1755 if (sta->sta_state == IEEE80211_STA_AUTH) { in sta_info_move_state()
|
| D | mesh_plink.c | 483 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
|
| D | cfg.c | 931 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 966 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1225 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_add_station()
|
| D | iface.c | 685 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open()
|
| D | ibss.c | 588 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
|
| D | mlme.c | 2666 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth() 4436 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | mac80211.c | 885 else if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 889 if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 893 new_state == IEEE80211_STA_AUTH) in iwlagn_mac_sta_state()
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
| D | mac80211.c | 2757 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 2765 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state() 2788 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 2790 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 1553 if (old_state == IEEE80211_STA_AUTH && in ath9k_sta_state() 1559 new_state == IEEE80211_STA_AUTH) { in ath9k_sta_state()
|
| /linux-4.4.14/include/net/ |
| D | mac80211.h | 1609 IEEE80211_STA_AUTH, enumerator
|
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
| D | main.c | 5195 new_state == IEEE80211_STA_AUTH) { in wl12xx_update_sta_state() 5202 old_state == IEEE80211_STA_AUTH && in wl12xx_update_sta_state()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 5491 } else if (old_state == IEEE80211_STA_AUTH && in ath10k_sta_state() 5528 new_state == IEEE80211_STA_AUTH && in ath10k_sta_state()
|