Home
last modified time | relevance | path

Searched refs:substr_len (Results 1 – 1 of 1) sorted by relevance

/hostap-3.6.0/wpa_supplicant/
Dp2p_supplicant_sd.c991 size_t plen, svc_len, substr_len = 0; in wpas_p2p_sd_request_asp() local
996 substr_len = os_strlen(info_substr); in wpas_p2p_sd_request_asp()
998 if (svc_len > 0xff || substr_len > 0xff) in wpas_p2p_sd_request_asp()
1001 plen = 1 + 1 + 1 + svc_len + 1 + substr_len; in wpas_p2p_sd_request_asp()
1011 wpabuf_put_u8(tlvs, (u8) substr_len); /* Info Substring Length */ in wpas_p2p_sd_request_asp()
1012 wpabuf_put_data(tlvs, info_substr, substr_len); in wpas_p2p_sd_request_asp()