Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c416 struct wpabuf *ml_resp = NULL; in send_auth_reply() local
420 ml_resp = hostapd_ml_auth_resp(hapd); in send_auth_reply()
421 if (!ml_resp) in send_auth_reply()
427 if (ml_resp) in send_auth_reply()
428 rlen += wpabuf_len(ml_resp); in send_auth_reply()
431 wpabuf_free(ml_resp); in send_auth_reply()
450 if (ml_resp) in send_auth_reply()
452 wpabuf_head(ml_resp), wpabuf_len(ml_resp)); in send_auth_reply()
454 wpabuf_free(ml_resp); in send_auth_reply()