Home
last modified time | relevance | path

Searched defs:hapd (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Dwps_hostapd.h49 static inline int hostapd_init_wps(struct hostapd_data *hapd, in hostapd_init_wps()
55 static inline void hostapd_deinit_wps(struct hostapd_data *hapd) in hostapd_deinit_wps()
59 static inline int hostapd_init_wps_complete(struct hostapd_data *hapd) in hostapd_init_wps_complete()
64 static inline void hostapd_update_wps(struct hostapd_data *hapd) in hostapd_update_wps()
68 static inline void hostapd_wps_eap_completed(struct hostapd_data *hapd) in hostapd_wps_eap_completed()
72 static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, in hostapd_wps_get_mib_sta()
79 static inline int hostapd_wps_button_pushed(struct hostapd_data *hapd, in hostapd_wps_button_pushed()
85 static inline int hostapd_wps_cancel(struct hostapd_data *hapd) in hostapd_wps_cancel()
H A Daccounting.c34 static struct radius_msg * accounting_msg(struct hostapd_data *hapd, in accounting_msg()
170 static int accounting_sta_update_stats(struct hostapd_data *hapd, in accounting_sta_update_stats()
203 struct hostapd_data *hapd = eloop_ctx; in accounting_interim_update() local
226 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta) in accounting_sta_start()
265 static void accounting_sta_report(struct hostapd_data *hapd, in accounting_sta_report()
368 static void accounting_sta_interim(struct hostapd_data *hapd, 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()
430 static void accounting_report_state(struct hostapd_data *hapd, int on) in accounting_report_state()
462 struct hostapd_data *hapd = ctx; in accounting_interim_error_cb() local
[all …]
H A Daccounting.h13 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()
H A Dpreauth_auth.h24 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 Dp2p_hostapd.c23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, in hostapd_p2p_get_mib_sta()
33 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start, in hostapd_p2p_set_noa()
68 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd) in hostapd_p2p_non_p2p_sta_connected()
79 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd) in hostapd_p2p_non_p2p_sta_disconnected()
94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage()
H A Dwpa_auth_kay.h25 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 Dvlan_init.h22 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 Dtkip_countermeasures.c26 struct hostapd_data *hapd = eloop_ctx; in ieee80211_tkip_countermeasures_stop() local
34 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd) in ieee80211_tkip_countermeasures_start()
63 void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd) in ieee80211_tkip_countermeasures_deinit()
69 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local) in michael_mic_failure()
H A Dx_snoop.h29 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 Dndisc_snoop.h20 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 Dvlan_full.c50 static void dyn_iface_get(struct hostapd_data *hapd, const char *ifname, in dyn_iface_get()
87 static int dyn_iface_put(struct hostapd_data *hapd, const char *ifname) in dyn_iface_put()
389 struct hostapd_data *hapd) in vlan_newlink_tagged()
420 static void vlan_bridge_name(char *br_name, struct hostapd_data *hapd, in vlan_bridge_name()
445 static void vlan_get_bridge(const char *br_name, struct hostapd_data *hapd, in vlan_get_bridge()
461 void vlan_newlink(const char *ifname, struct hostapd_data *hapd) in vlan_newlink()
515 struct hostapd_data *hapd) in vlan_dellink_tagged()
545 static void vlan_put_bridge(const char *br_name, struct hostapd_data *hapd, in vlan_put_bridge()
564 void vlan_dellink(const char *ifname, struct hostapd_data *hapd) in vlan_dellink()
636 struct hostapd_data *hapd) in vlan_read_ifnames()
[all …]
H A Ddhcp_snoop.h19 static inline int dhcp_snoop_init(struct hostapd_data *hapd) in dhcp_snoop_init()
24 static inline void dhcp_snoop_deinit(struct hostapd_data *hapd) in dhcp_snoop_deinit()
H A Dmbo_ap.h27 static inline void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, in mbo_ap_check_sta_assoc()
39 static inline void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, in mbo_ap_wnm_notification_req()
H A Dtaxonomy.c239 int retrieve_sta_taxonomy(const struct hostapd_data *hapd, in retrieve_sta_taxonomy()
268 void taxonomy_sta_info_probe_req(const struct hostapd_data *hapd, in taxonomy_sta_info_probe_req()
277 void taxonomy_hostapd_sta_info_probe_req(const struct hostapd_data *hapd, in taxonomy_hostapd_sta_info_probe_req()
286 void taxonomy_sta_info_assoc_req(const struct hostapd_data *hapd, in taxonomy_sta_info_assoc_req()
H A Dfils_hlp.h21 static inline void fils_hlp_deinit(struct hostapd_data *hapd) in fils_hlp_deinit()
H A Dp2p_hostapd.h24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, in hostapd_p2p_get_mib_sta()
H A Deap_user_db.c135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get()
232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user()
H A Dmbo_ap.c83 void mbo_ap_check_sta_assoc(struct hostapd_data *hapd, struct sta_info *sta, in mbo_ap_check_sta_assoc()
208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, in mbo_ap_wnm_notification_req()
H A Dairtime_policy.h31 static inline int airtime_policy_new_sta(struct hostapd_data *hapd, in airtime_policy_new_sta()
H A Deth_p_oui.c85 eth_p_oui_register(struct hostapd_data *hapd, const char *ifname, u8 oui_suffix, in eth_p_oui_register()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.h18 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd) in hostapd_ctrl_iface_init()
23 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd) in hostapd_ctrl_iface_deinit()