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 26 #include "wpa_auth.h"
45 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
48 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
50 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
55 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
57 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
59 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
74 struct wpa_authenticator *wpa_auth, const u8 *addr)
76 if (wpa_auth->cb->mic_failure_report)
77 return wpa_auth->cb->mic_failure_report(wpa_auth->cb_ctx, addr)
256 struct wpa_authenticator *wpa_auth = eloop_ctx; local
276 struct wpa_authenticator *wpa_auth = eloop_ctx; local
304 struct wpa_authenticator *wpa_auth = eloop_ctx; local
324 struct wpa_authenticator *wpa_auth = ctx; local
420 struct wpa_authenticator *wpa_auth; local
1389 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2450 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2938 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
peerkey_auth.c 16 #include "wpa_auth.h"
39 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth,
48 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG,
63 __wpa_send_eapol(wpa_auth, sm,
70 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
95 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
100 wpa_smk_send_error(wpa_auth, sm, kde.mac_addr, STK_MUI_SMK,
121 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG,
124 __wpa_send_eapol(wpa_auth, search.sm,
133 static void wpa_send_smk_m4(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,
54 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth,
832 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
1381 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
wpa_auth.h 241 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
242 void wpa_deinit(struct wpa_authenticator *wpa_auth);
243 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
253 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
257 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
262 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
264 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
268 void wpa_receive(struct wpa_authenticator *wpa_auth,
272 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
278 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
wpa_auth_ie.c 16 #include "wpa_auth.h"
400 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
406 if (wpa_auth->conf.own_ie_override_len) {
408 wpa_auth->conf.own_ie_override,
409 wpa_auth->conf.own_ie_override_len);
410 os_free(wpa_auth->wpa_ie);
411 wpa_auth->wpa_ie =
412 os_malloc(wpa_auth->conf.own_ie_override_len);
413 if (wpa_auth->wpa_ie == NULL)
415 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override
    [all...]
wpa_auth_i.h 18 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 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
237 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
240 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
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"
383 if (iface->bss[i]->wpa_auth &&
384 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
427 if (!hapd->wpa_auth)
436 wpa_ft_rrb_rx(hapd->wpa_auth,
558 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL);
582 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
629 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd);
630 if (hapd->wpa_auth == NULL) {
641 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len)
    [all...]
Makefile 63 wpa_auth.o \
drv_callbacks.c 30 #include "wpa_auth.h"
224 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
232 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
351 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
358 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
733 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
736 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
    [all...]
hostapd.c 32 #include "wpa_auth.h"
105 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
107 if (hapd->wpa_auth)
108 wpa_init_keys(hapd->wpa_auth);
113 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
117 } else if (hapd->wpa_auth) {
118 wpa_deinit(hapd->wpa_auth);
119 hapd->wpa_auth = NULL;
840 if (!hapd->wpa_auth)
842 return wpa_auth_radius_das_disconnect_pmksa(hapd->wpa_auth, attr)
    [all...]
ctrl_iface_ap.c 18 #include "wpa_auth.h"
634 return wpa_auth_pmksa_list(hapd->wpa_auth, buf, len);
640 wpa_auth_pmksa_flush(hapd->wpa_auth);
650 return wpa_auth_pmksa_list_mesh(hapd->wpa_auth, addr, buf, len);
preauth_auth.c 23 #include "wpa_auth.h"
208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
ieee802_11.c 32 #include "wpa_auth.h"
254 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
573 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
575 wpa_auth_pmksa_add_sae(hapd->wpa_auth, sta->addr,
711 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
795 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1058 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr,
1067 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
1098 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr,
1175 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen)
    [all...]
hostapd.h 161 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
wnm_ap.c 19 #include "ap/wpa_auth.h"
476 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
ieee802_1x.c 27 #include "wpa_auth.h"
963 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr,
    [all...]
beacon.c 23 #include "wpa_auth.h"
293 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"
246 bss->wpa_auth = mesh_rsn->auth;
254 ret = wpa_auth_pmksa_add_entry(bss->wpa_auth,
355 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr, NULL);
358 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
370 wpa_auth_pmksa_set_to_sm(pmksa, sta->wpa_sm, hapd->wpa_auth,
633 if (!wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr, NULL)) {
mesh_mpm.c 18 #include "ap/wpa_auth.h"
458 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1153 wpa_auth_pmksa_get(hapd->wpa_auth, mgmt->sa, NULL)))
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 96 OBJS += src/ap/wpa_auth.c
ctrl_iface.c 41 #include "ap/wpa_auth.h"
49 #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 688 milliseconds