Searched refs:noa (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c41 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) argument
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, argument
814 if (noa
961 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.c4484 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
4497 if (noa) {
4500 wpabuf_put_data(resp, noa, noa_len);
4519 u8 noa[50]; local
4544 if (msg.noa == NULL) {
4550 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4554 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4555 sizeof(noa));
4558 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4587 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h992 * @noa: Returned NoA value
996 const u8 *noa, size_t noa_len);
1811 * @noa: Notice of Absence attribute payload, %NULL if none
1812 * @noa_len: Length of noa buffer in octets
1819 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_i.h597 const u8 *noa; member in struct:p2p_message
738 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c256 msg->noa = data;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c41 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) argument
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, argument
814 if (noa
961 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.c4484 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
4497 if (noa) {
4500 wpabuf_put_data(resp, noa, noa_len);
4519 u8 noa[50]; local
4544 if (msg.noa == NULL) {
4550 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4554 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4555 sizeof(noa));
4558 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4587 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h992 * @noa: Returned NoA value
996 const u8 *noa, size_t noa_len);
1811 * @noa: Notice of Absence attribute payload, %NULL if none
1812 * @noa_len: Length of noa buffer in octets
1819 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_i.h597 const u8 *noa; member in struct:p2p_message
738 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c256 msg->noa = data;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c41 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) argument
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, argument
814 if (noa
961 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.c4484 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
4497 if (noa) {
4500 wpabuf_put_data(resp, noa, noa_len);
4519 u8 noa[50]; local
4544 if (msg.noa == NULL) {
4550 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
4554 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
4555 sizeof(noa));
4558 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
4587 if (msg.status == NULL || msg.noa
[all...]
H A Dp2p.h992 * @noa: Returned NoA value
996 const u8 *noa, size_t noa_len);
1811 * @noa: Notice of Absence attribute payload, %NULL if none
1812 * @noa_len: Length of noa buffer in octets
1819 int p2p_group_notif_noa(struct p2p_group *group, const u8 *noa,
H A Dp2p_i.h597 const u8 *noa; member in struct:p2p_message
738 const u8 *noa, size_t noa_len);
H A Dp2p_parse.c256 msg->noa = data;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3807 const u8 *noa, size_t noa_len)
3822 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len);
3824 " status=%u noa=%s", MAC2STR(src), status, hex);
3806 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) argument

Completed in 189 milliseconds