Home
last modified time | relevance | path

Searched refs:wpa_auth_config (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h230 struct wpa_auth_config conf;
280 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
282 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len);
304 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
305 int wpa_write_ftie(struct wpa_auth_config *conf, int key_mgmt, size_t key_len,
Dwpa_auth_ie.c27 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()
401 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
443 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen()
605 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_validate_wpa_ie()
1121 struct wpa_auth_config *conf; in wpa_auth_write_assoc_resp_owe()
1171 struct wpa_auth_config *conf; in wpa_auth_write_fd_rsn_info()
Dwpa_auth.h170 struct wpa_auth_config { struct
363 struct wpa_auth_config *conf,
369 struct wpa_auth_config *conf);
Dwpa_auth.c523 struct wpa_auth_config *conf, in wpa_init()
655 struct wpa_auth_config *conf) in wpa_reconfig()
1569 struct wpa_auth_config *conf = &wpa_auth->conf; in __wpa_send_eapol()
2549 struct wpa_auth_config *conf = &wpa_auth->conf; in fils_auth_pmk_to_ptk()
2925 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in fils_prepare_plainbuf()
3475 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in ieee80211w_kde_add()
3611 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in SM_STATE()
3971 struct wpa_auth_config *conf = &wpa_auth->conf; in SM_STEP()
4128 struct wpa_auth_config *conf = &sm->wpa_auth->conf; in SM_STATE()
4334 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_gtk_update()
[all …]
Dwpa_auth_glue.c40 struct wpa_auth_config *wconf) in hostapd_wpa_auth_conf()
1493 struct wpa_auth_config _conf; in hostapd_setup_wpa()
1645 struct wpa_auth_config wpa_auth_conf; in hostapd_reconfig_wpa()
Dwpa_auth_ft.c792 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()
2569 struct wpa_auth_config *conf; in wpa_sm_write_assoc_resp_ies()
3097 struct wpa_auth_config *conf = &wpa_auth->conf; in wpa_ft_local_derive_pmk_r1()
3166 struct wpa_auth_config *conf; in wpa_ft_process_auth_req()
3475 struct wpa_auth_config *conf; in wpa_ft_validate_reassoc()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c148 struct wpa_auth_config conf; in __mesh_rsn_auth_init()
Dibss_rsn.c436 struct wpa_auth_config conf; in ibss_rsn_auth_init_group()