Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dmesh_plink.c521 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
522 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc()
523 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
Dsta_info.h697 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
Dibss.c582 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
583 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta()
587 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
Diface.c1232 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open()
1233 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open()
1234 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
Dmlme.c5292 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()