• Home
  • Raw
  • Download

Lines Matching refs:sta_info

56 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta);
58 struct sta_info *sta);
86 static void ap_sta_hash_add(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_add()
92 static void ap_sta_hash_del(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_del()
94 struct sta_info *s; in ap_sta_hash_del()
112 static void ap_free_sta(struct ap_data *ap, struct sta_info *sta) in ap_free_sta()
152 static void hostap_event_new_sta(struct net_device *dev, struct sta_info *sta) in hostap_event_new_sta()
163 struct sta_info *sta) in hostap_event_expired_sta()
177 struct sta_info *sta = from_timer(sta, t, timer); in ap_handle_timer()
469 struct sta_info *sta; in ap_control_kick_mac()
501 struct sta_info *sta; in ap_control_kickall()
506 sta = list_entry(ptr, struct sta_info, list); in ap_control_kickall()
521 struct sta_info *sta = v; in prism2_ap_proc_show()
639 struct sta_info *sta = NULL; in hostap_ap_tx_cb_auth()
707 struct sta_info *sta = NULL; in hostap_ap_tx_cb_assoc()
769 struct sta_info *sta; in hostap_ap_tx_cb_poll()
865 struct sta_info *n, *sta; in hostap_free_data()
909 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta) in ap_get_sta()
911 struct sta_info *s; in ap_get_sta()
995 struct sta_info *sta = m->private; in prism2_sta_proc_show()
1067 struct sta_info *sta; in handle_add_proc_queue()
1097 static struct sta_info * ap_add_sta(struct ap_data *ap, u8 *addr) in ap_add_sta()
1099 struct sta_info *sta; in ap_add_sta()
1101 sta = kzalloc(sizeof(struct sta_info), GFP_ATOMIC); in ap_add_sta()
1144 static int ap_tx_rate_ok(int rateidx, struct sta_info *sta, in ap_tx_rate_ok()
1159 static void prism2_check_tx_rates(struct sta_info *sta) in prism2_check_tx_rates()
1295 struct sta_info *sta = NULL; in handle_authen()
1505 struct sta_info *sta = NULL; in handle_assoc()
1714 struct sta_info *sta = NULL; in handle_deauth()
1756 struct sta_info *sta = NULL; in handle_disassoc()
1810 struct sta_info *sta; in ap_handle_dropped_data()
1839 static void pspoll_send_buffered(local_info_t *local, struct sta_info *sta, in pspoll_send_buffered()
1869 struct sta_info *sta; in handle_pspoll()
1993 struct sta_info *sta = NULL; in handle_beacon()
2289 static void schedule_packet_send(local_info_t *local, struct sta_info *sta) in schedule_packet_send()
2337 struct sta_info *sta = (struct sta_info *) ptr; in prism2_ap_get_sta_qual()
2389 struct sta_info *sta = (struct sta_info *) ptr; in prism2_ap_translate_scan()
2485 struct sta_info *sta; in prism2_hostapd_add_sta()
2524 struct sta_info *sta; in prism2_hostapd_remove_sta()
2548 struct sta_info *sta; in prism2_hostapd_get_info_sta()
2570 struct sta_info *sta; in prism2_hostapd_set_flags_sta()
2590 struct sta_info *sta; in prism2_hostapd_sta_clear_stats()
2638 static int ap_update_sta_tx_rate(struct sta_info *sta, struct net_device *dev) in ap_update_sta_tx_rate()
2684 struct sta_info *sta = NULL; in hostap_handle_sta_tx()
2817 struct sta_info *sta = ptr; in hostap_handle_sta_release()
2825 struct sta_info *sta; in hostap_handle_sta_tx_exc()
2875 static void hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, in hostap_update_sta_ps2()
2899 struct sta_info *sta; in hostap_update_sta_ps()
2929 struct sta_info *sta; in hostap_handle_sta_rx()
3067 struct sta_info *sta; in hostap_handle_sta_crypto()
3093 struct sta_info *sta; in hostap_is_sta_assoc()
3109 struct sta_info *sta; in hostap_is_sta_authorized()
3127 struct sta_info *sta; in hostap_add_sta()
3168 struct sta_info *sta; in hostap_update_rx_stats()
3197 struct sta_info *sta; in hostap_update_rates()
3214 struct sta_info *sta; in ap_crypt_get_ptrs()
3240 struct sta_info *sta; in hostap_add_wds_links()