HomeSort by: relevance | last modified time | path
    Searched refs:hapd (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/wpa/dist/src/ap/
authsrv.h 12 int authsrv_init(struct hostapd_data *hapd);
13 void authsrv_deinit(struct hostapd_data *hapd);
bss_load.h 13 int bss_load_update_init(struct hostapd_data *hapd);
14 void bss_load_update_deinit(struct hostapd_data *hapd);
wpa_auth_glue.h 12 int hostapd_setup_wpa(struct hostapd_data *hapd);
13 void hostapd_reconfig_wpa(struct hostapd_data *hapd);
14 void hostapd_deinit_wpa(struct hostapd_data *hapd);
dhcp_snoop.h 14 int dhcp_snoop_init(struct hostapd_data *hapd);
15 void dhcp_snoop_deinit(struct hostapd_data *hapd);
19 static inline int dhcp_snoop_init(struct hostapd_data *hapd)
24 static inline void dhcp_snoop_deinit(struct hostapd_data *hapd)
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,
32 ieee802_1x_notify_create_actor_hapd(struct hostapd_data *hapd,
38 static inline void ieee802_1x_dealloc_kay_sm_hapd(struct hostapd_data *hapd)
43 ieee802_1x_create_preshared_mka_hapd(struct hostapd_data *hapd,
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)
25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd)
29 static inline void sta_ip6addr_del(struct hostapd_data *hapd,
ap_drv_ops.h 20 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
24 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
27 int hostapd_reset_ap_wps_ie(struct hostapd_data *hapd);
28 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd);
29 bool hostapd_sta_is_link_sta(struct hostapd_data *hapd,
31 int hostapd_set_authorized(struct hostapd_data *hapd,
33 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
34 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
36 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
37 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname)
    [all...]
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);
20 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
22 int hostapd_wps_button_pushed(struct hostapd_data *hapd,
24 int hostapd_wps_cancel(struct hostapd_data *hapd);
25 int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr,
27 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd);
    [all...]
accounting.h 13 static inline int accounting_sta_get_id(struct hostapd_data *hapd,
19 static inline void accounting_sta_start(struct hostapd_data *hapd,
24 static inline void accounting_sta_stop(struct hostapd_data *hapd,
29 static inline int accounting_init(struct hostapd_data *hapd)
34 static inline void accounting_deinit(struct hostapd_data *hapd)
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);
    [all...]
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)
29 static inline void rsn_preauth_iface_deinit(struct hostapd_data *hapd)
33 static inline void rsn_preauth_finished(struct hostapd_data *hapd,
39 static inline void rsn_preauth_send(struct hostapd_data *hapd,
45 static inline void rsn_preauth_free_station(struct hostapd_data *hapd,
    [all...]
tkip_countermeasures.c 26 struct hostapd_data *hapd = eloop_ctx; local
27 hapd->tkip_countermeasures = 0;
28 hostapd_drv_set_countermeasures(hapd, 0);
29 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
34 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd)
38 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
42 hapd->tkip_countermeasures = 1;
43 hostapd_drv_set_countermeasures(hapd, 1);
44 wpa_gtk_rekey(hapd->wpa_auth)
    [all...]
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);
dpp_hostapd.h 15 int hostapd_dpp_qr_code(struct hostapd_data *hapd, const char *cmd);
16 int hostapd_dpp_nfc_uri(struct hostapd_data *hapd, const char *cmd);
17 int hostapd_dpp_nfc_handover_req(struct hostapd_data *hapd, const char *cmd);
18 int hostapd_dpp_nfc_handover_sel(struct hostapd_data *hapd, const char *cmd);
19 int hostapd_dpp_auth_init(struct hostapd_data *hapd, const char *cmd);
20 int hostapd_dpp_listen(struct hostapd_data *hapd, const char *cmd);
21 void hostapd_dpp_listen_stop(struct hostapd_data *hapd);
22 void hostapd_dpp_rx_action(struct hostapd_data *hapd, const u8 *src,
24 void hostapd_dpp_tx_status(struct hostapd_data *hapd, const u8 *dst,
27 hostapd_dpp_gas_req_handler(struct hostapd_data *hapd, const u8 *sa
    [all...]
bss_load.c 19 static int get_bss_load_update_timeout(struct hostapd_data *hapd,
22 unsigned int update_period = hapd->conf->bss_load_update_period;
23 unsigned int beacon_int = hapd->iconf->beacon_int;
44 struct hostapd_data *hapd = eloop_data; local
47 struct hostapd_iface *iface = hapd->iface;
49 if (!(hapd->beacon_set_done && hapd->started))
52 err = hostapd_drv_get_survey(hapd, hapd->iface->freq);
58 ieee802_11_set_beacon_per_bss_only(hapd);
    [all...]
p2p_hostapd.c 23 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
33 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
40 hapd->noa_enabled = 0;
41 hapd->noa_start = 0;
42 hapd->noa_duration = 0;
48 return hostapd_driver_set_noa(hapd, count, start, duration);
51 hapd->noa_enabled = 1;
52 hapd->noa_start = start;
53 hapd->noa_duration = duration;
55 if (hapd->num_sta_no_p2p == 0)
    [all...]
ap_drv_ops.c 68 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
80 pos = hostapd_eid_rm_enabled_capab(hapd, pos, sizeof(buf));
87 pos = hostapd_eid_time_adv(hapd, pos);
90 pos = hostapd_eid_time_zone(hapd, pos);
95 pos = hostapd_eid_ext_capab(hapd, pos, false);
98 pos = hostapd_eid_interworking(hapd, pos);
99 pos = hostapd_eid_adv_proto(hapd, pos);
100 pos = hostapd_eid_roaming_consortium(hapd, pos);
106 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
107 add_buf(&proberesp, hapd->iface->fst_ies) < 0 |
992 struct hostapd_data *hapd = iface->bss[0]; local
1091 struct hostapd_data *hapd = iface->bss[0]; local
1105 struct hostapd_data *hapd = iface->bss[0]; local
    [all...]
fils_hlp.h 12 int fils_process_hlp(struct hostapd_data *hapd, struct sta_info *sta,
17 void fils_hlp_deinit(struct hostapd_data *hapd);
21 static inline void fils_hlp_deinit(struct hostapd_data *hapd)
authsrv.c 30 static int hostapd_sim_db_cb_sta(struct hostapd_data *hapd,
41 struct hostapd_data *hapd = ctx; local
42 if (ap_for_each_sta(hapd, hostapd_sim_db_cb_sta, session_ctx) == 0) {
44 radius_server_eap_pending_cb(hapd->radius_srv, session_ctx);
105 static int hostapd_setup_radius_srv(struct hostapd_data *hapd)
108 struct hostapd_bss_config *conf = hapd->conf;
111 if (!hostapd_mld_is_first_bss(hapd)) {
117 first = hostapd_mld_get_first_bss(hapd);
120 hapd->radius_srv = first->radius_srv;
129 srv.conf_ctx = hapd;
    [all...]
wpa_auth_kay.c 27 struct hostapd_data *hapd = priv; local
29 if (!hapd->driver->macsec_init)
31 return hapd->driver->macsec_init(hapd->drv_priv, params);
37 struct hostapd_data *hapd = priv; local
39 if (!hapd->driver->macsec_deinit)
41 return hapd->driver->macsec_deinit(hapd->drv_priv);
47 struct hostapd_data *hapd = priv; local
49 if (!hapd->driver->macsec_get_capability
57 struct hostapd_data *hapd = priv; local
67 struct hostapd_data *hapd = priv; local
77 struct hostapd_data *hapd = priv; local
88 struct hostapd_data *hapd = priv; local
98 struct hostapd_data *hapd = priv; local
108 struct hostapd_data *hapd = priv; local
118 struct hostapd_data *hapd = priv; local
128 struct hostapd_data *hapd = priv; local
153 struct hostapd_data *hapd = priv; local
164 struct hostapd_data *hapd = priv; local
174 struct hostapd_data *hapd = priv; local
184 struct hostapd_data *hapd = priv; local
194 struct hostapd_data *hapd = priv; local
204 struct hostapd_data *hapd = priv; local
216 struct hostapd_data *hapd = priv; local
227 struct hostapd_data *hapd = priv; local
237 struct hostapd_data *hapd = priv; local
247 struct hostapd_data *hapd = priv; local
257 struct hostapd_data *hapd = priv; local
267 struct hostapd_data *hapd = priv; local
    [all...]
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,
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
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,
16 int hostapd_ctrl_iface_sta_next(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
    [all...]
tkip_countermeasures.h 12 int michael_mic_failure(struct hostapd_data *hapd, const u8 *addr, int local);
13 void ieee80211_tkip_countermeasures_deinit(struct hostapd_data *hapd);
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)
27 static inline void vlan_deinit(struct hostapd_data *hapd)
32 vlan_add_dynamic(struct hostapd_data *hapd, struct hostapd_vlan *vlan,
38 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id)
neighbor_db.h 14 hostapd_neighbor_get(struct hostapd_data *hapd, const u8 *bssid,
16 int hostapd_neighbor_show(struct hostapd_data *hapd, char *buf, size_t buflen);
17 int hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid,
22 void hostapd_neighbor_set_own_report(struct hostapd_data *hapd);
23 int hostapd_neighbor_sync_own_report(struct hostapd_data *hapd);
24 int hostapd_neighbor_remove(struct hostapd_data *hapd, const u8 *bssid,
26 void hostapd_free_neighbor_db(struct hostapd_data *hapd);
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.h 13 int hostapd_ctrl_iface_init(struct hostapd_data *hapd);
14 void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd);
18 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd)
23 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd)

Completed in 62 milliseconds

1 2 3 4 5