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.h42 struct sta_info { struct
43 struct sta_info *next; /* next entry in sta list */ argument
44 struct sta_info *hnext; /* next entry in hash table list */ argument
132 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
135 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
136 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
137 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
138 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
141 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
144 struct sta_info *sta);
[all …]
Dieee802_1x.h19 struct sta_info;
59 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
60 void ieee802_1x_free_station(struct sta_info *sta);
62 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
63 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
65 struct sta_info *sta, int authorized);
66 void ieee802_1x_dump_state(FILE *f, const char *prefix, struct sta_info *sta);
69 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta,
81 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
87 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
Dap_mlme.h21 struct sta_info *sta);
24 struct sta_info *sta, u16 reason_code);
27 struct sta_info *sta);
30 struct sta_info *sta);
33 struct sta_info *sta, u16 reason_code);
38 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
Dpreauth_auth.h22 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
24 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
26 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta);
40 struct sta_info *sta, in rsn_preauth_finished()
46 struct sta_info *sta, in rsn_preauth_send()
52 struct sta_info *sta) in rsn_preauth_free_station()
Dsta_info.c39 struct sta_info *sta);
46 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
50 struct sta_info *sta; in ap_for_each_sta()
61 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
63 struct sta_info *s; in ap_get_sta()
72 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
74 struct sta_info *tmp; in ap_sta_list_del()
92 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_add()
99 static void ap_sta_hash_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_hash_del()
101 struct sta_info *s; in ap_sta_hash_del()
[all …]
Daccounting.h18 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta);
21 struct sta_info *sta) in accounting_sta_start()
26 struct sta_info *sta) in accounting_sta_stop()
39 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
40 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
Dap_mlme.c59 struct sta_info *sta) in mlme_authenticate_indication()
83 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication()
105 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication()
131 struct sta_info *sta) in mlme_reassociate_indication()
155 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication()
175 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
Dieee802_11.h20 struct sta_info;
31 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
41 struct sta_info *sta, in ieee802_11_get_mib_sta()
47 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
60 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
62 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
Daccounting.c36 struct sta_info *sta);
40 struct sta_info *sta, in accounting_msg()
187 struct sta_info *sta, in accounting_sta_update_stats()
214 struct sta_info *sta = timeout_ctx; in accounting_interim_update()
236 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
274 struct sta_info *sta, int stop) in accounting_sta_report()
380 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_interim()
392 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop()
408 struct sta_info *sta) in accounting_sta_get_id()
Dhostapd.h26 struct sta_info;
64 struct sta_info *sta_list; /* STA info list head */
67 struct sta_info *sta_hash[STA_HASH_SIZE];
81 struct sta_info *sta, int reassoc);
248 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
Dieee802_1x.c45 struct sta_info *sta, int success);
48 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
87 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized()
154 struct sta_info *sta, in ieee802_1x_tx_key_one()
332 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
412 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
459 struct sta_info *sta, in ieee802_1x_encapsulate_radius()
602 struct sta_info *sta, struct eap_hdr *eap, in handle_eap_response()
634 static void handle_eap(struct hostapd_data *hapd, struct sta_info *sta, in handle_eap()
684 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_alloc_eapol_sm()
[all …]
Dpreauth_auth.c53 struct sta_info *sta; in rsn_preauth_receive()
194 struct sta_info *sta = timeout_ctx; in rsn_preauth_finished_cb()
201 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_finished()
237 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta, in rsn_preauth_send()
274 void rsn_preauth_free_station(struct hostapd_data *hapd, struct sta_info *sta) in rsn_preauth_free_station()
Diapp.h22 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
29 struct sta_info *sta) in iapp_new_station()
Dp2p_hostapd.h20 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
31 struct sta_info *sta, in hostapd_p2p_get_mib_sta()
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()
Dieee802_11.c120 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_own_capab_info()
193 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time()
234 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key()
338 struct sta_info *sta; in handle_auth_ft_finish()
363 struct sta_info *sta = NULL; in handle_auth()
537 static int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta) in hostapd_get_aid()
570 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, in check_ssid()
591 static u16 check_wmm(struct hostapd_data *hapd, struct sta_info *sta, in check_wmm()
609 static u16 copy_supp_rates(struct hostapd_data *hapd, struct sta_info *sta, in copy_supp_rates()
653 static u16 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, in check_assoc_ies()
[all …]
Dtkip_countermeasures.c41 struct sta_info *sta; in ieee80211_tkip_countermeasures_start()
68 struct sta_info *sta = ap_get_sta(hapd, addr); in michael_mic_failure()
Dwpa_auth_glue.c127 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_set_eapol()
169 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_wpa_auth_get_eapol()
197 struct sta_info *sta; in hostapd_wpa_auth_get_msk()
247 struct sta_info *sta; in hostapd_wpa_auth_send_eapol()
264 struct sta_info *sta; in hostapd_wpa_auth_for_each_sta()
400 struct sta_info *sta; in hostapd_wpa_auth_send_ft_action()
427 struct sta_info *sta; in hostapd_wpa_auth_add_sta()
Dctrl_iface_ap.c29 struct sta_info *sta, in hostapd_ctrl_iface_sta_mib()
97 struct sta_info *sta; in hostapd_ctrl_iface_sta_next()
Ddrv_callbacks.c43 struct sta_info *sta; in hostapd_notif_assoc()
202 struct sta_info *sta; in hostapd_notif_disassoc()
244 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_sta_low_ack()
460 struct sta_info *sta = ap_get_sta(hapd, addr); in hostapd_event_new_sta()
Dutils.c54 struct sta_info *osta; in prune_associations()
Dp2p_hostapd.c29 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta()
/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.c39 struct sta_info *sta) in ieee802_1x_dump_state()
75 struct sta_info *sta; in hostapd_dump_state()

12