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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 23 #include "wpa_auth.h"
37 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
40 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
42 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
58 struct wpa_authenticator *wpa_auth, const u8 *addr)
60 if (wpa_auth->cb.mic_failure_report)
61 wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
65 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
69 if (wpa_auth->cb.set_eapol
215 struct wpa_authenticator *wpa_auth = eloop_ctx; local
235 struct wpa_authenticator *wpa_auth = eloop_ctx; local
256 struct wpa_authenticator *wpa_auth = eloop_ctx; local
276 struct wpa_authenticator *wpa_auth = ctx; local
389 struct wpa_authenticator *wpa_auth; local
1212 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2119 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_ft.c 19 #include "wpa_auth.h"
25 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
28 if (wpa_auth->cb.send_ether == NULL)
31 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
36 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
39 if (wpa_auth->cb.send_ft_action == NULL)
41 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
47 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr
    [all...]
wpa_auth.h 205 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
206 void wpa_deinit(struct wpa_authenticator *wpa_auth);
207 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
217 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
223 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr);
224 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
228 void wpa_receive(struct wpa_authenticator *wpa_auth,
232 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
238 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
239 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen)
    [all...]
wpa_auth_i.h 25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
190 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
192 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
194 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
199 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
202 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
207 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
209 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
211 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
213 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
    [all...]
wpa_auth_ie.c 16 #include "wpa_auth.h"
323 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
330 if (wpa_auth->conf.wpa & WPA_PROTO_RSN) {
331 res = wpa_write_rsn_ie(&wpa_auth->conf,
338 if (wpa_key_mgmt_ft(wpa_auth->conf.wpa_key_mgmt)) {
339 res = wpa_write_mdie(&wpa_auth->conf, pos,
346 if (wpa_auth->conf.wpa & WPA_PROTO_WPA) {
347 res = wpa_write_wpa_ie(&wpa_auth->conf,
354 os_free(wpa_auth->wpa_ie);
355 wpa_auth->wpa_ie = os_malloc(pos - buf)
    [all...]
tkip_countermeasures.c 17 #include "wpa_auth.h"
40 wpa_auth_countermeasures_start(hapd->wpa_auth);
43 wpa_gtk_rekey(hapd->wpa_auth);
wpa_auth_ie.h 48 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
wpa_auth_glue.c 25 #include "wpa_auth.h"
283 if (iface->bss[i]->wpa_auth &&
284 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
333 wpa_ft_rrb_rx(hapd->wpa_auth,
436 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr);
457 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
493 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
494 if (hapd->wpa_auth == NULL) {
505 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
543 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf)
    [all...]
hostapd.c 26 #include "wpa_auth.h"
58 if (hapd->conf->wpa && hapd->wpa_auth == NULL) {
60 if (hapd->wpa_auth)
61 wpa_init_keys(hapd->wpa_auth);
66 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
70 } else if (hapd->wpa_auth) {
71 wpa_deinit(hapd->wpa_auth);
72 hapd->wpa_auth = NULL;
631 if (hapd->wpa_auth && wpa_init_keys(hapd->wpa_auth) < 0
    [all...]
drv_callbacks.c 25 #include "wpa_auth.h"
131 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
138 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
494 wpa_ft_rrb_rx(hapd->wpa_auth, data->ft_rrb_rx.src,
hostapd.h 89 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
preauth_auth.c 23 #include "wpa_auth.h"
208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
ieee802_11.c 29 #include "wpa_auth.h"
225 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
444 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
466 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
701 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
708 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
    [all...]
ieee802_1x.c 27 #include "wpa_auth.h"
718 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr,
    [all...]
beacon.c 29 #include "wpa_auth.h"
180 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 532 int wpa_auth; local
558 wpa_auth = 1;
562 wpa_auth = 2;
566 wpa_auth = 255;
576 broadcom_ioctl(drv, WLC_SET_WPA_AUTH, &wpa_auth,
577 sizeof(wpa_auth)) < 0 ||
  /external/wpa_supplicant_8/hostapd/
Android.mk 79 OBJS += src/ap/wpa_auth.c
Makefile 48 OBJS += ../src/ap/wpa_auth.o
ctrl_iface.c 26 #include "ap/wpa_auth.h"
845 res = wpa_get_mib(hapd->wpa_auth, reply + reply_len,
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 736 OBJS += ../src/ap/wpa_auth.o
766 OBJS_h += ../src/ap/wpa_auth.o
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
wlioctl.h 150 uint32 WPA_auth;
1832 int32 wpa_auth; member in struct:wl_pfn
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 150 uint32 WPA_auth;
1832 int32 wpa_auth; member in struct:wl_pfn
    [all...]

Completed in 663 milliseconds