Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/p2p/
Dp2p_parse.c659 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()
Dp2p_i.h719 int p2p_group_info_parse(const u8 *gi, size_t gi_len,
Dp2p.c471 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/
Dtest_dbus.py19 from gi.repository import GObject as gobject