Searched refs:sta_info_pre_move_state (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | mesh_plink.c | 515 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc() 516 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in __mesh_sta_info_alloc() 517 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in __mesh_sta_info_alloc()
|
| D | sta_info.h | 682 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
|
| D | iface.c | 689 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open() 690 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open() 691 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
|
| D | ibss.c | 589 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta() 590 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta() 594 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
|
| D | mlme.c | 5047 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|