Home
last modified time | relevance | path

Searched refs:sta_info (Results 1 – 25 of 42) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Dsta_info.h41 struct sta_info { struct
42 struct sta_info *next; /* next entry in sta list */ argument
43 struct sta_info *hnext; /* next entry in hash table list */ argument
146 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
149 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
150 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
151 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
154 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
157 struct sta_info *sta);
158 struct sta_info * ap_sta_add(struct hostapd_data *hapd, const u8 *addr);
[all …]
Dieee802_1x.h13 struct sta_info;
23 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
24 void ieee802_1x_free_station(struct sta_info *sta);
26 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
27 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
29 struct sta_info *sta, int authorized);
30 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
33 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
35 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
48 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
[all …]
Dap_mlme.h15 struct sta_info *sta);
18 struct sta_info *sta, u16 reason_code);
21 struct sta_info *sta);
24 struct sta_info *sta);
27 struct sta_info *sta, u16 reason_code);
32 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
Dpreauth_auth.h16 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
18 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
20 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta);
34 struct sta_info *sta, in rsn_preauth_finished()
40 struct sta_info *sta, in rsn_preauth_send()
46 struct sta_info *sta) in rsn_preauth_free_station()
Dsta_info.c35 struct sta_info *sta);
42 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
45 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
49 struct sta_info *sta; in ap_for_each_sta()
60 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
62 struct sta_info *s; in ap_get_sta()
71 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
73 struct sta_info *tmp; in ap_sta_list_del()
91 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add()
98 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del()
[all …]
Dieee802_11.h14 struct sta_info;
25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
35 struct sta_info *sta, in ieee802_11_get_mib_sta()
41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
56 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
58 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
59 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
68 struct sta_info *sta, u8 *eid);
Dap_mlme.c53 struct sta_info *sta) in mlme_authenticate_indication()
77 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication()
99 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication()
125 struct sta_info *sta) in mlme_reassociate_indication()
149 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication()
169 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
Daccounting.h14 struct sta_info *sta) in accounting_sta_start()
19 struct sta_info *sta) in accounting_sta_stop()
32 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
33 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
Daccounting.c30 struct sta_info *sta);
32 struct sta_info *sta);
36 struct sta_info *sta, in accounting_msg()
155 struct sta_info *sta, in accounting_sta_update_stats()
182 struct sta_info *sta = timeout_ctx; in accounting_interim_update()
204 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
245 struct sta_info *sta, int stop) in accounting_sta_report()
353 struct sta_info *sta) in accounting_sta_interim()
365 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop()
381 struct sta_info *sta) in accounting_sta_get_id()
Dieee802_1x.c36 struct sta_info *sta, int success);
39 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
78 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized()
108 struct sta_info *sta, in ieee802_1x_tx_key_one()
286 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
366 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
414 struct sta_info *sta, in add_common_radius_sta_attr()
459 struct sta_info *sta, in add_common_radius_attr()
534 struct sta_info *sta, in ieee802_1x_encapsulate_radius()
632 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response()
[all …]
Dpreauth_auth.c47 struct sta_info *sta; in rsn_preauth_receive()
188 struct sta_info *sta = timeout_ctx; in rsn_preauth_finished_cb()
195 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished()
231 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send()
268 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) in rsn_preauth_free_station()
Dhostapd.h19 struct sta_info;
78 struct sta_info *sta_list; /* STA info list head */
81 struct sta_info *sta_hash[STA_HASH_SIZE];
95 struct sta_info *sta, int reassoc);
271 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
Diapp.h16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
23 struct sta_info *sta) in iapp_new_station()
Dp2p_hostapd.h14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
25 struct sta_info *sta, in hostapd_p2p_get_mib_sta()
Dieee802_11.c114 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info()
175 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key()
279 struct sta_info *sta; in handle_auth_ft_finish()
304 struct sta_info *sta = NULL; in handle_auth()
500 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid()
533 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid()
554 static u16 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, in check_wmm()
579 static u16 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, in copy_supp_rates()
608 static u16 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, in check_assoc_ies()
836 static void send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, in send_assoc_resp()
[all …]
Dieee802_11_ht.c158 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab()
186 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht()
216 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht()
231 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
Dwpa_auth_glue.c126 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
168 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
186 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk()
205 struct sta_info *sta; in hostapd_wpa_auth_get_msk()
255 struct sta_info *sta; in hostapd_wpa_auth_send_eapol()
272 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta()
410 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action()
437 struct sta_info *sta; in hostapd_wpa_auth_add_sta()
Dtkip_countermeasures.c36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start()
74 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
Dctrl_iface_ap.c25 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib()
93 struct sta_info *sta; in hostapd_ctrl_iface_sta_next()
164 struct sta_info *sta; in hostapd_ctrl_iface_deauthenticate()
221 struct sta_info *sta; in hostapd_ctrl_iface_disassociate()
Ddrv_callbacks.c36 struct sta_info *sta; in hostapd_notif_assoc()
310 struct sta_info *sta; in hostapd_notif_disassoc()
346 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
419 struct sta_info *sta; in hostapd_notify_auth_ft_finish()
437 struct sta_info *sta; in hostapd_notif_auth()
480 struct sta_info *sta; in hostapd_action_rx()
652 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
Dieee802_11_shared.c23 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time()
79 struct sta_info *sta; in ieee802_11_send_sa_query_resp()
117 struct sta_info *sta; in ieee802_11_sa_query_action()
Dutils.c50 struct sta_info *osta; in prune_associations()
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dlink_test.c13 struct sta_info;
21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout()
42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan()
49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished()
55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send()
61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dlink_test.c13 struct sta_info;
21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_session_timeout()
42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan()
49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished()
55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send()
61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
/external/wpa_supplicant_8/hostapd/
Ddump_state.c34 struct sta_info *sta) in ieee802_1x_dump_state()
70 struct sta_info *sta; in hostapd_dump_state()

12