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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 24 #include "wpa_auth.h"
39 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
42 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
44 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
49 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
51 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
53 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
69 struct wpa_authenticator *wpa_auth, const u8 *addr)
71 if (wpa_auth->cb.mic_failure_report)
72 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr)
251 struct wpa_authenticator *wpa_auth = eloop_ctx; local
271 struct wpa_authenticator *wpa_auth = eloop_ctx; local
299 struct wpa_authenticator *wpa_auth = eloop_ctx; local
319 struct wpa_authenticator *wpa_auth = ctx; local
414 struct wpa_authenticator *wpa_auth; local
1397 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2442 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
peerkey_auth.c 16 #include "wpa_auth.h"
25 struct wpa_authenticator *wpa_auth = eloop_ctx;
50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth,
59 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG,
74 __wpa_send_eapol(wpa_auth, sm,
81 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
106 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
111 wpa_smk_send_error(wpa_auth, sm, kde.mac_addr, STK_MUI_SMK,
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
133 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG
    [all...]
wpa_auth.h 238 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
239 void wpa_deinit(struct wpa_authenticator *wpa_auth);
240 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
250 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
254 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
259 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
261 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
265 void wpa_receive(struct wpa_authenticator *wpa_auth,
269 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
275 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
wpa_auth_ft.c 21 #include "wpa_auth.h"
33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
36 if (wpa_auth->cb.send_ether == NULL)
39 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
44 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
47 if (wpa_auth->cb.send_ft_action == NULL)
49 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr
1264 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth_ie.c 16 #include "wpa_auth.h"
376 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
382 if (wpa_auth->conf.own_ie_override_len) {
384 wpa_auth->conf.own_ie_override,
385 wpa_auth->conf.own_ie_override_len);
386 os_free(wpa_auth->wpa_ie);
387 wpa_auth->wpa_ie =
388 os_malloc(wpa_auth->conf.own_ie_override_len);
389 if (wpa_auth->wpa_ie == NULL)
391 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override
    [all...]
wpa_auth_i.h 25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
217 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
219 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
221 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
226 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
229 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
234 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
236 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
239 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
242 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
tkip_countermeasures.c 18 #include "wpa_auth.h"
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
44 wpa_gtk_rekey(hapd->wpa_auth);
vlan_init.c 17 #include "wpa_auth.h"
48 if (hapd->wpa_auth)
49 ret = wpa_auth_ensure_group(hapd->wpa_auth, vlan->vlan_id);
56 if (wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id))
71 ret = wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id);
wpa_auth_ie.h 55 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
wpa_auth_glue.c 27 #include "wpa_auth.h"
380 if (iface->bss[i]->wpa_auth &&
381 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
424 if (!hapd->wpa_auth)
433 wpa_ft_rrb_rx(hapd->wpa_auth,
555 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL);
579 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
627 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
628 if (hapd->wpa_auth == NULL) {
639 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len)
    [all...]
Makefile 57 wpa_auth.o \
drv_callbacks.c 30 #include "wpa_auth.h"
217 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
225 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
344 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
351 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
727 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
730 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
    [all...]
hostapd.c 32 #include "wpa_auth.h"
99 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
101 if (hapd->wpa_auth)
102 wpa_init_keys(hapd->wpa_auth);
107 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
111 } else if (hapd->wpa_auth) {
112 wpa_deinit(hapd->wpa_auth);
113 hapd->wpa_auth = NULL;
827 if (!hapd->wpa_auth)
829 return wpa_auth_radius_das_disconnect_pmksa(hapd->wpa_auth, attr)
    [all...]
preauth_auth.c 23 #include "wpa_auth.h"
208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
ctrl_iface_ap.c 18 #include "wpa_auth.h"
576 return wpa_auth_pmksa_list(hapd->wpa_auth, buf, len);
582 wpa_auth_pmksa_flush(hapd->wpa_auth);
hostapd.h 149 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
ieee802_11.c 32 #include "wpa_auth.h"
246 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
562 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
564 wpa_auth_pmksa_add_sae(hapd->wpa_auth, sta->addr,
700 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
746 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
    [all...]
wnm_ap.c 19 #include "ap/wpa_auth.h"
488 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
ieee802_1x.c 27 #include "wpa_auth.h"
959 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr,
    [all...]
beacon.c 23 #include "wpa_auth.h"
289 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 19 #include "ap/wpa_auth.h"
214 bss->wpa_auth = mesh_rsn->auth;
307 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr);
310 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
322 wpa_auth_pmksa_set_to_sm(pmksa, sta->wpa_sm, hapd->wpa_auth,
541 if (!wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr)) {
mesh_mpm.c 17 #include "ap/wpa_auth.h"
458 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1098 wpa_auth_pmksa_get(hapd->wpa_auth, mgmt->sa)))
  /external/wpa_supplicant_8/hostapd/
Android.mk 90 OBJS += src/ap/wpa_auth.c
ctrl_iface.c 40 #include "ap/wpa_auth.h"
48 #include "ap/wpa_auth.h"
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 239 uint32 WPA_auth;
3960 int32 wpa_auth; \/* WPA type *\/ member in struct:wl_pfn
    [all...]

Completed in 744 milliseconds