Lines Matching refs:resp
427 struct wpabuf *resp;
460 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS,
465 resp = p2p_build_sd_response(dialog_token,
469 if (resp == NULL)
475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0)
478 wpabuf_free(resp);
624 struct wpabuf *resp;
661 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS,
667 if (resp == NULL)
687 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0)
690 wpabuf_free(resp);