| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ieee802_11.h | 13 struct hostapd_data; 27 void hostapd_2040_coex_action(struct hostapd_data *hapd, 47 u16 hostapd_own_capab_info(struct hostapd_data *hapd); 70 void hostapd_get_ht_capab(struct hostapd_data *hapd, 73 void hostapd_get_vht_capab(struct hostapd_data *hapd, 76 void hostapd_get_he_capab(struct hostapd_data *hapd, 106 void ieee802_11_sa_query_action(struct hostapd_data *hapd, 114 int hostapd_update_time_adv(struct hostapd_data *hapd); 120 void sae_clear_retransmit_timer(struct hostapd_data *hapd, 134 u8 hostapd_mbo_ie_len(struct hostapd_data *hapd); [all …]
|
| H A D | wps_hostapd.h | 14 int hostapd_init_wps(struct hostapd_data *hapd, 16 int hostapd_init_wps_complete(struct hostapd_data *hapd); 17 void hostapd_deinit_wps(struct hostapd_data *hapd); 18 void hostapd_update_wps(struct hostapd_data *hapd); 19 void hostapd_wps_eap_completed(struct hostapd_data *hapd); 22 int hostapd_wps_button_pushed(struct hostapd_data *hapd, 24 int hostapd_wps_cancel(struct hostapd_data *hapd); 27 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd); 32 void hostapd_wps_update_ie(struct hostapd_data *hapd); 35 int hostapd_wps_nfc_tag_read(struct hostapd_data *hapd, [all …]
|
| H A D | ap_drv_ops.h | 27 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd); 28 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd); 29 int hostapd_set_authorized(struct hostapd_data *hapd, 38 int hostapd_sta_add(struct hostapd_data *hapd, 63 int hostapd_flush(struct hostapd_data *hapd); 81 int hostapd_drv_none(struct hostapd_data *hapd); 82 int hostapd_driver_scan(struct hostapd_data *hapd, 85 struct hostapd_data *hapd); 89 struct hostapd_data *hapd, 132 int hostapd_drv_do_acs(struct hostapd_data *hapd); [all …]
|
| H A D | dpp_hostapd.h | 12 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd); 13 int hostapd_dpp_auth_init(struct hostapd_data *hapd, const char *cmd); 14 int hostapd_dpp_listen(struct hostapd_data *hapd, const char *cmd); 15 void hostapd_dpp_listen_stop(struct hostapd_data *hapd); 16 void hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src, 18 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst, 21 hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa, 30 int hostapd_dpp_pkex_add(struct hostapd_data *hapd, const char *cmd); 32 void hostapd_dpp_stop(struct hostapd_data *hapd); 33 int hostapd_dpp_init(struct hostapd_data *hapd); [all …]
|
| H A D | ieee802_1x.h | 12 struct hostapd_data; 26 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta); 27 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, 30 int ieee802_1x_init(struct hostapd_data *hapd); 31 void ieee802_1x_erp_flush(struct hostapd_data *hapd); 32 void ieee802_1x_deinit(struct hostapd_data *hapd); 33 int ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, 55 const char *radius_mode_txt(struct hostapd_data *hapd); 56 int radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta); 58 int add_common_radius_attr(struct hostapd_data *hapd, [all …]
|
| H A D | sta_info.h | 49 struct hostapd_data; 305 int ap_for_each_sta(struct hostapd_data *hapd, 306 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta, 312 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta); 314 void hostapd_free_stas(struct hostapd_data *hapd); 320 void ap_sta_no_session_timeout(struct hostapd_data *hapd, 322 void ap_sta_session_warning_timeout(struct hostapd_data *hapd, 330 int ap_sta_wps_cancel(struct hostapd_data *hapd, 339 const char * ap_sta_wpa_get_keyid(struct hostapd_data *hapd, 344 void ap_sta_set_authorized(struct hostapd_data *hapd, [all …]
|
| H A D | ctrl_iface_ap.h | 12 int hostapd_ctrl_iface_sta_first(struct hostapd_data *hapd, 14 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, 18 int hostapd_ctrl_iface_deauthenticate(struct hostapd_data *hapd, 20 int hostapd_ctrl_iface_disassociate(struct hostapd_data *hapd, 22 int hostapd_ctrl_iface_signature(struct hostapd_data *hapd, 25 int hostapd_ctrl_iface_poll_sta(struct hostapd_data *hapd, 27 int hostapd_ctrl_iface_status(struct hostapd_data *hapd, char *buf, 31 int hostapd_ctrl_iface_stop_ap(struct hostapd_data *hapd); 32 int hostapd_ctrl_iface_pmksa_list(struct hostapd_data *hapd, char *buf, 34 void hostapd_ctrl_iface_pmksa_flush(struct hostapd_data *hapd); [all …]
|
| H A D | accounting.h | 13 static inline int accounting_sta_get_id(struct hostapd_data *hapd, in accounting_sta_get_id() 19 static inline void accounting_sta_start(struct hostapd_data *hapd, in accounting_sta_start() 24 static inline void accounting_sta_stop(struct hostapd_data *hapd, in accounting_sta_stop() 29 static inline int accounting_init(struct hostapd_data *hapd) in accounting_init() 34 static inline void accounting_deinit(struct hostapd_data *hapd) in accounting_deinit() 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); 41 int accounting_init(struct hostapd_data *hapd); 42 void accounting_deinit(struct hostapd_data *hapd);
|
| H A D | preauth_auth.h | 14 int rsn_preauth_iface_init(struct hostapd_data *hapd); 15 void rsn_preauth_iface_deinit(struct hostapd_data *hapd); 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); 24 static inline int rsn_preauth_iface_init(struct hostapd_data *hapd) in rsn_preauth_iface_init() 29 static inline void rsn_preauth_iface_deinit(struct hostapd_data *hapd) in rsn_preauth_iface_deinit() 33 static inline void rsn_preauth_finished(struct hostapd_data *hapd, in rsn_preauth_finished() 39 static inline void rsn_preauth_send(struct hostapd_data *hapd, in rsn_preauth_send() 45 static inline void rsn_preauth_free_station(struct hostapd_data *hapd, in rsn_preauth_free_station()
|
| H A D | wpa_auth_kay.c | 27 struct hostapd_data *hapd = priv; in hapd_macsec_init() 37 struct hostapd_data *hapd = priv; in hapd_macsec_deinit() 47 struct hostapd_data *hapd = priv; in hapd_macsec_get_capability() 57 struct hostapd_data *hapd = priv; in hapd_enable_protect_frames() 67 struct hostapd_data *hapd = priv; in hapd_enable_encrypt() 77 struct hostapd_data *hapd = priv; in hapd_set_replay_protect() 88 struct hostapd_data *hapd = priv; in hapd_set_current_cipher_suite() 98 struct hostapd_data *hapd = priv; in hapd_enable_controlled_port() 108 struct hostapd_data *hapd = priv; in hapd_get_receive_lowest_pn() 118 struct hostapd_data *hapd = priv; in hapd_get_transmit_next_pn() [all …]
|
| H A D | hostapd.h | 31 struct hostapd_data; 46 int (*ctrl_iface_init)(struct hostapd_data *hapd); 47 void (*ctrl_iface_deinit)(struct hostapd_data *hapd); 144 struct hostapd_data { struct 172 void (*new_assoc_sta_cb)(struct hostapd_data *hapd, argument 308 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, argument 439 struct hostapd_data **bss; 577 struct hostapd_data * 604 int hostapd_switch_channel(struct hostapd_data *hapd, 609 void hostapd_cleanup_cs_params(struct hostapd_data *hapd); [all …]
|
| H A D | wpa_auth_kay.h | 14 int ieee802_1x_alloc_kay_sm_hapd(struct hostapd_data *hapd, 16 void * ieee802_1x_notify_create_actor_hapd(struct hostapd_data *hapd, 18 void ieee802_1x_dealloc_kay_sm_hapd(struct hostapd_data *hapd); 20 void * ieee802_1x_create_preshared_mka_hapd(struct hostapd_data *hapd, 25 static inline int ieee802_1x_alloc_kay_sm_hapd(struct hostapd_data *hapd, in ieee802_1x_alloc_kay_sm_hapd() 32 ieee802_1x_notify_create_actor_hapd(struct hostapd_data *hapd, in ieee802_1x_notify_create_actor_hapd() 38 static inline void ieee802_1x_dealloc_kay_sm_hapd(struct hostapd_data *hapd) in ieee802_1x_dealloc_kay_sm_hapd() 43 ieee802_1x_create_preshared_mka_hapd(struct hostapd_data *hapd, in ieee802_1x_create_preshared_mka_hapd()
|
| H A D | vlan_init.h | 14 int vlan_init(struct hostapd_data *hapd); 15 void vlan_deinit(struct hostapd_data *hapd); 16 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, 20 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id); 22 static inline int vlan_init(struct hostapd_data *hapd) in vlan_init() 27 static inline void vlan_deinit(struct hostapd_data *hapd) in vlan_deinit() 32 vlan_add_dynamic(struct hostapd_data *hapd, struct hostapd_vlan *vlan, in vlan_add_dynamic() 38 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) in vlan_remove_dynamic()
|
| H A D | x_snoop.h | 16 int x_snoop_init(struct hostapd_data *hapd); 18 x_snoop_get_l2_packet(struct hostapd_data *hapd, 22 void x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, 25 void x_snoop_deinit(struct hostapd_data *hapd); 29 static inline int x_snoop_init(struct hostapd_data *hapd) in x_snoop_init() 35 x_snoop_get_l2_packet(struct hostapd_data *hapd, in x_snoop_get_l2_packet() 44 x_snoop_mcast_to_ucast_convert_send(struct hostapd_data *hapd, in x_snoop_mcast_to_ucast_convert_send() 50 static inline void x_snoop_deinit(struct hostapd_data *hapd) in x_snoop_deinit()
|
| H A D | ap_drv_ops.c | 67 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd, in hostapd_build_ap_extra_ies() 234 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd) in hostapd_set_ap_wps_ie() 255 int hostapd_set_authorized(struct hostapd_data *hapd, in hostapd_set_authorized() 410 int hostapd_sta_add(struct hostapd_data *hapd, in hostapd_sta_add() 534 int hostapd_flush(struct hostapd_data *hapd) in hostapd_flush() 642 int hostapd_drv_none(struct hostapd_data *hapd) in hostapd_drv_none() 648 int hostapd_driver_scan(struct hostapd_data *hapd, in hostapd_driver_scan() 658 struct hostapd_data *hapd) in hostapd_driver_get_scan_results() 799 struct hostapd_data *hapd = iface->bss[0]; in hostapd_start_dfs_cac() 866 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_ext_capa() [all …]
|
| H A D | ap_mlme.h | 14 void mlme_authenticate_indication(struct hostapd_data *hapd, 17 void mlme_deauthenticate_indication(struct hostapd_data *hapd, 20 void mlme_associate_indication(struct hostapd_data *hapd, 23 void mlme_reassociate_indication(struct hostapd_data *hapd, 26 void mlme_disassociate_indication(struct hostapd_data *hapd, 29 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd, 32 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta);
|
| H A D | hs20.h | 12 struct hostapd_data; 14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid); 15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid); 16 int hs20_send_wnm_notification(struct hostapd_data *hapd, const u8 *addr, 18 int hs20_send_wnm_notification_deauth_req(struct hostapd_data *hapd, 21 int hs20_send_wnm_notification_t_c(struct hostapd_data *hapd, 23 void hs20_t_c_filtering(struct hostapd_data *hapd, struct sta_info *sta,
|
| H A D | ndisc_snoop.h | 14 int ndisc_snoop_init(struct hostapd_data *hapd); 15 void ndisc_snoop_deinit(struct hostapd_data *hapd); 16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta); 20 static inline int ndisc_snoop_init(struct hostapd_data *hapd) in ndisc_snoop_init() 25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd) in ndisc_snoop_deinit() 29 static inline void sta_ip6addr_del(struct hostapd_data *hapd, in sta_ip6addr_del()
|
| H A D | p2p_hostapd.h | 14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, 16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start, 18 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd); 19 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd); 24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, in hostapd_p2p_get_mib_sta() 33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
|
| H A D | rrm.h | 20 void hostapd_handle_radio_measurement(struct hostapd_data *hapd, 22 int hostapd_send_lci_req(struct hostapd_data *hapd, const u8 *addr); 23 int hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr, 26 void hostapd_clean_rrm(struct hostapd_data *hapd); 27 int hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr, 29 void hostapd_rrm_beacon_req_tx_status(struct hostapd_data *hapd,
|
| H A D | wps_hostapd.c | 49 struct hostapd_data *calling_hapd; 99 struct hostapd_data *hapd = ctx; in hostapd_wps_new_psk_cb() 160 struct hostapd_data *hapd = ctx; in hostapd_wps_set_ie_cb() 174 struct hostapd_data *hapd = ctx; in hostapd_wps_pin_needed_cb() 211 struct hostapd_data *current_hapd; 231 struct hostapd_data *hapd = ctx; in hostapd_wps_reg_success_cb() 256 struct hostapd_data *hapd = ctx; in hostapd_wps_enrollee_seen_cb() 663 struct hostapd_data *hapd = ctx; in hostapd_wps_cred_cb() 836 struct hostapd_data *hapd = ctx; in hostapd_wps_event_cb() 891 struct hostapd_data *hapd = ctx; in hostapd_wps_rf_band_cb() [all …]
|
| H A D | wpa_auth_glue.c | 144 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_logger() 168 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_disconnect() 178 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_mic_failure_report() 185 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_psk_failure_report() 194 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_set_eapol() 236 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_eapol() 256 struct hostapd_data *hapd = ctx; in hostapd_wpa_auth_get_psk() 524 struct hostapd_data *src_hapd; 535 struct hostapd_data *hapd; in hostapd_wpa_auth_ft_iter() 701 struct hostapd_data *src_hapd; [all …]
|
| H A D | neighbor_db.h | 14 hostapd_neighbor_get(struct hostapd_data *hapd, const u8 *bssid, 16 int hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, 20 void hostapd_neighbor_set_own_report(struct hostapd_data *hapd); 21 int hostapd_neighbor_remove(struct hostapd_data *hapd, const u8 *bssid, 23 void hostapd_free_neighbor_db(struct hostapd_data *hapd);
|
| H A D | vlan_util.h | 12 struct hostapd_data; 23 int vlan_if_remove(struct hostapd_data *hapd, struct hostapd_vlan *vlan); 26 full_dynamic_vlan_init(struct hostapd_data *hapd); 28 void vlan_newlink(const char *ifname, struct hostapd_data *hapd); 29 void vlan_dellink(const char *ifname, struct hostapd_data *hapd);
|
| H A D | ieee802_11_auth.h | 19 int hostapd_check_acl(struct hostapd_data *hapd, const u8 *addr, 21 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr, 28 int hostapd_acl_init(struct hostapd_data *hapd); 29 void hostapd_acl_deinit(struct hostapd_data *hapd); 31 void hostapd_acl_expire(struct hostapd_data *hapd);
|