Lines Matching refs:sta_info
55 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta);
57 struct sta_info *sta);
98 static void ap_sta_hash_add(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_add()
104 static void ap_sta_hash_del(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_del()
106 struct sta_info *s; in ap_sta_hash_del()
124 static void ap_free_sta(struct ap_data *ap, struct sta_info *sta) in ap_free_sta()
164 static void hostap_event_new_sta(struct net_device *dev, struct sta_info *sta) in hostap_event_new_sta()
175 struct sta_info *sta) in hostap_event_expired_sta()
189 struct sta_info *sta = (struct sta_info *) data; in ap_handle_timer()
499 struct sta_info *sta; in ap_control_kick_mac()
531 struct sta_info *sta; in ap_control_kickall()
536 sta = list_entry(ptr, struct sta_info, list); in ap_control_kickall()
551 struct sta_info *sta = v; in prism2_ap_proc_show()
686 struct sta_info *sta = NULL; in hostap_ap_tx_cb_auth()
754 struct sta_info *sta = NULL; in hostap_ap_tx_cb_assoc()
816 struct sta_info *sta; in hostap_ap_tx_cb_poll()
911 struct sta_info *n, *sta; in hostap_free_data()
955 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta) in ap_get_sta()
957 struct sta_info *s; in ap_get_sta()
1043 struct sta_info *sta = m->private; in prism2_sta_proc_show()
1126 struct sta_info *sta; in handle_add_proc_queue()
1156 static struct sta_info * ap_add_sta(struct ap_data *ap, u8 *addr) in ap_add_sta()
1158 struct sta_info *sta; in ap_add_sta()
1160 sta = kzalloc(sizeof(struct sta_info), GFP_ATOMIC); in ap_add_sta()
1205 static int ap_tx_rate_ok(int rateidx, struct sta_info *sta, in ap_tx_rate_ok()
1220 static void prism2_check_tx_rates(struct sta_info *sta) in prism2_check_tx_rates()
1357 struct sta_info *sta = NULL; in handle_authen()
1567 struct sta_info *sta = NULL; in handle_assoc()
1776 struct sta_info *sta = NULL; in handle_deauth()
1818 struct sta_info *sta = NULL; in handle_disassoc()
1872 struct sta_info *sta; in ap_handle_dropped_data()
1901 static void pspoll_send_buffered(local_info_t *local, struct sta_info *sta, in pspoll_send_buffered()
1931 struct sta_info *sta; in handle_pspoll()
2055 struct sta_info *sta = NULL; in handle_beacon()
2351 static void schedule_packet_send(local_info_t *local, struct sta_info *sta) in schedule_packet_send()
2399 struct sta_info *sta = (struct sta_info *) ptr; in prism2_ap_get_sta_qual()
2451 struct sta_info *sta = (struct sta_info *) ptr; in prism2_ap_translate_scan()
2547 struct sta_info *sta; in prism2_hostapd_add_sta()
2586 struct sta_info *sta; in prism2_hostapd_remove_sta()
2610 struct sta_info *sta; in prism2_hostapd_get_info_sta()
2632 struct sta_info *sta; in prism2_hostapd_set_flags_sta()
2652 struct sta_info *sta; in prism2_hostapd_sta_clear_stats()
2700 static int ap_update_sta_tx_rate(struct sta_info *sta, struct net_device *dev) in ap_update_sta_tx_rate()
2746 struct sta_info *sta = NULL; in hostap_handle_sta_tx()
2879 struct sta_info *sta = ptr; in hostap_handle_sta_release()
2887 struct sta_info *sta; in hostap_handle_sta_tx_exc()
2937 static void hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, in hostap_update_sta_ps2()
2961 struct sta_info *sta; in hostap_update_sta_ps()
2991 struct sta_info *sta; in hostap_handle_sta_rx()
3129 struct sta_info *sta; in hostap_handle_sta_crypto()
3155 struct sta_info *sta; in hostap_is_sta_assoc()
3171 struct sta_info *sta; in hostap_is_sta_authorized()
3189 struct sta_info *sta; in hostap_add_sta()
3230 struct sta_info *sta; in hostap_update_rx_stats()
3259 struct sta_info *sta; in hostap_update_rates()
3276 struct sta_info *sta; in ap_crypt_get_ptrs()
3302 struct sta_info *sta; in hostap_add_wds_links()