Searched refs:sta_info_pre_move_state (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_plink.c | 521 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()
|
| H A D | sta_info.h | 729 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state() function
|
| H A D | iface.c | 1228 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open() 1229 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_do_open() 1230 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_do_open()
|
| H A D | ibss.c | 586 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_ibss_finish_sta() 587 sta_info_pre_move_state(sta, IEEE80211_STA_ASSOC); in ieee80211_ibss_finish_sta() 591 sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); in ieee80211_ibss_finish_sta()
|
| H A D | mlme.c | 5321 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|