Searched refs:sta_info_pre_move_state (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | mesh_plink.c | 440 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc() 441 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc() 442 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
|
D | sta_info.h | 520 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
|
D | iface.c | 682 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open() 683 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open() 684 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
|
D | ibss.c | 586 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta() 587 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta() 591 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
|
D | cfg.c | 1250 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_add_station() 1251 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_add_station()
|
D | mlme.c | 4441 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|