Searched refs:svc_info (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c535 const u8 *haystack = (const u8 *) adv_data->svc_info;
545 haystack_len = os_strlen(adv_data->svc_info);
609 if (adv_data->svc_info)
610 svc_info_len = os_strlen(adv_data->svc_info);
636 adv_data->svc_info);
657 wpabuf_put_data(resp, adv_data->svc_info, svc_info_len);
1188 u16 config_methods, const char *svc_info,
1195 svc_info, cpt_priority);
1185 wpas_p2p_service_add_asp(struct wpa_supplicant *wpa_s, int auto_accept, u32 adv_id, const char *adv_str, u8 svc_state, u16 config_methods, const char *svc_info, const u8 *cpt_priority) argument
H A Dp2p_supplicant.h107 u16 config_methods, const char *svc_info,
H A Dctrl_iface.c5859 char *svc_info = NULL; local
5877 /* All remaining data is the svc_info string */
5886 svc_info = pos;
5890 svc_str, svc_info);
6059 char *svc_info = NULL; local
6153 svc_info = os_strstr(pos, "svc_info='");
6155 if (svc_info) {
6156 svc_info += 9;
6157 len = os_strlen(svc_info);
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h255 * svc_info - Pointer to (internal) Service defined information
257 char *svc_info; member in struct:p2ps_advertisement
302 * svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage
2370 u16 config_methods, const char *svc_info,
H A Dp2p.c2724 const char *svc_info, const u8 *cpt_priority)
2743 if (svc_info)
2744 info_len = os_strlen(svc_info);
2765 if (svc_info && info_len) {
2766 adv_data->svc_info = &adv_data->svc_name[adv_len + 1];
2767 os_memcpy(adv_data->svc_info, svc_info, info_len);
2722 p2p_service_add_asp(struct p2p_data *p2p, int auto_accept, u32 adv_id, const char *adv_str, u8 svc_state, u16 config_methods, const char *svc_info, const u8 *cpt_priority) argument

Completed in 91 milliseconds