Home
last modified time | relevance | path

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

12

/NextBSD/contrib/wpa/src/ap/
HDsta_info.h48 struct sta_info { struct
49 struct sta_info *next; /* next entry in sta list */ argument
50 struct sta_info *hnext; /* next entry in hash table list */ argument
195 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
198 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
199 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
200 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
201 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
202 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
205 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
[all …]
HDieee802_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_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
28 struct sta_info *sta, int authorized);
29 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,
54 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
[all …]
HDieee802_11.h14 struct sta_info;
28 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
38 struct sta_info *sta, in ieee802_11_get_mib_sta()
64 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
66 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta,
69 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
70 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta);
71 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta);
72 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta,
74 u16 set_sta_vht_opmode(struct hostapd_data *hapd, struct sta_info *sta,
[all …]
HDsta_info.c39 struct sta_info *sta);
47 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
50 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
54 struct sta_info *sta; in ap_for_each_sta()
65 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
67 struct sta_info *s; in ap_get_sta()
77 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p()
79 struct sta_info *sta; in ap_get_sta_p2p()
100 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
102 struct sta_info *tmp; in ap_sta_list_del()
[all …]
HDap_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);
HDaccounting.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);
HDpreauth_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()
HDap_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()
HDwnm_ap.h12 struct sta_info;
17 struct sta_info *sta, int disassoc_timer);
19 struct sta_info *sta, const char *url,
21 int wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta,
HDaccounting.c31 struct sta_info *sta);
35 struct sta_info *sta, in accounting_msg()
161 struct sta_info *sta, in accounting_sta_update_stats()
188 struct sta_info *sta = timeout_ctx; in accounting_interim_update()
210 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
248 struct sta_info *sta, int stop) in accounting_sta_report()
359 struct sta_info *sta) in accounting_sta_interim()
371 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop()
387 struct sta_info *sta) in accounting_sta_get_id()
HDieee802_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()
96 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized()
132 struct sta_info *sta, in ieee802_1x_tx_key_one()
210 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
285 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
337 struct sta_info *sta, in add_common_radius_sta_attr_rsn()
399 struct sta_info *sta, in add_common_radius_sta_attr()
473 struct sta_info *sta, in add_common_radius_attr()
564 struct sta_info *sta, in ieee802_1x_encapsulate_radius()
[all …]
HDndisc_snoop.c40 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr) in sta_ip6addr_add()
56 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in sta_ip6addr_del()
68 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr) in sta_has_ip6addr()
86 struct sta_info *sta; in ucast_to_stas()
102 struct sta_info *sta; in handle_ndisc()
HDpreauth_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()
HDieee802_11.c197 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key()
298 struct sta_info *sta; in handle_auth_ft_finish()
324 struct sta_info *sta, int update) in auth_build_sae_commit()
353 struct sta_info *sta) in auth_build_sae_confirm()
368 struct sta_info *sta, in auth_sae_send_commit()
388 struct sta_info *sta, in auth_sae_send_confirm()
409 struct sta_info *sta; in use_sae_anti_clogging()
478 static int sae_check_big_sync(struct sta_info *sta) in sae_check_big_sync()
492 struct sta_info *sta = eloop_data; in auth_sae_retransmit_timer()
522 void sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) in sae_clear_retransmit_timer()
[all …]
HDhostapd.h21 struct sta_info;
118 struct sta_info *sta_list; /* STA info list head */
121 struct sta_info *sta_hash[STA_HASH_SIZE];
135 struct sta_info *sta, int reassoc);
259 void (*mesh_sta_free_cb)(struct sta_info *sta);
441 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
HDndisc_snoop.h16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
30 struct sta_info *sta) in sta_ip6addr_del()
HDiapp.h16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
23 struct sta_info *sta) in iapp_new_station()
HDp2p_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()
HDieee802_11_ht.c312 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab()
343 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add()
366 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove()
389 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht()
422 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht()
437 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
HDx_snoop.h23 struct sta_info *sta, u8 *buf,
45 struct sta_info *sta, void *buf, in x_snoop_mcast_to_ucast_convert_send()
/NextBSD/contrib/wpa/wpa_supplicant/tests/
HDlink_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()
/NextBSD/contrib/wpa/wpa_supplicant/
HDmesh_rsn.h24 int mesh_rsn_auth_sae_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta);
25 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta);
26 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);
28 struct sta_info *sta);
29 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta,
31 int mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta,
HDmesh_mpm.c121 struct sta_info *sta, in copy_supp_rates()
171 struct sta_info *sta; in llid_in_use()
185 struct sta_info *sta) in mesh_mpm_init_link()
206 struct sta_info *sta, in mesh_mpm_send_plink_action()
363 struct sta_info *sta, in wpa_mesh_set_plink_state()
387 struct sta_info *sta) in mesh_mpm_fsm_restart()
400 struct sta_info *sta = user_data; in plink_timer()
442 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open()
457 struct sta_info *sta, void *ctx) in mesh_mpm_plink_close()
493 struct sta_info *sta; in mesh_mpm_auth_peer()
[all …]
HDmesh_rsn.c35 struct sta_info *sta = user_data; in mesh_auth_timer()
85 struct sta_info *sta = ap_get_sta(hapd, addr); in auth_get_psk()
127 struct sta_info *sta; in auth_start_ampe()
270 struct sta_info *sta) in mesh_rsn_build_sae_commit()
290 struct sta_info *sta) in mesh_rsn_auth_sae_sta()
329 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid) in mesh_rsn_get_pmkid()
339 mesh_rsn_derive_aek(struct mesh_rsn *rsn, struct sta_info *sta) in mesh_rsn_derive_aek()
362 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_derive_mtk()
418 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_init_ampe_sta()
435 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta, in mesh_rsn_protect_frame()
[all …]
HDmesh_mpm.h17 void mesh_mpm_free_sta(struct sta_info *sta);
19 struct sta_info *sta,

12