Home
last modified time | relevance | path

Searched refs:MAX_SVC_ADV_LEN (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h26 * To force Service Instances to fit within a single P2P Tag, MAX_SVC_ADV_LEN
29 #define MAX_SVC_ADV_LEN 600 macro
30 #define MAX_SVC_ADV_IE_LEN (9 + MAX_SVC_ADV_LEN + (5 * (MAX_SVC_ADV_LEN / 240)))
H A Dp2p_build.c490 if (info_len + *total_len > MAX_SVC_ADV_LEN) { in p2p_buf_add_service_info()
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN; in p2p_buf_add_service_instance()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h26 * To force Service Instances to fit within a single P2P Tag, MAX_SVC_ADV_LEN
29 #define MAX_SVC_ADV_LEN 600 macro
30 #define MAX_SVC_ADV_IE_LEN (9 + MAX_SVC_ADV_LEN + (5 * (MAX_SVC_ADV_LEN / 240)))
H A Dp2p_build.c490 if (info_len + *total_len > MAX_SVC_ADV_LEN) { in p2p_buf_add_service_info()
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN; in p2p_buf_add_service_instance()

Completed in 6 milliseconds