Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_plink.c483 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()
Dsta_info.h553 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
Diface.c685 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()
Dibss.c588 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()
Dcfg.c1225 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()
Dmlme.c4436 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()