Searched defs:wpa_auth (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpeerkey_auth.c55 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth, argument
86 void wpa_smk_m1(struct wpa_authenticator *wpa_auth, argument
150 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
203 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
260 wpa_smk_m3(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key) argument
331 wpa_smk_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_key *key) argument
374 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
[all...]
H A Dwpa_auth_ie.c265 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) argument
452 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
[all...]
H A Dhostapd.h141 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
H A Dwpa_auth_ft.c53 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, argument
64 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, argument
75 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, cons argument
209 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
234 wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r0_name, u8 *pmk_r0, int *pairwise) argument
259 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
284 wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *spa, const u8 *pmk_r1_name, u8 *pmk_r1, int *pairwise) argument
309 wpa_ft_pull_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *s1kh_id, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *pmk_r0_name) argument
401 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
865 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
1305 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
1367 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1451 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1517 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1591 wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *data, size_t data_len) argument
1711 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
1747 wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
[all...]
H A Dwpa_auth_i.h31 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine
[all...]
H A Dwpa_auth.c67 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, argument
59 wpa_auth_mic_failure_report( struct wpa_authenticator *wpa_auth, const u8 *addr) argument
76 wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, wpa_eapol_variable var) argument
85 wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *prev_psk) argument
94 wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, const u8 *addr, u8 *msk, size_t *len) argument
103 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
115 wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, const u8 *addr, int idx, u8 *seq) argument
125 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, const u8 *data, size_t data_len, int encrypt) argument
135 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) argument
145 wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_authenticator *a, void *ctx), void *cb_ctx) argument
155 wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *txt) argument
164 wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, logger_level level, const char *fmt, ...) argument
189 wpa_sta_disconnect(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
216 struct wpa_authenticator *wpa_auth = eloop_ctx; local
234 struct wpa_authenticator *wpa_auth = eloop_ctx; local
255 struct wpa_authenticator *wpa_auth = eloop_ctx; local
275 struct wpa_authenticator *wpa_auth = ctx; local
299 wpa_group_init(struct wpa_authenticator *wpa_auth, int vlan_id) argument
352 struct wpa_authenticator *wpa_auth; local
412 wpa_deinit(struct wpa_authenticator *wpa_auth) argument
449 wpa_reconfig(struct wpa_authenticator *wpa_auth, struct wpa_auth_config *conf) argument
478 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr) argument
494 wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm) argument
605 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
654 wpa_receive(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, u8 *data, size_t data_len) argument
1022 struct wpa_authenticator *wpa_auth = eloop_ctx; local
1031 __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
1195 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
1874 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
2092 wpa_gtk_update(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2120 wpa_group_gtk_init(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2165 wpa_group_setkeys(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2194 wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2217 wpa_group_sm_step(struct wpa_authenticator *wpa_auth, struct wpa_group *group) argument
2293 wpa_gtk_rekey(struct wpa_authenticator *wpa_auth) argument
2344 wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen) argument
2502 wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth) argument
2561 wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len) argument
2585 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
2603 wpa_auth_add_group(struct wpa_authenticator *wpa_auth, int vlan_id) argument
[all...]

Completed in 117 milliseconds