Lines Matching refs:noa
4434 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa,
4447 if (noa) {
4450 wpabuf_put_data(resp, noa, noa_len);
4469 u8 noa[50];
4494 if (msg.noa == NULL) {
4500 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4504 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4505 sizeof(noa));
4508 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4537 if (msg.status == NULL || msg.noa == NULL) {
4545 msg.noa, msg.noa_len);
4557 msg.noa, msg.noa_len);