Searched refs:IEEE80211_STA_AUTH (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | sta_info.c | 1684 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state() 1687 case IEEE80211_STA_AUTH: in sta_info_move_state() 1693 if (sta->sta_state != IEEE80211_STA_AUTH && in sta_info_move_state() 1724 if (sta->sta_state == IEEE80211_STA_AUTH) in sta_info_move_state() 1727 case IEEE80211_STA_AUTH: in sta_info_move_state() 1734 if (sta->sta_state == IEEE80211_STA_AUTH) { in sta_info_move_state()
|
D | ocb.c | 102 sta_info_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ocb_finish_sta()
|
D | driver-ops.h | 594 } else if (old_state == IEEE80211_STA_AUTH && in drv_sta_state() 600 new_state == IEEE80211_STA_AUTH) { in drv_sta_state()
|
D | mesh_plink.c | 440 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
|
D | cfg.c | 973 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1008 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1250 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_add_station()
|
D | iface.c | 682 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open()
|
D | ibss.c | 586 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
|
D | mlme.c | 2616 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_rx_mgmt_auth() 4441 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | mac80211.c | 872 else if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 876 if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 880 new_state == IEEE80211_STA_AUTH) in iwlagn_mac_sta_state()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac80211.c | 2662 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 2670 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state() 2693 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 2695 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | main.c | 1544 if (old_state == IEEE80211_STA_AUTH && in ath9k_sta_state() 1550 new_state == IEEE80211_STA_AUTH) { in ath9k_sta_state()
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 1541 IEEE80211_STA_AUTH, enumerator
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 4140 } else if (old_state == IEEE80211_STA_AUTH && in ath10k_sta_state() 4155 new_state == IEEE80211_STA_AUTH && in ath10k_sta_state()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | main.c | 5155 new_state == IEEE80211_STA_AUTH) { in wl12xx_update_sta_state() 5162 old_state == IEEE80211_STA_AUTH && in wl12xx_update_sta_state()
|