HomeSort by relevance Sort by last modified time
    Searched defs:noa (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 41 struct wpabuf *noa; member in struct:p2p_group
121 wpabuf_free(group->noa);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa)
165 if (noa == NULL)
169 wpabuf_put_le16(ie, wpabuf_len(noa));
170 wpabuf_put_buf(ie, noa);
239 p2p_group_add_noa(ie, group->noa);
449 p2p_group_add_noa(p2p_subelems, group->noa);
808 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
811 if (noa == NULL)
    [all...]
p2p.c 3874 u8 noa[50]; local
    [all...]
p2p_i.h 538 const u8 *noa; member in struct:p2p_message
647 const u8 *noa, size_t noa_len);

Completed in 97 milliseconds