Searched refs:noa (Results 1 - 15 of 15) sorted by path

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c3724 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3737 if (noa) {
3740 wpabuf_put_data(resp, noa, noa_len);
3759 u8 noa[50]; local
3787 if (msg.noa == NULL) {
3794 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3798 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3799 sizeof(noa));
3802 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3834 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h1392 * @noa: Notice of Absence attribute payload, %NULL if none
1393 * @noa_len: Length of noa buffer in octets
1400 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_group.c40 struct wpabuf *noa; member in struct:p2p_group
120 wpabuf_free(group->noa);
161 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
163 if (noa == NULL)
167 wpabuf_put_le16(ie, wpabuf_len(noa));
168 wpabuf_put_buf(ie, noa);
195 p2p_group_add_noa(ie, group->noa);
392 p2p_group_add_noa(ie, group->noa);
730 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument
733 if (noa
869 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
[all...]
H A Dp2p_i.h501 const u8 *noa; member in struct:p2p_message
593 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c245 msg->noa = data;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c3724 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3737 if (noa) {
3740 wpabuf_put_data(resp, noa, noa_len);
3759 u8 noa[50]; local
3787 if (msg.noa == NULL) {
3794 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3798 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3799 sizeof(noa));
3802 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3834 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h1392 * @noa: Notice of Absence attribute payload, %NULL if none
1393 * @noa_len: Length of noa buffer in octets
1400 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_group.c40 struct wpabuf *noa; member in struct:p2p_group
120 wpabuf_free(group->noa);
161 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
163 if (noa == NULL)
167 wpabuf_put_le16(ie, wpabuf_len(noa));
168 wpabuf_put_buf(ie, noa);
195 p2p_group_add_noa(ie, group->noa);
392 p2p_group_add_noa(ie, group->noa);
730 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument
733 if (noa
869 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
[all...]
H A Dp2p_i.h501 const u8 *noa; member in struct:p2p_message
593 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c245 msg->noa = data;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c3724 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3737 if (noa) {
3740 wpabuf_put_data(resp, noa, noa_len);
3759 u8 noa[50]; local
3787 if (msg.noa == NULL) {
3794 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3798 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3799 sizeof(noa));
3802 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3834 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h1392 * @noa: Notice of Absence attribute payload, %NULL if none
1393 * @noa_len: Length of noa buffer in octets
1400 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_group.c40 struct wpabuf *noa; member in struct:p2p_group
120 wpabuf_free(group->noa);
161 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
163 if (noa == NULL)
167 wpabuf_put_le16(ie, wpabuf_len(noa));
168 wpabuf_put_buf(ie, noa);
195 p2p_group_add_noa(ie, group->noa);
392 p2p_group_add_noa(ie, group->noa);
730 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, argument
733 if (noa
869 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
[all...]
H A Dp2p_i.h501 const u8 *noa; member in struct:p2p_message
593 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c245 msg->noa = data;

Completed in 150 milliseconds