HomeSort by relevance Sort by last modified time
    Searched refs:hapd (Results 1 - 25 of 62) 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);
tkip_countermeasures.c 25 struct hostapd_data *hapd = eloop_ctx; local
26 hapd->tkip_countermeasures = 0;
27 hostapd_drv_set_countermeasures(hapd, 0);
28 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
33 static void ieee80211_tkip_countermeasures_start(struct hostapd_data *hapd)
37 hostapd_logger(hapd, NULL, HOSTAPD_MODULE_IEEE80211,
40 wpa_auth_countermeasures_start(hapd->wpa_auth);
41 hapd->tkip_countermeasures = 1;
42 hostapd_drv_set_countermeasures(hapd, 1);
43 wpa_gtk_rekey(hapd->wpa_auth)
    [all...]
accounting.h 12 void accounting_sta_interim(struct hostapd_data *hapd, struct sta_info *sta);
14 static inline void accounting_sta_start(struct hostapd_data *hapd,
19 static inline void accounting_sta_stop(struct hostapd_data *hapd,
24 static inline int accounting_init(struct hostapd_data *hapd)
29 static inline void accounting_deinit(struct hostapd_data *hapd)
33 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
34 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
35 int accounting_init(struct hostapd_data *hapd);
36 void accounting_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);
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 20 int vlan_init(struct hostapd_data *hapd);
21 void vlan_deinit(struct hostapd_data *hapd);
22 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
25 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
26 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
30 static inline int vlan_init(struct hostapd_data *hapd)
35 static inline void vlan_deinit(struct hostapd_data *hapd)
39 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
46 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id)
51 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);
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 38 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
49 pos = hostapd_eid_time_adv(hapd, pos);
55 pos = hostapd_eid_time_zone(hapd, pos);
63 pos = hostapd_eid_ext_capab(hapd, pos);
69 pos = hostapd_eid_interworking(hapd, pos);
70 pos = hostapd_eid_adv_proto(hapd, pos);
71 pos = hostapd_eid_roaming_consortium(hapd, pos);
82 if (hapd->wps_beacon_ie) {
83 if (wpabuf_resize(&beacon, wpabuf_len(hapd->wps_beacon_ie)) <
86 wpabuf_put_buf(beacon, hapd->wps_beacon_ie)
    [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 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
21 int hostapd_wps_button_pushed(struct hostapd_data *hapd,
23 int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type,
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);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout)
    [all...]
ap_drv_ops.h 18 int hostapd_build_ap_extra_ies(struct hostapd_data *hapd,
22 void hostapd_free_ap_extra_ies(struct hostapd_data *hapd, struct wpabuf *beacon,
25 int hostapd_set_ap_wps_ie(struct hostapd_data *hapd);
26 int hostapd_set_authorized(struct hostapd_data *hapd,
28 int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
29 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
31 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
32 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
33 int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
35 int hostapd_sta_add(struct hostapd_data *hapd,
    [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);
tkip_countermeasures.h 12 void 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 18 void ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
20 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
25 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
28 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf,
34 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd,
41 u16 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta,
43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid)
    [all...]
utils.c 17 int hostapd_register_probereq_cb(struct hostapd_data *hapd,
25 n = os_realloc(hapd->probereq_cb, (hapd->num_probereq_cb + 1) *
30 hapd->probereq_cb = n;
31 n = &hapd->probereq_cb[hapd->num_probereq_cb];
32 hapd->num_probereq_cb++;
42 struct hostapd_data *hapd; member in struct:prune_data
55 if (ohapd == data->hapd)
69 * @hapd: Pointer to BSS data for the most recent associatio
    [all...]
hostapd.c 35 static int hostapd_flush_old_stations(struct hostapd_data *hapd);
36 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
37 static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd);
42 static void hostapd_reload_bss(struct hostapd_data *hapd)
45 radius_client_reconfig(hapd->radius, hapd->conf->radius);
48 if (hostapd_setup_wpa_psk(hapd->conf)) {
53 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
54 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1)
93 struct hostapd_data *hapd = iface->bss[0]; local
369 struct hostapd_data *hapd = iface->bss[0]; local
643 struct hostapd_data *hapd = iface->bss[0]; local
662 struct hostapd_data *hapd = iface->bss[0]; local
712 struct hostapd_data *hapd = iface->bss[0]; local
849 struct hostapd_data *hapd; local
874 struct hostapd_data *hapd = iface->bss[j]; local
    [all...]
ap_mlme.c 41 * @hapd: BSS data
52 void mlme_authenticate_indication(struct hostapd_data *hapd,
55 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
60 mlme_deletekeys_request(hapd, sta);
67 * @hapd: BSS data
76 void mlme_deauthenticate_indication(struct hostapd_data *hapd,
79 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
83 mlme_deletekeys_request(hapd, sta);
90 * @hapd: BSS data
99 void mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta
    [all...]
sta_info.c 33 static void ap_sta_remove_in_other_bss(struct hostapd_data *hapd,
41 static int ap_sta_remove(struct hostapd_data *hapd, struct sta_info *sta);
43 int ap_for_each_sta(struct hostapd_data *hapd,
44 int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
50 for (sta = hapd->sta_list; sta; sta = sta->next) {
51 if (cb(hapd, sta, ctx))
59 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
63 s = hapd->sta_hash[STA_HASH(sta)];
70 static void ap_sta_list_del(struct hostapd_data *hapd, struct sta_info *sta)
74 if (hapd->sta_list == sta)
261 struct hostapd_data *hapd = eloop_ctx; local
396 struct hostapd_data *hapd = eloop_ctx; local
515 struct hostapd_data *hapd = eloop_ctx; local
548 struct hostapd_data *hapd = eloop_ctx; local
722 struct hostapd_data *hapd = eloop_ctx; local
    [all...]
beacon.h 21 void handle_probe_req(struct hostapd_data *hapd,
23 void ieee802_11_set_beacon(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,
ieee802_11_auth.h 19 int hostapd_allowed_address(struct hostapd_data *hapd, const u8 *addr,
23 int hostapd_acl_init(struct hostapd_data *hapd);
24 void hostapd_acl_deinit(struct hostapd_data *hapd);
wmm.h 22 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
23 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
25 void hostapd_wmm_action(struct hostapd_data *hapd,
  /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);
16 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd)
21 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd)
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 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)
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 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 1830 milliseconds

1 2 3