Searched defs:group_id (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/src/fst/ |
D | fst_ctrl_iface.c | 24 const char *group_id = fst_group_get_id(g); in get_fst_group_by_id() local 249 static int session_add(const char *group_id, char *buf, size_t buflen) in session_add() 483 static int list_sessions(const char *group_id, char *buf, size_t buflen) in list_sessions() 508 static int iface_peers(const char *group_id, char *buf, size_t buflen) in iface_peers() 596 static int list_ifaces(const char *group_id, char *buf, size_t buflen) in list_ifaces()
|
D | fst_group.c | 22 static void fst_dump_mb_ies(const char *group_id, const char *ifname, in fst_dump_mb_ies() 437 struct fst_group * fst_group_create(const char *group_id) in fst_group_create()
|
D | fst_group.h | 13 char group_id[IFNAMSIZ + 1]; member
|
D | fst.h | 219 char group_id[FST_MAX_GROUP_ID_LEN + 1]; member
|
D | fst_ctrl_aux.h | 59 char group_id[FST_MAX_GROUP_ID_SIZE]; member
|
/hostap-latest/src/p2p/ |
D | p2p_pd.c | 258 const u8 *group_id, in p2p_build_prov_disc_resp() 459 u8 group_id = 0; in p2ps_validate_pd_req() local
|
D | p2p_group.c | 1049 int p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, in p2p_group_is_group_id_match()
|
D | p2p_i.h | 584 const u8 *group_id; member
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 361 unsigned int group_id = 0; in wpas_dbus_handler_p2p_group_add() local 796 unsigned int group_id = 0; in wpas_dbus_handler_p2p_invite() local
|
/hostap-latest/tests/hwsim/ |
D | fst_module_aux.py | 240 def set_fst_parameters(self, group_id=None, pri=None, llt=None): argument
|
/hostap-latest/src/common/ |
D | dpp.h | 259 char *group_id; member
|
D | dpp.c | 4033 const char *group_id, in dpp_connector_compatible_group()
|
/hostap-latest/wpa_supplicant/ |
D | p2p_supplicant.c | 2839 u8 dev_capab, u8 group_capab, const u8 *group_id, in wpas_prov_disc_req()
|
D | ctrl_iface.c | 7184 int freq = 0, persistent = 0, group_id = -1; in p2p_ctrl_group_add() local
|