Searched refs:gi (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/p2p/ |
D | p2p_parse.c | 659 int p2p_group_info_parse(const u8 *gi, size_t gi_len, in p2p_group_info_parse() argument 665 if (gi == NULL) in p2p_group_info_parse() 668 g = gi; in p2p_group_info_parse() 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()
|
D | p2p_i.h | 719 int p2p_group_info_parse(const u8 *gi, size_t gi_len,
|
D | p2p.c | 471 const u8 *gi, size_t gi_len, in p2p_add_group_clients() argument 478 if (gi == NULL) in p2p_add_group_clients() 481 if (p2p_group_info_parse(gi, gi_len, &info) < 0) in p2p_add_group_clients()
|
/hostap-latest/tests/hwsim/ |
D | test_dbus.py | 19 from gi.repository import GObject as gobject
|