Home
last modified time | relevance | path

Searched defs:wpa_auth (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/wpa/src/ap/
H A Dwpa_auth.c83 wpa_auth_mic_failure_report(struct wpa_authenticator * wpa_auth,const u8 * addr) wpa_auth_mic_failure_report() argument
92 wpa_auth_psk_failure_report(struct wpa_authenticator * wpa_auth,const u8 * addr) wpa_auth_psk_failure_report() argument
99 wpa_auth_set_eapol(struct wpa_authenticator * wpa_auth,const u8 * addr,wpa_eapol_variable var,int value) wpa_auth_set_eapol() argument
108 wpa_auth_get_eapol(struct wpa_authenticator * wpa_auth,const u8 * addr,wpa_eapol_variable var) wpa_auth_get_eapol() argument
117 wpa_auth_get_psk(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * p2p_dev_addr,const u8 * prev_psk,size_t * psk_len,int * vlan_id) wpa_auth_get_psk() argument
130 wpa_auth_get_msk(struct wpa_authenticator * wpa_auth,const u8 * addr,u8 * msk,size_t * len) wpa_auth_get_msk() argument
139 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,enum key_flag key_flag) wpa_auth_set_key() argument
152 wpa_auth_get_seqnum(struct wpa_authenticator * wpa_auth,const u8 * addr,int idx,u8 * seq) wpa_auth_get_seqnum() argument
186 wpa_auth_send_eapol(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * data,size_t data_len,int encrypt) wpa_auth_send_eapol() argument
197 wpa_auth_start_ampe(struct wpa_authenticator * wpa_auth,const u8 * addr) wpa_auth_start_ampe() argument
207 wpa_auth_for_each_sta(struct wpa_authenticator * wpa_auth,int (* cb)(struct wpa_state_machine * sm,void * ctx),void * cb_ctx) wpa_auth_for_each_sta() argument
217 wpa_auth_for_each_auth(struct wpa_authenticator * wpa_auth,int (* cb)(struct wpa_authenticator * a,void * ctx),void * cb_ctx) wpa_auth_for_each_auth() argument
227 wpa_auth_store_ptksa(struct wpa_authenticator * wpa_auth,const u8 * addr,int cipher,u32 life_time,const struct wpa_ptk * ptk) wpa_auth_store_ptksa() argument
237 wpa_auth_remove_ptksa(struct wpa_authenticator * wpa_auth,const u8 * addr,int cipher) wpa_auth_remove_ptksa() argument
244 wpa_auth_logger(struct wpa_authenticator * wpa_auth,const u8 * addr,logger_level level,const char * txt) wpa_auth_logger() argument
253 wpa_auth_vlogger(struct wpa_authenticator * wpa_auth,const u8 * addr,logger_level level,const char * fmt,...) wpa_auth_vlogger() argument
278 wpa_sta_disconnect(struct wpa_authenticator * wpa_auth,const u8 * addr,u16 reason) wpa_sta_disconnect() argument
290 wpa_channel_info(struct wpa_authenticator * wpa_auth,struct wpa_channel_info * ci) wpa_channel_info() argument
300 wpa_auth_update_vlan(struct wpa_authenticator * wpa_auth,const u8 * addr,int vlan_id) wpa_auth_update_vlan() argument
311 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_rekey_gmk() local
331 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_rekey_gtk() local
359 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_rekey_ptk() local
392 struct wpa_authenticator *wpa_auth = ctx; wpa_auth_pmksa_free_cb() local
397 wpa_group_init_gmk_and_counter(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_init_gmk_and_counter() argument
433 wpa_group_init(struct wpa_authenticator * wpa_auth,int vlan_id,int delay_init) wpa_group_init() argument
491 struct wpa_authenticator *wpa_auth; wpa_init() local
561 wpa_init_keys(struct wpa_authenticator * wpa_auth) wpa_init_keys() argument
580 wpa_deinit(struct wpa_authenticator * wpa_auth) wpa_deinit() argument
618 wpa_reconfig(struct wpa_authenticator * wpa_auth,struct wpa_auth_config * conf) wpa_reconfig() argument
648 wpa_auth_sta_init(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * p2p_dev_addr) wpa_auth_sta_init() argument
671 wpa_auth_sta_associated(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm) wpa_auth_sta_associated() argument
767 struct wpa_authenticator *wpa_auth; wpa_auth_sta_deinit() local
853 ft_check_msg_2_of_4(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,struct wpa_eapol_ie_parse * kde) ft_check_msg_2_of_4() argument
903 wpa_receive_error_report(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,int group) wpa_receive_error_report() argument
1004 wpa_auth_gtk_rekey_in_process(struct wpa_authenticator * wpa_auth) wpa_auth_gtk_rekey_in_process() argument
1016 wpa_receive(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,u8 * data,size_t data_len) wpa_receive() argument
1481 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_send_eapol_timeout() local
1491 __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) __wpa_send_eapol() argument
1704 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) wpa_send_eapol() argument
1997 wpa_group_ensure_init(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_ensure_init() argument
2373 struct wpa_authenticator *wpa_auth = sm->wpa_auth; fils_auth_pmk_to_ptk() local
2916 struct wpa_authenticator *wpa_auth = sm->wpa_auth; get_sta_tx_parameters() local
2929 struct wpa_authenticator *wpa_auth = sm->wpa_auth; SM_STATE() local
3708 struct wpa_authenticator *wpa_auth = sm->wpa_auth; SM_STEP() local
3930 struct wpa_authenticator *wpa_auth = sm->wpa_auth; SM_STATE() local
4057 wpa_gtk_update(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_gtk_update() argument
4102 wpa_group_gtk_init(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_gtk_init() argument
4294 wpa_group_setkeys(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_setkeys() argument
4331 wpa_group_config_group_keys(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_config_group_keys() argument
4383 wpa_group_fatal_failure(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_fatal_failure() argument
4394 wpa_group_setkeysdone(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_setkeysdone() argument
4412 wpa_group_sm_step(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_sm_step() argument
4491 wpa_gtk_rekey(struct wpa_authenticator * wpa_auth) wpa_gtk_rekey() argument
4527 wpa_get_mib(struct wpa_authenticator * wpa_auth,char * buf,size_t buflen) wpa_get_mib() argument
4674 wpa_auth_countermeasures_start(struct wpa_authenticator * wpa_auth) wpa_auth_countermeasures_start() argument
4758 wpa_auth_get_wpa_ie(struct wpa_authenticator * wpa_auth,size_t * len) wpa_auth_get_wpa_ie() argument
4802 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) wpa_auth_pmksa_add_preauth() argument
4822 wpa_auth_pmksa_add_sae(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * pmk,const u8 * pmkid) wpa_auth_pmksa_add_sae() argument
4846 wpa_auth_pmksa_add2(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * pmk,size_t pmk_len,const u8 * pmkid,int session_timeout,int akmp) wpa_auth_pmksa_add2() argument
4863 wpa_auth_pmksa_remove(struct wpa_authenticator * wpa_auth,const u8 * sta_addr) wpa_auth_pmksa_remove() argument
4879 wpa_auth_pmksa_list(struct wpa_authenticator * wpa_auth,char * buf,size_t len) wpa_auth_pmksa_list() argument
4888 wpa_auth_pmksa_flush(struct wpa_authenticator * wpa_auth) wpa_auth_pmksa_flush() argument
4898 wpa_auth_pmksa_list_mesh(struct wpa_authenticator * wpa_auth,const u8 * addr,char * buf,size_t len) wpa_auth_pmksa_list_mesh() argument
4926 wpa_auth_pmksa_add_entry(struct wpa_authenticator * wpa_auth,struct rsn_pmksa_cache_entry * entry) wpa_auth_pmksa_add_entry() argument
4948 wpa_auth_pmksa_get(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 * pmkid) wpa_auth_pmksa_get() argument
4959 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) wpa_auth_pmksa_set_to_sm() argument
4977 wpa_group_free(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_free() argument
4999 wpa_group_get(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_get() argument
5011 wpa_group_put(struct wpa_authenticator * wpa_auth,struct wpa_group * group) wpa_group_put() argument
5030 wpa_auth_add_group(struct wpa_authenticator * wpa_auth,int vlan_id) wpa_auth_add_group() argument
5056 wpa_auth_ensure_group(struct wpa_authenticator * wpa_auth,int vlan_id) wpa_auth_ensure_group() argument
5096 wpa_auth_release_group(struct wpa_authenticator * wpa_auth,int vlan_id) wpa_auth_release_group() argument
5180 wpa_auth_eapol_key_tx_status(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,int ack) wpa_auth_eapol_key_tx_status() argument
5245 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator * wpa_auth,struct radius_das_attrs * attr) wpa_auth_radius_das_disconnect_pmksa() argument
5252 wpa_auth_reconfig_group_keys(struct wpa_authenticator * wpa_auth) wpa_auth_reconfig_group_keys() argument
5288 wpa_auth_pmksa_get_fils_cache_id(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 * pmkid) wpa_auth_pmksa_get_fils_cache_id() argument
5306 wpa_auth_write_fte(struct wpa_authenticator * wpa_auth,int use_sha384,u8 * buf,size_t len) wpa_auth_write_fte() argument
5359 wpa_auth_set_transition_disable(struct wpa_authenticator * wpa_auth,u8 val) wpa_auth_set_transition_disable() argument
5639 wpa_auth_rekey_gtk(struct wpa_authenticator * wpa_auth) wpa_auth_rekey_gtk() argument
5648 wpa_auth_rekey_ptk(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm) wpa_auth_rekey_ptk() argument
5660 wpa_auth_set_ft_rsnxe_used(struct wpa_authenticator * wpa_auth,int val) wpa_auth_set_ft_rsnxe_used() argument
5667 wpa_auth_set_ocv_override_freq(struct wpa_authenticator * wpa_auth,enum wpa_auth_ocv_override_frame frame,unsigned int freq) wpa_auth_set_ocv_override_freq() argument
[all...]
H A Dwpa_auth_ft.c627 wpa_ft_rrb_send(struct wpa_authenticator * wpa_auth,const u8 * dst,const u8 * data,size_t data_len) wpa_ft_rrb_send() argument
638 wpa_ft_rrb_oui_send(struct wpa_authenticator * wpa_auth,const u8 * dst,u8 oui_suffix,const u8 * data,size_t data_len) wpa_ft_rrb_oui_send() argument
651 wpa_ft_action_send(struct wpa_authenticator * wpa_auth,const u8 * dst,const u8 * data,size_t data_len) wpa_ft_action_send() argument
661 wpa_ft_get_psk(struct wpa_authenticator * wpa_auth,const u8 * addr,const u8 * p2p_dev_addr,const u8 * prev_psk) wpa_ft_get_psk() argument
673 wpa_ft_add_sta(struct wpa_authenticator * wpa_auth,const u8 * sta_addr) wpa_ft_add_sta() argument
681 wpa_ft_set_vlan(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,struct vlan_description * vlan) wpa_ft_set_vlan() argument
690 wpa_ft_get_vlan(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,struct vlan_description * vlan) wpa_ft_get_vlan() argument
700 wpa_ft_set_identity(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 * identity,size_t identity_len) wpa_ft_set_identity() argument
711 wpa_ft_get_identity(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 ** buf) wpa_ft_get_identity() argument
722 wpa_ft_set_radius_cui(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 * radius_cui,size_t radius_cui_len) wpa_ft_set_radius_cui() argument
733 wpa_ft_get_radius_cui(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,const u8 ** buf) wpa_ft_get_radius_cui() argument
744 wpa_ft_set_session_timeout(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,int session_timeout) wpa_ft_set_session_timeout() argument
755 wpa_ft_get_session_timeout(struct wpa_authenticator * wpa_auth,const u8 * sta_addr) wpa_ft_get_session_timeout() argument
764 wpa_ft_add_tspec(struct wpa_authenticator * wpa_auth,const u8 * sta_addr,u8 * tspec_ie,size_t tspec_ielen) wpa_ft_add_tspec() argument
778 wpa_channel_info(struct wpa_authenticator * wpa_auth,struct wpa_channel_info * ci) wpa_channel_info() argument
901 wpa_ft_rrb_seq_flush(struct wpa_authenticator * wpa_auth,struct ft_remote_seq * rkh_seq,int cb) wpa_ft_rrb_seq_flush() argument
925 wpa_ft_rrb_seq_req(struct wpa_authenticator * wpa_auth,struct ft_remote_seq * rkh_seq,const u8 * src_addr,const u8 * f_r0kh_id,size_t f_r0kh_id_len,const u8 * f_r1kh_id,const u8 * key,size_t key_len,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_seq_req() argument
931 wpa_ft_rrb_seq_req(struct wpa_authenticator * wpa_auth,struct ft_remote_seq * rkh_seq,const u8 * src_addr,const u8 * f_r0kh_id,size_t f_r0kh_id_len,const u8 * f_r1kh_id,const u8 * key,size_t key_len,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_seq_req() argument
1094 wpa_ft_rrb_seq_accept(struct wpa_authenticator * wpa_auth,struct ft_remote_seq * rkh_seq,const u8 * src_addr,const u8 * auth,size_t auth_len,const char * msgtype) wpa_ft_rrb_seq_accept() argument
1322 wpa_ft_store_pmk_r0(struct wpa_authenticator * wpa_auth,const u8 * spa,const u8 * pmk_r0,size_t pmk_r0_len,const u8 * pmk_r0_name,int pairwise,const struct vlan_description * vlan,int expires_in,int session_timeout,const u8 * identity,size_t identity_len,const u8 * radius_cui,size_t radius_cui_len) wpa_ft_store_pmk_r0() argument
1386 wpa_ft_fetch_pmk_r0(struct wpa_authenticator * wpa_auth,const u8 * spa,const u8 * pmk_r0_name,const struct wpa_ft_pmk_r0_sa ** r0_out) wpa_ft_fetch_pmk_r0() argument
1409 wpa_ft_store_pmk_r1(struct wpa_authenticator * wpa_auth,const u8 * spa,const u8 * pmk_r1,size_t pmk_r1_len,const u8 * pmk_r1_name,int pairwise,const struct vlan_description * vlan,int expires_in,int session_timeout,const u8 * identity,size_t identity_len,const u8 * radius_cui,size_t radius_cui_len) wpa_ft_store_pmk_r1() argument
1476 wpa_ft_fetch_pmk_r1(struct wpa_authenticator * wpa_auth,const u8 * spa,const u8 * pmk_r1_name,u8 * pmk_r1,size_t * pmk_r1_len,int * pairwise,struct vlan_description * vlan,const u8 ** identity,size_t * identity_len,const u8 ** radius_cui,size_t * radius_cui_len,int * session_timeout) wpa_ft_fetch_pmk_r1() argument
1542 wpa_ft_rrb_lookup_r0kh(struct wpa_authenticator * wpa_auth,const u8 * f_r0kh_id,size_t f_r0kh_id_len,struct ft_remote_r0kh ** r0kh_out,struct ft_remote_r0kh ** r0kh_wildcard) wpa_ft_rrb_lookup_r0kh() argument
1589 wpa_ft_rrb_lookup_r1kh(struct wpa_authenticator * wpa_auth,const u8 * f_r1kh_id,struct ft_remote_r1kh ** r1kh_out,struct ft_remote_r1kh ** r1kh_wildcard) wpa_ft_rrb_lookup_r1kh() argument
1620 wpa_ft_rrb_check_r0kh(struct wpa_authenticator * wpa_auth,const u8 * f_r0kh_id,size_t f_r0kh_id_len) wpa_ft_rrb_check_r0kh() argument
1632 wpa_ft_rrb_check_r1kh(struct wpa_authenticator * wpa_auth,const u8 * f_r1kh_id) wpa_ft_rrb_check_r1kh() argument
1645 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_ft_rrb_del_r0kh() local
1669 wpa_ft_rrb_r0kh_replenish(struct wpa_authenticator * wpa_auth,struct ft_remote_r0kh * r0kh,int timeout) wpa_ft_rrb_r0kh_replenish() argument
1678 wpa_ft_rrb_r0kh_timeout(struct wpa_authenticator * wpa_auth,struct ft_remote_r0kh * r0kh,int timeout) wpa_ft_rrb_r0kh_timeout() argument
1690 wpa_ft_rrb_add_r0kh(struct wpa_authenticator * wpa_auth,struct ft_remote_r0kh * r0kh_wildcard,const u8 * src_addr,const u8 * r0kh_id,size_t id_len,int timeout) wpa_ft_rrb_add_r0kh() argument
1730 struct wpa_authenticator *wpa_auth = eloop_ctx; wpa_ft_rrb_del_r1kh() local
1754 wpa_ft_rrb_r1kh_replenish(struct wpa_authenticator * wpa_auth,struct ft_remote_r1kh * r1kh,int timeout) wpa_ft_rrb_r1kh_replenish() argument
1764 wpa_ft_rrb_add_r1kh(struct wpa_authenticator * wpa_auth,struct ft_remote_r1kh * r1kh_wildcard,const u8 * src_addr,const u8 * r1kh_id,int timeout) wpa_ft_rrb_add_r1kh() argument
1800 wpa_ft_deinit_seq(struct wpa_authenticator * wpa_auth) wpa_ft_deinit_seq() argument
1833 wpa_ft_deinit_rkh_tmp(struct wpa_authenticator * wpa_auth) wpa_ft_deinit_rkh_tmp() argument
1878 wpa_ft_deinit(struct wpa_authenticator * wpa_auth) wpa_ft_deinit() argument
1885 wpa_ft_block_r0kh(struct wpa_authenticator * wpa_auth,const u8 * f_r0kh_id,size_t f_r0kh_id_len) wpa_ft_block_r0kh() argument
2155 wpa_auth_get_seqnum(struct wpa_authenticator * wpa_auth,const u8 * addr,int idx,u8 * seq) wpa_auth_get_seqnum() argument
2794 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,enum key_flag key_flag) wpa_auth_set_key() argument
2807 wpa_auth_add_sta_ft(struct wpa_authenticator * wpa_auth,const u8 * addr) wpa_auth_add_sta_ft() argument
2870 struct wpa_authenticator *wpa_auth = sm->wpa_auth; wpa_ft_psk_pmk_r1() local
2979 wpa_ft_local_derive_pmk_r1(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,const u8 * r0kh_id,size_t r0kh_id_len,const u8 * req_pmk_r0_name,const u8 * req_pmk_r1_name,u8 * out_pmk_r1,int * out_pairwise,struct vlan_description * vlan,const u8 ** identity,size_t * identity_len,const u8 ** radius_cui,size_t * radius_cui_len,int * out_session_timeout) wpa_ft_local_derive_pmk_r1() argument
3641 wpa_ft_rrb_rx_request(struct wpa_authenticator * wpa_auth,const u8 * current_ap,const u8 * sta_addr,const u8 * body,size_t len) wpa_ft_rrb_rx_request() argument
3684 struct wpa_authenticator *wpa_auth = sm->wpa_auth; wpa_ft_send_rrb_auth_resp() local
3801 wpa_ft_rrb_rx_pull(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_pull() argument
3958 wpa_ft_rrb_rx_r1(struct wpa_authenticator * wpa_auth,const u8 * src_addr,u8 type,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,const char * msgtype,u8 * s1kh_id_out,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_rx_r1() argument
3963 wpa_ft_rrb_rx_r1(struct wpa_authenticator * wpa_auth,const u8 * src_addr,u8 type,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,const char * msgtype,u8 * s1kh_id_out,int (* cb)(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer)) wpa_ft_rrb_rx_r1() argument
4188 wpa_ft_rrb_rx_resp(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_resp() argument
4242 wpa_ft_rrb_rx_push(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_push() argument
4260 wpa_ft_rrb_rx_seq(struct wpa_authenticator * wpa_auth,const u8 * src_addr,int type,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,struct ft_remote_seq ** rkh_seq,u8 ** key,size_t * key_len,struct ft_remote_r0kh ** r0kh_out,struct ft_remote_r1kh ** r1kh_out,struct ft_remote_r0kh ** r0kh_wildcard_out,struct ft_remote_r1kh ** r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument
4378 wpa_ft_rrb_rx_seq_req(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_seq_req() argument
4447 wpa_ft_rrb_rx_seq_resp(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * enc,size_t enc_len,const u8 * auth,size_t auth_len,int no_defer) wpa_ft_rrb_rx_seq_resp() argument
4548 wpa_ft_rrb_rx(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * data,size_t data_len) wpa_ft_rrb_rx() argument
4660 wpa_ft_rrb_oui_rx(struct wpa_authenticator * wpa_auth,const u8 * src_addr,const u8 * dst_addr,u8 oui_suffix,const u8 * data,size_t data_len) wpa_ft_rrb_oui_rx() argument
4727 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) wpa_ft_generate_pmk_r1() argument
4776 wpa_ft_push_pmk_r1(struct wpa_authenticator * wpa_auth,const u8 * addr) wpa_ft_push_pmk_r1() argument
[all...]
H A Dwpa_auth_ie.c482 wpa_auth_gen_wpa_ie(struct wpa_authenticator * wpa_auth) wpa_auth_gen_wpa_ie() argument
586 wpa_validate_wpa_ie(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,int freq,const u8 * wpa_ie,size_t wpa_ie_len,const u8 * rsnxe,size_t rsnxe_len,const u8 * mdie,size_t mdie_len,const u8 * owe_dh,size_t owe_dh_len) wpa_validate_wpa_ie() argument
1042 wpa_validate_osen(struct wpa_authenticator * wpa_auth,struct wpa_state_machine * sm,const u8 * osen_ie,size_t osen_ie_len) wpa_validate_osen() argument
1147 wpa_auth_write_fd_rsn_info(struct wpa_authenticator * wpa_auth,u8 * fd_rsn_info) wpa_auth_write_fd_rsn_info() argument
[all...]
H A Dwpa_auth_i.h20 struct wpa_authenticator *wpa_auth; member
H A Dhostapd.h196 struct wpa_authenticator *wpa_auth; global() member