Searched refs:sta_info_pre_move_state (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | mesh_plink.c | 483 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc() 484 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc() 485 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
|
D | sta_info.h | 553 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
|
D | iface.c | 685 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open() 686 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open() 687 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
|
D | ibss.c | 588 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta() 589 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta() 593 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
|
D | cfg.c | 1225 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_add_station() 1226 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_add_station()
|
D | mlme.c | 4436 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|