Searched defs:svc_info (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/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)
1194 svc_info);
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) argument
H A Dctrl_iface.c5010 char *svc_info = NULL; local
5028 /* All remaining data is the svc_info string */
5037 svc_info = pos;
5041 svc_str, svc_info);
5210 char *svc_info = NULL; local
5289 svc_info = os_strstr(pos, "svc_info='");
5291 if (svc_info) {
5292 svc_info += 9;
5293 len = os_strlen(svc_info);
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h208 * svc_info - Pointer to (internal) Service defined information
210 char *svc_info; member in struct:p2ps_advertisement
238 * svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage
2251 u16 config_methods, const char *svc_info);
H A Dp2p.c2692 const char *svc_info)
2710 if (svc_info)
2711 info_len = os_strlen(svc_info);
2727 if (svc_info && info_len) {
2728 adv_data->svc_info = &adv_data->svc_name[adv_len + 1];
2729 os_memcpy(adv_data->svc_info, svc_info, info_len);
2690 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) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h208 * svc_info - Pointer to (internal) Service defined information
210 char *svc_info; member in struct:p2ps_advertisement
238 * svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage
2251 u16 config_methods, const char *svc_info);
H A Dp2p.c2692 const char *svc_info)
2710 if (svc_info)
2711 info_len = os_strlen(svc_info);
2727 if (svc_info && info_len) {
2728 adv_data->svc_info = &adv_data->svc_name[adv_len + 1];
2729 os_memcpy(adv_data->svc_info, svc_info, info_len);
2690 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) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h208 * svc_info - Pointer to (internal) Service defined information
210 char *svc_info; member in struct:p2ps_advertisement
238 * svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage
2251 u16 config_methods, const char *svc_info);
H A Dp2p.c2692 const char *svc_info)
2710 if (svc_info)
2711 info_len = os_strlen(svc_info);
2727 if (svc_info && info_len) {
2728 adv_data->svc_info = &adv_data->svc_name[adv_len + 1];
2729 os_memcpy(adv_data->svc_info, svc_info, info_len);
2690 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) argument

Completed in 155 milliseconds