Searched refs:wpa_auth_config (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_i.h | 245 struct wpa_auth_config conf; 304 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, 306 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len); 328 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len); 329 int wpa_write_ftie(struct wpa_auth_config *conf, int key_mgmt, size_t key_len,
|
H A D | wpa_auth_ie.c | 28 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie() 92 static u16 wpa_own_rsn_capab(struct wpa_auth_config *conf) in wpa_own_rsn_capab() 122 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie() 409 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe() 458 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() 621 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie() 1167 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe() 1217 struct wpa_auth_config *conf; in wpa_auth_write_fd_rsn_info()
|
H A D | wpa_auth.h | 171 struct wpa_auth_config { struct 409 struct wpa_auth_config *conf, 415 struct wpa_auth_config *conf);
|
H A D | wpa_auth.c | 732 struct wpa_auth_config *conf, 849 static void wpa_auth_free_conf(struct wpa_auth_config *conf) 907 struct wpa_auth_config *conf) 1970 struct wpa_auth_config *conf = &wpa_auth->conf; 2710 struct wpa_auth_config *conf = &sm->wpa_auth->conf; 2996 struct wpa_auth_config *conf = &wpa_auth->conf; 3372 struct wpa_auth_config *conf = &sm->wpa_auth->conf; 4037 struct wpa_auth_config *conf = &wpa_auth->conf; 4557 struct wpa_auth_config *conf = &sm->wpa_auth->conf; 5013 struct wpa_auth_config *conf = &wpa_auth->conf; [all …]
|
H A D | wpa_auth_glue.c | 40 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf() 1608 struct wpa_auth_config _conf; in hostapd_setup_wpa() 1790 struct wpa_auth_config wpa_auth_conf; in hostapd_reconfig_wpa()
|
H A D | wpa_auth_ft.c | 792 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_mdie() 812 int wpa_write_ftie(struct wpa_auth_config *conf, int key_mgmt, size_t key_len, in wpa_write_ftie() 2218 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in wpa_ft_gtk_subelem() 2308 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in wpa_ft_igtk_subelem() 2570 struct wpa_auth_config *conf; in wpa_sm_write_assoc_resp_ies() 3106 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_ft_local_derive_pmk_r1() 3175 struct wpa_auth_config *conf; in wpa_ft_process_auth_req() 3499 struct wpa_auth_config *conf; in wpa_ft_validate_reassoc()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 165 struct wpa_auth_config conf; in __mesh_rsn_auth_init()
|
H A D | ibss_rsn.c | 436 struct wpa_auth_config conf; in ibss_rsn_auth_init_group()
|