Home | History | Annotate | Download | only in ap

Lines Matching refs:assocresp_elements

2416 	if (hapd->conf->assocresp_elements &&
2418 wpabuf_len(hapd->conf->assocresp_elements)) {
2419 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements),
2420 wpabuf_len(hapd->conf->assocresp_elements));
2421 p += wpabuf_len(hapd->conf->assocresp_elements);