Searched refs:gi_len (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_parse.c | 659 int p2p_group_info_parse(const u8 *gi, size_t gi_len, in p2p_group_info_parse() argument 669 gend = gi + gi_len; in p2p_group_info_parse() 727 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, in p2p_group_info_text() argument 735 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_group_info_text()
|
H A D | p2p_i.h | 719 int p2p_group_info_parse(const u8 *gi, size_t gi_len,
|
H A D | p2p.c | 471 const u8 *gi, size_t gi_len, in p2p_add_group_clients() argument 481 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_add_group_clients()
|