HomeSort by: relevance | last modified time | path
    Searched defs:noa (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p_group.c 41 struct wpabuf *noa; member in struct:p2p_group
121 wpabuf_free(group->noa);
164 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa)
166 if (noa == NULL)
170 wpabuf_put_le16(ie, wpabuf_len(noa));
171 wpabuf_put_buf(ie, noa);
240 p2p_group_add_noa(ie, group->noa);
452 p2p_group_add_noa(p2p_subelems, group->noa);
811 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
814 if (noa == NULL)
    [all...]
p2p.c 4521 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa,
4534 if (noa) {
4537 wpabuf_put_data(resp, noa, noa_len);
4556 u8 noa[50]; local
4581 if (msg.noa == NULL) {
4582 p2p_dbg(p2p, "No NoA attribute in P2P Presence Request");
4587 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4591 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4592 sizeof(noa));
4595 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL
    [all...]
p2p_i.h 591 const u8 *noa; member in struct:p2p_message
735 const u8 *noa, size_t noa_len);

Completed in 71 milliseconds