HomeSort by relevance Sort by last modified time
    Searched refs:wpa_auth (Results 1 - 24 of 24) 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,
48 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
50 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
52 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
68 struct wpa_authenticator *wpa_auth, const u8 *addr)
70 if (wpa_auth->cb.mic_failure_report)
71 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr)
250 struct wpa_authenticator *wpa_auth = eloop_ctx; local
270 struct wpa_authenticator *wpa_auth = eloop_ctx; local
298 struct wpa_authenticator *wpa_auth = eloop_ctx; local
318 struct wpa_authenticator *wpa_auth = ctx; local
413 struct wpa_authenticator *wpa_auth; local
1392 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2387 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 225 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
226 void wpa_deinit(struct wpa_authenticator *wpa_auth);
227 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
237 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
241 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
246 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
248 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
252 void wpa_receive(struct wpa_authenticator *wpa_auth,
256 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
262 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"
375 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
382 if (wpa_auth->conf.wpa == WPA_PROTO_OSEN) {
383 pos = wpa_write_osen(&wpa_auth->conf, pos);
385 if (wpa_auth->conf.wpa & WPA_PROTO_RSN) {
386 res = wpa_write_rsn_ie(&wpa_auth->conf,
393 if (wpa_key_mgmt_ft(wpa_auth->conf.wpa_key_mgmt)) {
394 res = wpa_write_mdie(&wpa_auth->conf, pos,
401 if (wpa_auth->conf.wpa & WPA_PROTO_WPA) {
402 res = wpa_write_wpa_ie(&wpa_auth->conf
    [all...]
wpa_auth_i.h 25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
215 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
217 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
219 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
224 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
227 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
232 int wpa_stsl_remove(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,
    [all...]
tkip_countermeasures.c 18 #include "wpa_auth.h"
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
44 wpa_gtk_rekey(hapd->wpa_auth);
wpa_auth_glue.c 26 #include "wpa_auth.h"
365 if (iface->bss[i]->wpa_auth &&
366 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
416 wpa_ft_rrb_rx(hapd->wpa_auth,
538 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL);
559 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
607 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
608 if (hapd->wpa_auth == NULL) {
619 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
657 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf)
    [all...]
wpa_auth_ie.h 55 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
Makefile 57 wpa_auth.o \
drv_callbacks.c 28 #include "wpa_auth.h"
193 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
201 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
320 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
327 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
685 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
688 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
    [all...]
hostapd.c 30 #include "wpa_auth.h"
97 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
99 if (hapd->wpa_auth)
100 wpa_init_keys(hapd->wpa_auth);
105 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
109 } else if (hapd->wpa_auth) {
110 wpa_deinit(hapd->wpa_auth);
111 hapd->wpa_auth = NULL;
805 if (!hapd->wpa_auth)
807 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,
hostapd.h 148 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
ieee802_11.c 31 #include "wpa_auth.h"
241 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
660 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
662 wpa_auth_pmksa_add_sae(hapd->wpa_auth, sta->addr,
1071 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
1092 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1115 wpa_auth_sta_init(hapd->wpa_auth,
    [all...]
wnm_ap.c 19 #include "ap/wpa_auth.h"
459 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
beacon.c 23 #include "wpa_auth.h"
289 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen);
ieee802_1x.c 27 #include "wpa_auth.h"
893 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 19 #include "ap/wpa_auth.h"
215 bss->wpa_auth = mesh_rsn->auth;
Makefile 879 OBJS += ../src/ap/wpa_auth.o
909 OBJS_h += ../src/ap/wpa_auth.o
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 90 OBJS += src/ap/wpa_auth.c
Makefile 57 OBJS += ../src/ap/wpa_auth.o
ctrl_iface.c 34 #include "ap/wpa_auth.h"
42 #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 2855 milliseconds