HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SVC_ADV_LEN (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 26 * To force Service Instances to fit within a single P2P Tag, MAX_SVC_ADV_LEN
29 #define MAX_SVC_ADV_LEN 600
30 #define MAX_SVC_ADV_IE_LEN (9 + MAX_SVC_ADV_LEN + (5 * (MAX_SVC_ADV_LEN / 240)))
p2p_build.c 490 if (info_len + *total_len > MAX_SVC_ADV_LEN) {
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;

Completed in 48 milliseconds