Searched defs:noa (Results 1 - 10 of 10) 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);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
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, argument
811 if (noa
944 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.h538 const u8 *noa; member in struct:p2p_message
647 const u8 *noa, size_t noa_len);
H A Dp2p.c3838 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3851 if (noa) {
3854 wpabuf_put_data(resp, noa, noa_len);
3873 u8 noa[50]; local
3898 if (msg.noa == NULL) {
3904 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3908 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3909 sizeof(noa));
3912 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3941 if (msg.status == NULL || msg.noa
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c41 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) argument
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, argument
811 if (noa
944 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.h538 const u8 *noa; member in struct:p2p_message
647 const u8 *noa, size_t noa_len);
H A Dp2p.c3838 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3851 if (noa) {
3854 wpabuf_put_data(resp, noa, noa_len);
3873 u8 noa[50]; local
3898 if (msg.noa == NULL) {
3904 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3908 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3909 sizeof(noa));
3912 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3941 if (msg.status == NULL || msg.noa
[all...]
/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);
163 static void p2p_group_add_noa(struct wpabuf *ie, struct wpabuf *noa) argument
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, argument
811 if (noa
944 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.h538 const u8 *noa; member in struct:p2p_message
647 const u8 *noa, size_t noa_len);
H A Dp2p.c3838 static struct wpabuf * p2p_build_presence_resp(u8 status, const u8 *noa, argument
3851 if (noa) {
3854 wpabuf_put_data(resp, noa, noa_len);
3873 u8 noa[50]; local
3898 if (msg.noa == NULL) {
3904 status = p2p_group_presence_req(group, sa, msg.noa, msg.noa_len);
3908 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
3909 sizeof(noa));
3912 resp = p2p_build_presence_resp(status, noa_len > 0 ? noa : NULL,
3941 if (msg.status == NULL || msg.noa
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3843 const u8 *noa, size_t noa_len)
3858 wpa_snprintf_hex(hex, sizeof(hex), noa, noa_len);
3860 " status=%u noa=%s", MAC2STR(src), status, hex);
3842 wpas_presence_resp(void *ctx, const u8 *src, u8 status, const u8 *noa, size_t noa_len) argument

Completed in 3318 milliseconds