HomeSort by: relevance | last modified time | path
    Searched refs:svc_info (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant_sd.c 535 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);
p2p_supplicant.h 111 u16 config_methods, const char *svc_info,
ctrl_iface.c 6613 char *svc_info = NULL; local
6631 /* All remaining data is the svc_info string */
6640 svc_info = pos;
6644 svc_str, svc_info);
6808 char *svc_info = NULL; local
6902 svc_info = os_strstr(pos, "svc_info='");
6904 if (svc_info) {
6905 svc_info += 9;
6906 len = os_strlen(svc_info);
    [all...]
  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 259 * svc_info - Pointer to (internal) Service defined information
261 char *svc_info; member in struct:p2ps_advertisement
306 * svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage
2389 u16 config_methods, const char *svc_info,
p2p.c 2778 const char *svc_info, const u8 *cpt_priority)
2797 if (svc_info)
2798 info_len = os_strlen(svc_info);
2819 if (svc_info && info_len) {
2820 adv_data->svc_info = &adv_data->svc_name[adv_len + 1];
2821 os_memcpy(adv_data->svc_info, svc_info, info_len);

Completed in 28 milliseconds