Searched refs:wpa_auth (Results 1 - 25 of 64) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c24 #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
68 wpa_auth_mic_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
77 wpa_auth_psk_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
85 wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var, int value) argument
94 wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var) argument
103 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
115 wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, const u8 *addr, u8 *msk, size_t *len) argument
124 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
136 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
146 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
157 wpa_auth_start_ampe(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
167 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) argument
177 wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_authenticator *a, void *ctx), void *cb_ctx) argument
187 wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *txt) argument
196 wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *fmt, ...) argument
221 wpa_sta_disconnect(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
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
324 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
356 wpa_group_init(struct wpa_authenticator *wpa_auth, int vlan_id, int delay_init) argument
414 struct wpa_authenticator *wpa_auth; local
483 wpa_init_keys(struct wpa_authenticator *wpa_auth) argument
502 wpa_deinit(struct wpa_authenticator *wpa_auth) argument
544 wpa_reconfig(struct wpa_authenticator *wpa_auth, struct wpa_auth_config *conf) argument
573 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr) argument
596 wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm) argument
743 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
792 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
874 wpa_receive(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, u8 *data, size_t data_len) argument
1397 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1407 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1608 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
1839 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2460 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2709 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2742 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2879 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2914 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2958 wpa_group_fatal_failure(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2968 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2985 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3063 wpa_gtk_rekey(struct wpa_authenticator *wpa_auth) argument
3098 wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen) argument
3239 wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth) argument
3306 wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) argument
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3359 wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, const u8 *pmkid) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3391 wpa_auth_pmksa_list(struct wpa_authenticator *wpa_auth, char *buf, size_t len) argument
3400 wpa_auth_pmksa_flush(struct wpa_authenticator *wpa_auth) argument
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3416 wpa_auth_pmksa_set_to_sm(struct rsn_pmksa_cache_entry *pmksa, struct wpa_state_machine *sm, struct wpa_authenticator *wpa_auth, u8 *pmkid, u8 *pmk) argument
3436 wpa_group_free(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3458 wpa_group_get(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3470 wpa_group_put(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3489 wpa_auth_add_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3515 wpa_auth_ensure_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3555 wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3638 wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int ack) argument
3695 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) argument
3702 wpa_auth_reconfig_group_keys(struct wpa_authenticator *wpa_auth) argument
[all...]
H A Dpeerkey_auth.c16 #include "wpa_auth.h"
25 struct wpa_authenticator *wpa_auth = eloop_ctx;
50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth, argument
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, argument
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, searc
145 wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk) argument
198 wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk, const u8 *peer) argument
255 wpa_smk_m3(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len) argument
326 wpa_smk_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *key_data, size_t key_data_len) argument
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
[all...]
H A Dwpa_auth.h238 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,
275 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
276 int wpa_get_mib(struct wpa_authenticator *wpa_auth, cha
[all...]
H A Dwpa_auth_ft.c21 #include "wpa_auth.h"
33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, argument
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, argument
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, cons argument
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument
229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
404 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
757 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1274 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
1319 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1455 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1524 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1604 wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1729 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1773 wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
[all...]
H A Dwpa_auth_ie.c16 #include "wpa_auth.h"
376 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) argument
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
474 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
740 wpa_validate_osen(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *osen_ie, size_t osen_ie_len) argument
[all...]
H A Dwpa_auth_i.h25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
218 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
220 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
222 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
227 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
230 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
235 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
237 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
240 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
243 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
[all...]
H A Dtkip_countermeasures.c18 #include "wpa_auth.h"
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
44 wpa_gtk_rekey(hapd->wpa_auth);
H A Dvlan_init.c17 #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);
H A Dwpa_auth_ie.h55 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c24 #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
68 wpa_auth_mic_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
77 wpa_auth_psk_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
85 wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var, int value) argument
94 wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var) argument
103 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
115 wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, const u8 *addr, u8 *msk, size_t *len) argument
124 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
136 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
146 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
157 wpa_auth_start_ampe(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
167 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) argument
177 wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_authenticator *a, void *ctx), void *cb_ctx) argument
187 wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *txt) argument
196 wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *fmt, ...) argument
221 wpa_sta_disconnect(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
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
324 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
356 wpa_group_init(struct wpa_authenticator *wpa_auth, int vlan_id, int delay_init) argument
414 struct wpa_authenticator *wpa_auth; local
483 wpa_init_keys(struct wpa_authenticator *wpa_auth) argument
502 wpa_deinit(struct wpa_authenticator *wpa_auth) argument
544 wpa_reconfig(struct wpa_authenticator *wpa_auth, struct wpa_auth_config *conf) argument
573 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr) argument
596 wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm) argument
743 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
792 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
874 wpa_receive(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, u8 *data, size_t data_len) argument
1397 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1407 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1608 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
1839 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2460 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2709 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2742 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2879 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2914 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2958 wpa_group_fatal_failure(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2968 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2985 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3063 wpa_gtk_rekey(struct wpa_authenticator *wpa_auth) argument
3098 wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen) argument
3239 wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth) argument
3306 wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) argument
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3359 wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, const u8 *pmkid) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3391 wpa_auth_pmksa_list(struct wpa_authenticator *wpa_auth, char *buf, size_t len) argument
3400 wpa_auth_pmksa_flush(struct wpa_authenticator *wpa_auth) argument
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3416 wpa_auth_pmksa_set_to_sm(struct rsn_pmksa_cache_entry *pmksa, struct wpa_state_machine *sm, struct wpa_authenticator *wpa_auth, u8 *pmkid, u8 *pmk) argument
3436 wpa_group_free(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3458 wpa_group_get(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3470 wpa_group_put(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3489 wpa_auth_add_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3515 wpa_auth_ensure_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3555 wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3638 wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int ack) argument
3695 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) argument
3702 wpa_auth_reconfig_group_keys(struct wpa_authenticator *wpa_auth) argument
[all...]
H A Dpeerkey_auth.c16 #include "wpa_auth.h"
25 struct wpa_authenticator *wpa_auth = eloop_ctx;
50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth, argument
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, argument
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, searc
145 wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk) argument
198 wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk, const u8 *peer) argument
255 wpa_smk_m3(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len) argument
326 wpa_smk_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *key_data, size_t key_data_len) argument
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
[all...]
H A Dwpa_auth.h238 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,
275 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
276 int wpa_get_mib(struct wpa_authenticator *wpa_auth, cha
[all...]
H A Dwpa_auth_ft.c21 #include "wpa_auth.h"
33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, argument
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, argument
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, cons argument
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument
229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
404 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
757 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1274 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
1319 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1455 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1524 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1604 wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1729 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1773 wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
[all...]
H A Dwpa_auth_ie.c16 #include "wpa_auth.h"
376 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) argument
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
474 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
740 wpa_validate_osen(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *osen_ie, size_t osen_ie_len) argument
[all...]
H A Dwpa_auth_i.h25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
218 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
220 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
222 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
227 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
230 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
235 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
237 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
240 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
243 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
[all...]
H A Dtkip_countermeasures.c18 #include "wpa_auth.h"
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
44 wpa_gtk_rekey(hapd->wpa_auth);
H A Dvlan_init.c17 #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);
H A Dwpa_auth_ie.h55 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c24 #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
68 wpa_auth_mic_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
77 wpa_auth_psk_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
85 wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var, int value) argument
94 wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var) argument
103 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk) argument
115 wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, const u8 *addr, u8 *msk, size_t *len) argument
124 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
136 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
146 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
157 wpa_auth_start_ampe(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
167 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) argument
177 wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_authenticator *a, void *ctx), void *cb_ctx) argument
187 wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *txt) argument
196 wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *fmt, ...) argument
221 wpa_sta_disconnect(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
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
324 wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
356 wpa_group_init(struct wpa_authenticator *wpa_auth, int vlan_id, int delay_init) argument
414 struct wpa_authenticator *wpa_auth; local
483 wpa_init_keys(struct wpa_authenticator *wpa_auth) argument
502 wpa_deinit(struct wpa_authenticator *wpa_auth) argument
544 wpa_reconfig(struct wpa_authenticator *wpa_auth, struct wpa_auth_config *conf) argument
573 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *p2p_dev_addr) argument
596 wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm) argument
743 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
792 wpa_receive_error_report(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int group) argument
874 wpa_receive(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, u8 *data, size_t data_len) argument
1397 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1407 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1608 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
1839 wpa_group_ensure_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2460 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2709 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2742 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2879 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2914 wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2958 wpa_group_fatal_failure(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2968 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2985 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3063 wpa_gtk_rekey(struct wpa_authenticator *wpa_auth) argument
3098 wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen) argument
3239 wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth) argument
3306 wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) argument
3340 wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth, const u8 *pmk, size_t len, const u8 *sta_addr, int session_timeout, struct eapol_state_machine *eapol) argument
3359 wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *pmk, const u8 *pmkid) argument
3375 wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3391 wpa_auth_pmksa_list(struct wpa_authenticator *wpa_auth, char *buf, size_t len) argument
3400 wpa_auth_pmksa_flush(struct wpa_authenticator *wpa_auth) argument
3408 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) argument
3416 wpa_auth_pmksa_set_to_sm(struct rsn_pmksa_cache_entry *pmksa, struct wpa_state_machine *sm, struct wpa_authenticator *wpa_auth, u8 *pmkid, u8 *pmk) argument
3436 wpa_group_free(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3458 wpa_group_get(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3470 wpa_group_put(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
3489 wpa_auth_add_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3515 wpa_auth_ensure_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3555 wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
3638 wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int ack) argument
3695 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) argument
3702 wpa_auth_reconfig_group_keys(struct wpa_authenticator *wpa_auth) argument
[all...]
H A Dpeerkey_auth.c16 #include "wpa_auth.h"
25 struct wpa_authenticator *wpa_auth = eloop_ctx;
50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth, argument
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, argument
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, searc
145 wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk) argument
198 wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, struct wpa_eapol_ie_parse *kde, const u8 *smk, const u8 *peer) argument
255 wpa_smk_m3(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key, const u8 *key_data, size_t key_data_len) argument
326 wpa_smk_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *key_data, size_t key_data_len) argument
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
[all...]
H A Dwpa_auth.h238 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,
275 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
276 int wpa_get_mib(struct wpa_authenticator *wpa_auth, cha
[all...]
H A Dwpa_auth_ft.c21 #include "wpa_auth.h"
33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, argument
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, argument
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, cons argument
63 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
204 wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0, const u8 *pmk_r0_name, int pairwise) argument
229 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument
254 wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1, const u8 *pmk_r1_name, int pairwise) argument
279 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
404 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
757 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
1232 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) argument
1274 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
1319 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1455 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1524 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1604 wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1729 wpa_ft_generate_pmk_r1(struct wpa_authenticator *wpa_auth, struct wpa_ft_pmk_r0_sa *pmk_r0, struct ft_remote_r1kh *r1kh, const u8 *s1kh_id, int pairwise) argument
1773 wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
[all...]
H A Dwpa_auth_ie.c16 #include "wpa_auth.h"
376 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) argument
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
474 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
740 wpa_validate_osen(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *osen_ie, size_t osen_ie_len) argument
[all...]
H A Dwpa_auth_i.h25 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
218 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
220 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
222 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
227 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
230 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
235 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth,
237 void wpa_smk_error(struct wpa_authenticator *wpa_auth,
240 void wpa_smk_m1(struct wpa_authenticator *wpa_auth,
243 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
[all...]
H A Dtkip_countermeasures.c18 #include "wpa_auth.h"
41 wpa_auth_countermeasures_start(hapd->wpa_auth);
44 wpa_gtk_rekey(hapd->wpa_auth);

Completed in 977 milliseconds

123