Searched refs:wpa_write_rsn_ie (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_ie.c | 121 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie() function 510 res = wpa_write_rsn_ie(&wpa_auth->conf, in wpa_auth_gen_wpa_ie() 1118 res = wpa_write_rsn_ie(conf, pos, max_len, in wpa_auth_write_assoc_resp_owe() 1140 res = wpa_write_rsn_ie(&sm->wpa_auth->conf, pos, max_len, NULL); in wpa_auth_write_assoc_resp_fils()
|
D | wpa_auth_i.h | 275 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
|
D | wpa_auth_ft.c | 2581 res = wpa_write_rsn_ie(conf, pos, end - pos, sm->pmk_r1_name); in wpa_sm_write_assoc_resp_ies() 3240 ret = wpa_write_rsn_ie(conf, pos, end - pos, parse.rsn_pmkid); in wpa_ft_process_auth_req()
|