Lines Matching refs:sta_info

70 	.head_offset = offsetof(struct sta_info, hash_node),
71 .key_offset = offsetof(struct sta_info, sta.addr),
78 struct sta_info *sta) in sta_info_hash_del()
84 static void __cleanup_single_sta(struct sta_info *sta) in __cleanup_single_sta()
147 static void cleanup_single_sta(struct sta_info *sta) in cleanup_single_sta()
157 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata, in sta_info_get()
161 struct sta_info *sta; in sta_info_get()
185 struct sta_info *sta_info_get_bss(struct ieee80211_sub_if_data *sdata, in sta_info_get_bss()
189 struct sta_info *sta; in sta_info_get_bss()
210 struct sta_info *sta_info_get_by_idx(struct ieee80211_sub_if_data *sdata, in sta_info_get_by_idx()
214 struct sta_info *sta; in sta_info_get_by_idx()
241 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta) in sta_info_free()
256 struct sta_info *sta) in sta_info_hash_add()
264 struct sta_info *sta; in sta_deliver_ps_frames()
266 sta = container_of(wk, struct sta_info, drv_deliver_wk); in sta_deliver_ps_frames()
282 struct sta_info *sta, gfp_t gfp) in sta_prepare_rate_control()
296 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata, in sta_info_alloc()
301 struct sta_info *sta; in sta_info_alloc()
410 static int sta_info_insert_check(struct sta_info *sta) in sta_info_insert_check()
431 struct sta_info *sta) in sta_info_insert_drv_state()
471 static int sta_info_insert_finish(struct sta_info *sta) __acquires(RCU) in sta_info_insert_finish()
541 int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU) in sta_info_insert_rcu()
566 int sta_info_insert(struct sta_info *sta) in sta_info_insert()
620 static void __sta_info_recalc_tim(struct sta_info *sta, bool ignore_pending) in __sta_info_recalc_tim()
705 void sta_info_recalc_tim(struct sta_info *sta) in sta_info_recalc_tim()
710 static bool sta_info_buffer_expired(struct sta_info *sta, struct sk_buff *skb) in sta_info_buffer_expired()
731 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac()
809 struct sta_info *sta) in sta_info_cleanup_expire_buffered()
826 static int __must_check __sta_info_destroy_part1(struct sta_info *sta) in __sta_info_destroy_part1()
875 static void __sta_info_destroy_part2(struct sta_info *sta) in __sta_info_destroy_part2()
927 int __must_check __sta_info_destroy(struct sta_info *sta) in __sta_info_destroy()
943 struct sta_info *sta; in sta_info_destroy_addr()
957 struct sta_info *sta; in sta_info_destroy_addr_bss()
971 struct sta_info *sta; in sta_info_cleanup()
1022 struct sta_info *sta, *tmp; in __sta_info_flush()
1055 struct sta_info *sta, *tmp; in ieee80211_sta_expire()
1083 struct sta_info *sta; in ieee80211_find_sta_by_ifaddr()
1109 struct sta_info *sta; in ieee80211_find_sta()
1126 void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta) in ieee80211_sta_ps_deliver_wakeup()
1226 struct sta_info *sta, int tid, in ieee80211_send_null_response()
1319 ieee80211_sta_ps_deliver_response(struct sta_info *sta, in ieee80211_sta_ps_deliver_response()
1562 void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta) in ieee80211_sta_ps_deliver_poll_response()
1578 void ieee80211_sta_ps_deliver_uapsd(struct sta_info *sta) in ieee80211_sta_ps_deliver_uapsd()
1615 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake()
1644 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp()
1656 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_buffered()
1672 int sta_info_move_state(struct sta_info *sta, in sta_info_move_state()
1762 u8 sta_info_tx_streams(struct sta_info *sta) in sta_info_tx_streams()
1797 void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo) in sta_set_sinfo()