Searched refs:gi (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/p2p/ |
D | p2p_parse.c | 638 int p2p_group_info_parse(const u8 *gi, size_t gi_len, in p2p_group_info_parse() argument 644 if (gi == NULL) in p2p_group_info_parse() 647 g = gi; in p2p_group_info_parse() 648 gend = gi + gi_len; in p2p_group_info_parse() 706 static int p2p_group_info_text(const u8 *gi, size_t gi_len, char *buf, in p2p_group_info_text() argument 714 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_group_info_text()
|
D | p2p_i.h | 717 int p2p_group_info_parse(const u8 *gi, size_t gi_len,
|
D | p2p.c | 467 const u8 *gi, size_t gi_len, in p2p_add_group_clients() argument 474 if (gi == NULL) in p2p_add_group_clients() 477 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_add_group_clients()
|
/hostap-3.6.0/tests/hwsim/ |
D | test_dbus.py | 18 from gi.repository import GObject as gobject
|