Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dmesh_plink.c507 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
508 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc()
509 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
Dsta_info.h643 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
Diface.c691 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open()
692 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open()
693 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
Dibss.c591 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
592 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta()
596 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
Dmlme.c4853 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()