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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 24 #include "wpa_auth.h"
38 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
41 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
43 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
59 struct wpa_authenticator *wpa_auth, const u8 *addr)
61 if (wpa_auth->cb.mic_failure_report)
62 return wpa_auth->cb.mic_failure_report(wpa_auth->cb.ctx, addr);
67 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
71 if (wpa_auth->cb.set_eapol
222 struct wpa_authenticator *wpa_auth = eloop_ctx; local
242 struct wpa_authenticator *wpa_auth = eloop_ctx; local
263 struct wpa_authenticator *wpa_auth = eloop_ctx; local
283 struct wpa_authenticator *wpa_auth = ctx; local
378 struct wpa_authenticator *wpa_auth; local
1269 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2208 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 20 #include "wpa_auth.h"
32 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst,
35 if (wpa_auth->cb.send_ether == NULL)
38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
43 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth,
46 if (wpa_auth->cb.send_ft_action == NULL)
48 return wpa_auth->cb.send_ft_action(wpa_auth->cb.ctx, dst,
54 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.h 221 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
222 void wpa_deinit(struct wpa_authenticator *wpa_auth);
223 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
233 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
237 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
242 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
244 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
248 void wpa_receive(struct wpa_authenticator *wpa_auth,
252 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
258 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
wpa_auth_ie.c 16 #include "wpa_auth.h"
365 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth)
372 if (wpa_auth->conf.wpa == WPA_PROTO_OSEN) {
373 pos = wpa_write_osen(&wpa_auth->conf, pos);
375 if (wpa_auth->conf.wpa & WPA_PROTO_RSN) {
376 res = wpa_write_rsn_ie(&wpa_auth->conf,
383 if (wpa_key_mgmt_ft(wpa_auth->conf.wpa_key_mgmt)) {
384 res = wpa_write_mdie(&wpa_auth->conf, pos,
391 if (wpa_auth->conf.wpa & WPA_PROTO_WPA) {
392 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
210 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
212 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
214 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
219 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
222 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
227 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
229 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
231 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
233 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 25 #include "wpa_auth.h"
336 if (iface->bss[i]->wpa_auth &&
337 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
387 wpa_ft_rrb_rx(hapd->wpa_auth,
494 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL);
515 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
562 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
563 if (hapd->wpa_auth == NULL) {
574 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
612 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);
drv_callbacks.c 28 #include "wpa_auth.h"
195 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
203 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
322 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
329 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
591 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
594 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
984 wpa_ft_rrb_rx(hapd->wpa_auth, data->ft_rrb_rx.src,
hostapd.c 28 #include "wpa_auth.h"
92 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
94 if (hapd->wpa_auth)
95 wpa_init_keys(hapd->wpa_auth);
100 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
104 } else if (hapd->wpa_auth) {
105 wpa_deinit(hapd->wpa_auth);
106 hapd->wpa_auth = NULL;
664 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
886 if (hapd->wpa_auth && wpa_init_keys(hapd->wpa_auth) < 0
    [all...]
preauth_auth.c 23 #include "wpa_auth.h"
208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
hostapd.h 139 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
ieee802_11.c 31 #include "wpa_auth.h"
252 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
511 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
701 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
722 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1000 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1008 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
1108 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
1115 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
    [all...]
wnm_ap.c 18 #include "ap/wpa_auth.h"
489 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
beacon.c 22 #include "wpa_auth.h"
259 ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ielen);
ieee802_1x.c 27 #include "wpa_auth.h"
832 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr,
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 90 OBJS += src/ap/wpa_auth.c
Makefile 54 OBJS += ../src/ap/wpa_auth.o
ctrl_iface.c 27 #include "ap/wpa_auth.h"
35 #include "ap/wpa_auth.h"
1401 res = wpa_get_mib(hapd->wpa_auth, reply + reply_len,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 834 OBJS += ../src/ap/wpa_auth.o
864 OBJS_h += ../src/ap/wpa_auth.o
    [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 251 milliseconds