Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/ap/
Dsta_info.h40 struct sta_info { struct
41 struct sta_info *next; /* next entry in sta list */ argument
42 struct sta_info *hnext; /* next entry in hash table list */ argument
163 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
167 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
168 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
169 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
172 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
174 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
[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);
Daccounting.h14 struct sta_info *sta) in accounting_sta_get_id()
19 struct sta_info *sta) in accounting_sta_start()
24 struct sta_info *sta) in accounting_sta_stop()
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
Dieee802_11.h14 struct sta_info;
27 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
37 struct sta_info *sta, in ieee802_11_get_mib_sta()
43 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
63 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
65 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
66 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta);
67 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta);
68 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
70 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta,
[all …]
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.c37 struct sta_info *sta);
45 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
48 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
52 struct sta_info *sta; in ap_for_each_sta()
63 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
65 struct sta_info *s; in ap_get_sta()
75 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p()
77 struct sta_info *sta; in ap_get_sta_p2p()
98 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
100 struct sta_info *tmp; in ap_sta_list_del()
[all …]
Dap_mlme.c54 struct sta_info *sta) in mlme_authenticate_indication()
78 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication()
101 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()
Dwnm_ap.h12 struct sta_info;
17 struct sta_info *sta, int disassoc_timer);
19 struct sta_info *sta, const char *url,
Daccounting.c29 struct sta_info *sta);
33 struct sta_info *sta, in accounting_msg()
152 struct sta_info *sta, in accounting_sta_update_stats()
179 struct sta_info *sta = timeout_ctx; in accounting_interim_update()
201 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
239 struct sta_info *sta, int stop) in accounting_sta_report()
350 struct sta_info *sta) in accounting_sta_interim()
362 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop()
378 struct sta_info *sta) in accounting_sta_get_id()
Dieee802_1x.c38 struct sta_info *sta, int success,
42 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
82 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized()
115 struct sta_info *sta, in ieee802_1x_tx_key_one()
193 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
265 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
311 struct sta_info *sta, in add_common_radius_sta_attr_rsn()
372 struct sta_info *sta, in add_common_radius_sta_attr()
446 struct sta_info *sta, in add_common_radius_attr()
537 struct sta_info *sta, in ieee802_1x_encapsulate_radius()
[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()
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.c134 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info()
205 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key()
305 struct sta_info *sta; in handle_auth_ft_finish()
328 struct sta_info *sta) in auth_process_sae_commit()
360 struct sta_info *sta) in auth_build_sae_confirm()
376 struct sta_info *sta; in use_sae_anti_clogging()
443 static void handle_auth_sae(struct hostapd_data *hapd, struct sta_info *sta, in handle_auth_sae()
548 struct sta_info *sta = NULL; in handle_auth()
755 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid()
788 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid()
[all …]
Dhostapd.h20 struct sta_info;
108 struct sta_info *sta_list; /* STA info list head */
111 struct sta_info *sta_hash[STA_HASH_SIZE];
125 struct sta_info *sta, int reassoc);
387 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
Dieee802_11_ht.c287 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab()
315 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add()
338 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove()
361 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht()
394 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht()
409 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
Dctrl_iface_ap.c26 struct sta_info *sta, in hostapd_get_sta_tx_rx()
45 static int hostapd_get_sta_conn_time(struct sta_info *sta, in hostapd_get_sta_conn_time()
84 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib()
163 struct sta_info *sta; in hostapd_ctrl_iface_sta()
200 struct sta_info *sta; in hostapd_ctrl_iface_sta_next()
275 struct sta_info *sta; in hostapd_ctrl_iface_deauthenticate()
335 struct sta_info *sta; in hostapd_ctrl_iface_disassociate()
Dtkip_countermeasures.c36 struct sta_info *sta; in ieee80211_tkip_countermeasures_start()
75 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
Dwpa_auth_glue.c151 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
193 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
212 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_psk()
249 struct sta_info *sta; in hostapd_wpa_auth_get_msk()
299 struct sta_info *sta; in hostapd_wpa_auth_send_eapol()
316 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta()
454 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action()
481 struct sta_info *sta; in hostapd_wpa_auth_add_sta()
Dieee802_11_vht.c84 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_vht_capab()
112 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta, in set_sta_vht_opmode()
Ddrv_callbacks.c40 struct sta_info *sta; in hostapd_notif_assoc()
388 struct sta_info *sta; in hostapd_notif_disassoc()
424 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
557 struct sta_info *sta; in hostapd_notify_auth_ft_finish()
575 struct sta_info *sta; in hostapd_notif_auth()
619 struct sta_info *sta; in hostapd_action_rx()
786 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
809 struct sta_info *sta; in hostapd_event_eapol_rx()
Dutils.c50 struct sta_info *osta; in prune_associations()
Dp2p_hostapd.c23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta()
/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()

12