Home
last modified time | relevance | path

Searched refs:sta_info_pre_move_state (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/mac80211/
Dmesh_plink.c440 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()
Dsta_info.h520 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
Diface.c682 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()
Dibss.c586 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()
Dcfg.c1250 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()
Dmlme.c4441 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()