HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_data (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/wpa_supplicant_8/src/ap/
authsrv.h 12 int authsrv_init(struct hostapd_data *hapd);
13 void authsrv_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);
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 void accounting_sta_get_id(struct hostapd_data *hapd,
18 static inline void accounting_sta_start(struct hostapd_data *hapd,
23 static inline void accounting_sta_stop(struct hostapd_data *hapd,
28 static inline int accounting_init(struct hostapd_data *hapd)
33 static inline void accounting_deinit(struct hostapd_data *hapd)
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
40 int accounting_init(struct hostapd_data *hapd);
41 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...]
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,
19 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
20 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
24 static inline int vlan_init(struct hostapd_data *hapd)
29 static inline void vlan_deinit(struct hostapd_data *hapd)
33 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
40 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id)
45 static inline int vlan_setup_encryption_dyn(struct hostapd_data *hapd
    [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);
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,
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_status(struct hostapd_data *hapd, char *buf,
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);
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);
ieee802_11.h 13 struct hostapd_data;
19 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
21 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
23 void hostapd_2040_coex_action(struct hostapd_data *hapd,
26 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
27 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
30 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf,
36 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd,
43 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid)
    [all...]
beacon.h 15 void handle_probe_req(struct hostapd_data *hapd,
18 int ieee802_11_set_beacon(struct hostapd_data *hapd);
21 int ieee802_11_build_ap_params(struct hostapd_data *hapd,
wmm.h 16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
19 void hostapd_wmm_action(struct hostapd_data *hapd,
wnm_ap.h 14 int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
16 int wnm_send_disassoc_imminent(struct hostapd_data *hapd,
18 int wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd,
ieee802_1x.h 12 struct hostapd_data;
21 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
23 void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta);
26 void ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta);
27 void ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta);
28 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd,
31 int ieee802_1x_init(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,
35 int ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
sta_info.h 160 struct hostapd_data;
162 int ap_for_each_sta(struct hostapd_data *hapd,
163 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
166 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta);
167 struct sta_info * ap_get_sta_p2p(struct hostapd_data *hapd, const u8 *addr);
168 void ap_sta_hash_add(struct hostapd_data *hapd, struct sta_info *sta);
169 void ap_free_sta(struct hostapd_data *hapd, struct sta_info *sta);
170 void hostapd_free_stas(struct hostapd_data *hapd);
172 void ap_sta_replenish_timeout(struct hostapd_data *hapd, struct sta_info *sta,
174 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
ieee802_11_auth.h 19 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr,
24 int hostapd_acl_init(struct hostapd_data *hapd);
25 void hostapd_acl_deinit(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_set_ap_wps_ie(struct hostapd_data *hapd);
28 int hostapd_set_authorized(struct hostapd_data *hapd,
30 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
31 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
33 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
34 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
35 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
37 int hostapd_sta_add(struct hostapd_data *hapd
    [all...]
iapp.h 17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
27 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd,
gas_serv.h 54 struct hostapd_data;
57 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr,
61 int gas_serv_init(struct hostapd_data *hapd);
62 void gas_serv_deinit(struct hostapd_data *hapd);
ap_mlme.c 53 void mlme_authenticate_indication(struct hostapd_data *hapd,
77 void mlme_deauthenticate_indication(struct hostapd_data *hapd,
101 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta)
124 void mlme_reassociate_indication(struct hostapd_data *hapd,
148 void mlme_disassociate_indication(struct hostapd_data *hapd,
159 void mlme_michaelmicfailure_indication(struct hostapd_data *hapd,
169 void mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta)
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,
68 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd)
79 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd)
94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid)
  /external/wpa_supplicant_8/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)
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 12 struct hostapd_data;
21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
27 int ap_for_each_sta(struct hostapd_data *hapd,
28 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
36 void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
49 void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
55 void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
61 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta)

Completed in 614 milliseconds

1 2 3