OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
451
if (info_len + *total_len >
MAX_SVC_ADV_LEN
) {
599
for (adv = adv_list; adv && total_len <=
MAX_SVC_ADV_LEN
;
Completed in 33 milliseconds