Home
last modified time | relevance | path

Searched refs:max_clients (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dhw-qemud.c1071 int max_clients; member
1084 int max_clients, in qemud_service_new() argument
1095 s->max_clients = max_clients; in qemud_service_new()
1226 qemu_put_be32(f, s->max_clients); in qemud_service_save()
1255 sv->max_clients = qemu_get_be32(f); in qemud_service_load()
1339 if (sv->max_clients > 0 && sv->num_clients >= sv->max_clients) { in qemud_multiplexer_connect()
2300 int max_clients, in qemud_service_register() argument
2312 max_clients, in qemud_service_register()
Dhw-qemud.h137 int max_clients,
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c155 if (group->num_members >= group->cfg->max_clients) in p2p_group_add_common_ies()
563 group->num_members, group->cfg->max_clients); in p2p_group_notif_assoc()
564 if (group->num_members == group->cfg->max_clients) in p2p_group_notif_assoc()
615 group->cfg->max_clients); in p2p_group_notif_disassoc()
616 if (group->num_members == group->cfg->max_clients - 1) in p2p_group_notif_disassoc()
Dp2p.h1294 unsigned int max_clients; member
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c4129 cfg->max_clients = wpa_s->max_stations; in wpas_p2p_group_init()
4131 cfg->max_clients = wpa_s->conf->max_num_sta; in wpas_p2p_group_init()