Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_plink.c535 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
536 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc()
537 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
H A Dibss.c578 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
579 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta()
583 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
H A Dsta_info.h788 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
H A Dmlme.c7076 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()