Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dibss.c551 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta()
552 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta()
556 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
H A Dsta_info.h853 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
H A Dmlme.c9784 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()