Searched refs:wpa_write_mdie (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_i.h | 246 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
|
D | wpa_auth_ft.c | 76 int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_mdie() function 672 res = wpa_write_mdie(conf, pos, end - pos); in wpa_sm_write_assoc_resp_ies() 921 ret = wpa_write_mdie(conf, pos, end - pos); in wpa_ft_process_auth_req()
|
D | wpa_auth_ie.c | 394 res = wpa_write_mdie(&wpa_auth->conf, pos, in wpa_auth_gen_wpa_ie()
|