Home
last modified time | relevance | path

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

123

/external/wpa_supplicant_8/src/ap/
Dsta_info.h105 struct sta_info { struct
106 struct sta_info *next; /* next entry in sta list */ argument
107 struct sta_info *hnext; /* next entry in hash table list */ argument
293 void (*fils_pending_cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
352 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument
355 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
356 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
357 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
358 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
359 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
[all …]
Dieee802_11.h14 struct sta_info;
30 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
40 struct sta_info *sta, in ieee802_11_get_mib_sta()
81 int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta);
82 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta,
84 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta,
87 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta);
88 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta);
89 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta);
90 u16 copy_sta_vht_capab(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 hostapd_data *hapd, 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,
49 int ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
55 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta);
[all …]
Dmbo_ap.h13 struct sta_info;
18 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta,
20 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen);
23 void mbo_ap_sta_free(struct sta_info *sta);
28 struct sta_info *sta, in mbo_ap_check_sta_assoc()
33 static inline int mbo_ap_get_info(struct sta_info *sta, char *buf, in mbo_ap_get_info()
45 static inline void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free()
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);
Dwpa_auth_kay.h15 struct sta_info *sta);
17 struct sta_info *sta);
21 struct sta_info *sta);
26 struct sta_info *sta) in ieee802_1x_alloc_kay_sm_hapd()
33 struct sta_info *sta) in ieee802_1x_notify_create_actor_hapd()
44 struct sta_info *sta) in ieee802_1x_create_preshared_mka_hapd()
Daccounting.h14 struct sta_info *sta) in accounting_sta_get_id()
20 struct sta_info *sta) in accounting_sta_start()
25 struct sta_info *sta) in accounting_sta_stop()
38 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
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);
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.c44 struct sta_info *sta);
50 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
54 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, in ap_for_each_sta()
58 struct sta_info *sta; in ap_for_each_sta()
69 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta) in ap_get_sta()
71 struct sta_info *s; in ap_get_sta()
81 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr) in ap_get_sta_p2p()
83 struct sta_info *sta; in ap_get_sta_p2p()
104 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta) in ap_sta_list_del()
106 struct sta_info *tmp; in ap_sta_list_del()
[all …]
Dwnm_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,
27 int wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta,
Dap_mlme.c54 struct sta_info *sta) in mlme_authenticate_indication()
83 struct sta_info *sta, u16 reason_code) in mlme_deauthenticate_indication()
106 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) in mlme_associate_indication()
134 struct sta_info *sta) in mlme_reassociate_indication()
162 struct sta_info *sta, u16 reason_code) in mlme_disassociate_indication()
182 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) in mlme_deletekeys_request()
Dmbo_ap.c19 void mbo_ap_sta_free(struct sta_info *sta) in mbo_ap_sta_free()
33 static void mbo_ap_parse_non_pref_chan(struct sta_info *sta, in mbo_ap_parse_non_pref_chan()
83 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta, in mbo_ap_check_sta_assoc()
115 int mbo_ap_get_info(struct sta_info *sta, char *buf, size_t buflen) in mbo_ap_get_info()
168 static void mbo_ap_wnm_notif_req_cell_capa(struct sta_info *sta, in mbo_ap_wnm_notif_req_cell_capa()
180 static void mbo_ap_wnm_notif_req_elem(struct sta_info *sta, u8 type, in mbo_ap_wnm_notif_req_elem()
213 struct sta_info *sta; in mbo_ap_wnm_notification_req()
Daccounting.c31 struct sta_info *sta);
35 struct sta_info *sta, in accounting_msg()
171 struct sta_info *sta, in accounting_sta_update_stats()
204 struct sta_info *sta = timeout_ctx; in accounting_interim_update()
226 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
266 struct sta_info *sta, int stop) in accounting_sta_report()
369 struct sta_info *sta) in accounting_sta_interim()
381 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop()
395 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id()
463 struct sta_info *sta; in accounting_interim_error_cb()
Dtaxonomy.h13 struct sta_info *sta,
19 struct sta_info *sta,
22 struct sta_info *sta, char *buf, size_t buflen);
Dndisc_snoop.c41 static int sta_ip6addr_add(struct sta_info *sta, struct in6_addr *addr) in sta_ip6addr_add()
57 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta) in sta_ip6addr_del()
69 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr) in sta_has_ip6addr()
87 struct sta_info *sta; in ucast_to_stas()
103 struct sta_info *sta; in handle_ndisc()
Dieee802_1x.c47 struct sta_info *sta, int success,
51 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send()
108 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized()
145 struct sta_info *sta, in ieee802_1x_tx_key_one()
242 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key()
320 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate()
373 struct sta_info *sta, in add_common_radius_sta_attr_rsn()
433 struct sta_info *sta, in add_common_radius_sta_attr()
531 struct sta_info *sta, in add_common_radius_attr()
621 int add_sqlite_radius_attr(struct hostapd_data *hapd, struct sta_info *sta, in add_sqlite_radius_attr()
[all …]
Dairtime_policy.c57 struct sta_info *sta, in set_new_backlog_time()
72 struct sta_info *sta; in count_backlogged_sta()
93 struct sta_info *sta, in sta_set_airtime_weight()
109 struct sta_info *sta; in set_sta_weights()
238 int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta) in airtime_policy_new_sta()
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()
Dndisc_snoop.h16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
30 struct sta_info *sta) in sta_ip6addr_del()
Dairtime_policy.h25 int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta);
32 struct sta_info *sta) in airtime_policy_new_sta()
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()
Dx_snoop.h23 struct sta_info *sta, u8 *buf,
45 struct sta_info *sta, void *buf, in x_snoop_mcast_to_ucast_convert_send()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.h32 int mesh_rsn_auth_sae_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta);
33 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta);
34 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid);
36 struct sta_info *sta);
37 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta,
39 int mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta,
Dmesh_mpm.c122 struct sta_info *sta, in copy_supp_rates()
172 struct sta_info *sta; in llid_in_use()
186 struct sta_info *sta) in mesh_mpm_init_link()
208 struct sta_info *sta, in mesh_mpm_send_plink_action()
426 struct sta_info *sta, in wpa_mesh_set_plink_state()
452 struct sta_info *sta) in mesh_mpm_fsm_restart()
465 struct sta_info *sta = user_data; in plink_timer()
515 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open()
529 static int mesh_mpm_plink_close(struct hostapd_data *hapd, struct sta_info *sta, in mesh_mpm_plink_close()
554 struct sta_info *sta; in mesh_mpm_close_peer()
[all …]
Dmesh_rsn.c34 struct sta_info *sta = user_data; in mesh_auth_timer()
83 struct sta_info *sta = ap_get_sta(hapd, addr); in auth_get_psk()
130 struct sta_info *sta; in auth_start_ampe()
323 struct sta_info *sta) in mesh_rsn_build_sae_commit()
354 struct sta_info *sta) in mesh_rsn_auth_sae_sta()
416 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid) in mesh_rsn_get_pmkid()
423 mesh_rsn_derive_aek(struct mesh_rsn *rsn, struct sta_info *sta) in mesh_rsn_derive_aek()
455 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_derive_mtk()
517 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_init_ampe_sta()
534 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta, in mesh_rsn_protect_frame()
[all …]

123