/freebsd/contrib/wpa/src/ap/ |
H A D | sta_info.h | 100 struct sta_info { struct 101 struct sta_info *next; /* next entry in sta list */ argument 102 struct sta_info *hnext; /* next entry in hash table list */ argument 291 void (*fils_pending_cb)(struct hostapd_data *hapd, struct sta_info *sta, argument 358 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, argument 361 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta); 362 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr); 363 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta); 364 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 365 void ap_sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta); [all …]
|
H A D | ieee802_11.h | 14 struct sta_info; 36 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 46 struct sta_info *sta, in ieee802_11_get_mib_sta() 95 u8 * hostapd_eid_eht_ml_assoc(struct hostapd_data *hapd, struct sta_info *info, 106 struct sta_info *sta); 110 int hostapd_get_aid(struct hostapd_data *hapd, struct sta_info *sta); 111 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, 113 u16 copy_sta_vendor_vht(struct hostapd_data *hapd, struct sta_info *sta, 116 int update_ht_state(struct hostapd_data *hapd, struct sta_info *sta); 117 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta); [all …]
|
H A 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, 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 …]
|
H A 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()
|
H A D | sta_info.c | 44 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 …]
|
H A 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);
|
H A D | wpa_auth_kay.h | 15 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()
|
H A 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);
|
H A 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()
|
H A 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, 27 int wnm_send_coloc_intf_req(struct hostapd_data *hapd, struct sta_info *sta,
|
H A 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()
|
H A 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()
|
H A D | accounting.c | 31 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()
|
H A D | ieee802_1x.c | 47 struct sta_info *sta, int success, 51 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, in ieee802_1x_send() 113 struct sta_info *sta, in ieee802_1x_set_authorized() 148 struct sta_info *sta, in ieee802_1x_ml_set_sta_authorized() 171 struct sta_info *tmp_sta; in ieee802_1x_ml_set_sta_authorized() 198 struct sta_info *sta, int authorized) in ieee802_1x_set_sta_authorized() 210 struct sta_info *sta, in ieee802_1x_tx_key_one() 307 static void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) in ieee802_1x_tx_key() 385 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) in radius_sta_rate() 438 struct sta_info *sta, in add_common_radius_sta_attr_rsn() [all …]
|
H A D | taxonomy.h | 13 struct sta_info *sta, 19 struct sta_info *sta, 22 struct sta_info *sta, char *buf, size_t buflen);
|
H A 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() 70 static int sta_has_ip6addr(struct sta_info *sta, struct in6_addr *addr) in sta_has_ip6addr() 88 struct sta_info *sta; in ucast_to_stas() 104 struct sta_info *sta; in handle_ndisc()
|
H A D | airtime_policy.c | 57 struct sta_info *sta, in set_new_backlog_time() 72 struct sta_info *sta; in count_backlogged_sta() 97 struct sta_info *sta, in sta_set_airtime_weight() 113 struct sta_info *sta; in set_sta_weights() 242 int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta) in airtime_policy_new_sta()
|
H A 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()
|
H A 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()
|
H A D | airtime_policy.h | 25 int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta); 32 struct sta_info *sta) in airtime_policy_new_sta()
|
H A 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()
|
H A D | ieee802_11_ht.c | 217 struct sta_info *sta; in hostapd_2040_coex_action() 357 u16 copy_sta_ht_capab(struct hostapd_data *hapd, struct sta_info *sta, in copy_sta_ht_capab() 388 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_add() 411 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta) in ht40_intolerant_remove() 434 static void update_sta_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_ht() 467 static void update_sta_no_ht(struct hostapd_data *hapd, struct sta_info *sta) in update_sta_no_ht() 482 int update_ht_state(struct hostapd_data *hapd, struct sta_info *sta) in update_ht_state()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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,
|
H A D | mesh_rsn.c | 34 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() 151 struct sta_info *sta; in auth_for_each_sta() 341 struct sta_info *sta) in mesh_rsn_build_sae_commit() 371 struct sta_info *sta) in mesh_rsn_auth_sae_sta() 434 void mesh_rsn_get_pmkid(struct mesh_rsn *rsn, struct sta_info *sta, u8 *pmkid) in mesh_rsn_get_pmkid() 441 mesh_rsn_derive_aek(struct mesh_rsn *rsn, struct sta_info *sta) in mesh_rsn_derive_aek() 473 int mesh_rsn_derive_mtk(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_derive_mtk() 535 void mesh_rsn_init_ampe_sta(struct wpa_supplicant *wpa_s, struct sta_info *sta) in mesh_rsn_init_ampe_sta() [all …]
|
H A D | mesh_mpm.c | 123 struct sta_info *sta, in copy_supp_rates() 173 struct sta_info *sta; in llid_in_use() 187 struct sta_info *sta) in mesh_mpm_init_link() 209 struct sta_info *sta, in mesh_mpm_send_plink_action() 455 struct sta_info *sta, in wpa_mesh_set_plink_state() 482 struct sta_info *sta) in mesh_mpm_fsm_restart() 495 struct sta_info *sta = user_data; in plink_timer() 545 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open() 559 static int mesh_mpm_plink_close(struct hostapd_data *hapd, struct sta_info *sta, in mesh_mpm_plink_close() 587 struct sta_info *sta; in mesh_mpm_close_peer() [all …]
|