Searched refs:wpa_auth_config (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 225 struct wpa_auth_config conf; 275 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, 277 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len); 296 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len); 297 int wpa_write_ftie(struct wpa_auth_config *conf, int use_sha384,
|
D | wpa_auth_ie.c | 27 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie() 91 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf) in wpa_own_rsn_capab() 121 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie() 391 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe() 431 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() 593 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie() 1100 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe() 1150 struct wpa_auth_config *conf; in wpa_auth_write_fd_rsn_info()
|
D | wpa_auth.h | 170 struct wpa_auth_config { struct 353 struct wpa_auth_config *conf, 359 struct wpa_auth_config *conf);
|
D | wpa_auth.c | 491 struct wpa_auth_config *conf, in wpa_init() 623 struct wpa_auth_config *conf) in wpa_reconfig() 1485 struct wpa_auth_config *conf = &wpa_auth->conf; in __wpa_send_eapol() 2369 struct wpa_auth_config *conf = &wpa_auth->conf; in fils_auth_pmk_to_ptk() 2744 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in fils_prepare_plainbuf() 3243 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in ieee80211w_kde_add() 3377 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in SM_STATE() 3702 struct wpa_auth_config *conf = &wpa_auth->conf; in SM_STEP() 3850 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in SM_STATE() 4053 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_gtk_update() [all …]
|
D | wpa_auth_glue.c | 39 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf() 1450 struct wpa_auth_config _conf; in hostapd_setup_wpa() 1594 struct wpa_auth_config wpa_auth_conf; in hostapd_reconfig_wpa()
|
D | wpa_auth_ft.c | 788 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_mdie() 808 int wpa_write_ftie(struct wpa_auth_config *conf, int use_sha384, in wpa_write_ftie() 2167 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in wpa_ft_gtk_subelem() 2256 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in wpa_ft_igtk_subelem() 2517 struct wpa_auth_config *conf; in wpa_sm_write_assoc_resp_ies() 2991 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_ft_local_derive_pmk_r1() 3059 struct wpa_auth_config *conf; in wpa_ft_process_auth_req() 3325 struct wpa_auth_config *conf; in wpa_ft_validate_reassoc()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 148 struct wpa_auth_config conf; in __mesh_rsn_auth_init()
|
D | ibss_rsn.c | 435 struct wpa_auth_config conf; in ibss_rsn_auth_init_group()
|