HomeSort by relevance Sort by last modified time
    Searched refs:noa (Results 1 - 6 of 6) 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);
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 4519 u8 noa[50]; local
    [all...]
p2p.h 721 * @buf: Buffer for returning NoA
723 * Returns: Number of octets used in buf, 0 to indicate no NoA is being
992 * @noa: Returned NoA value
993 * @noa_len: Length of the NoA buffer in octets
996 const u8 *noa, size_t noa_len);
    [all...]
p2p_i.h 597 const u8 *noa; member in struct:p2p_message
738 const u8 *noa, size_t noa_len);
p2p_parse.c 256 msg->noa = data;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 256 milliseconds