/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 66 struct sta_info { struct 67 struct sta_info *next; /* next entry in sta list */ argument 68 struct sta_info *hnext; /* next entry in hash table list */ argument 257 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 260 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); 261 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr); 262 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); 263 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 264 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta); 267 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta, [all …]
|
D | ieee802_1x.h | 13 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, 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 …]
|
D | ieee802_11.h | 14 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() 70 int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta); 71 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 73 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta, 76 void update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 77 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta); 78 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta); 79 u16 copy_sta_vht_capab(struct hostapd_data *hapd, struct sta_info *sta, [all …]
|
D | mbo_ap.h | 13 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()
|
D | ap_mlme.h | 15 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);
|
D | accounting.h | 14 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);
|
D | preauth_auth.h | 16 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()
|
D | sta_info.c | 42 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 …]
|
D | ap_mlme.c | 54 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()
|
D | wnm_ap.h | 12 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,
|
D | mbo_ap.c | 19 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()
|
D | accounting.c | 31 struct sta_info *sta); 35 struct sta_info *sta, in accounting_msg() 168 struct sta_info *sta, in accounting_sta_update_stats() 201 struct sta_info *sta = timeout_ctx; in accounting_interim_update() 223 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start() 263 struct sta_info *sta, int stop) in accounting_sta_report() 366 struct sta_info *sta) in accounting_sta_interim() 378 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_stop() 392 int accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_get_id() 460 struct sta_info *sta; in accounting_interim_error_cb()
|
D | taxonomy.h | 13 struct sta_info *sta, 19 struct sta_info *sta, 22 struct sta_info *sta, char *buf, size_t buflen);
|
D | ndisc_snoop.c | 41 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()
|
D | ieee802_1x.c | 43 struct sta_info *sta, int success, 47 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 101 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() 137 struct sta_info *sta, in ieee802_1x_tx_key_one() 215 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 290 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 343 struct sta_info *sta, in add_common_radius_sta_attr_rsn() 405 struct sta_info *sta, in add_common_radius_sta_attr() 503 struct sta_info *sta, in add_common_radius_attr() 595 struct sta_info *sta, in ieee802_1x_encapsulate_radius() [all …]
|
D | preauth_auth.c | 47 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()
|
D | ndisc_snoop.h | 16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta); 30 struct sta_info *sta) in sta_ip6addr_del()
|
D | iapp.h | 16 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta); 23 struct sta_info *sta) in iapp_new_station()
|
D | ieee802_11.c | 206 static u16 auth_shared_key(struct hostapd_data *hapd, struct sta_info *sta, in auth_shared_key() 313 struct sta_info *sta; in handle_auth_ft_finish() 347 struct sta_info *sta, int update) in auth_build_sae_commit() 376 struct sta_info *sta) in auth_build_sae_confirm() 391 struct sta_info *sta, in auth_sae_send_commit() 412 struct sta_info *sta, in auth_sae_send_confirm() 434 struct sta_info *sta; in use_sae_anti_clogging() 503 static int sae_check_big_sync(struct sta_info *sta) in sae_check_big_sync() 517 struct sta_info *sta = eloop_data; in auth_sae_retransmit_timer() 550 void sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) in sae_clear_retransmit_timer() [all …]
|
D | p2p_hostapd.h | 14 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()
|
D | hostapd.h | 21 struct sta_info; 130 struct sta_info *sta_list; /* STA info list head */ 133 struct sta_info *sta_hash[STA_HASH_SIZE]; 147 struct sta_info *sta, int reassoc); 271 struct sta_info *sta); 485 void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
|
D | x_snoop.h | 23 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/ |
D | mesh_rsn.h | 32 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,
|
D | mesh_mpm.c | 120 struct sta_info *sta, in copy_supp_rates() 170 struct sta_info *sta; in llid_in_use() 184 struct sta_info *sta) in mesh_mpm_init_link() 206 struct sta_info *sta, in mesh_mpm_send_plink_action() 381 struct sta_info *sta, in wpa_mesh_set_plink_state() 407 struct sta_info *sta) in mesh_mpm_fsm_restart() 420 struct sta_info *sta = user_data; in plink_timer() 470 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open() 484 static int mesh_mpm_plink_close(struct hostapd_data *hapd, struct sta_info *sta, in mesh_mpm_plink_close() 506 struct sta_info *sta; in mesh_mpm_close_peer() [all …]
|
D | mesh_rsn.c | 34 struct sta_info *sta = user_data; in mesh_auth_timer() 82 struct sta_info *sta = ap_get_sta(hapd, addr); in auth_get_psk() 124 struct sta_info *sta; in auth_start_ampe() 315 struct sta_info *sta) in mesh_rsn_build_sae_commit() 335 struct sta_info *sta) in mesh_rsn_auth_sae_sta() 397 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid) in mesh_rsn_get_pmkid() 404 mesh_rsn_derive_aek(struct mesh_rsn *rsn, struct sta_info *sta) in mesh_rsn_derive_aek() 436 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_derive_mtk() 498 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_init_ampe_sta() 515 int mesh_rsn_protect_frame(struct mesh_rsn *rsn, struct sta_info *sta, in mesh_rsn_protect_frame() [all …]
|