Searched refs:max_clients (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | seq.c | 21 int max_clients; variable 49 max_clients = snd_seq_system_info_get_clients(sysinfo); in system_info() 58 printf(" Max clients : %i\n", max_clients); in show_system_info() 121 max = client < 0 ? max_clients : client + 1; in show_client_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_group.c | 156 if (group->num_members >= group->cfg->max_clients) in p2p_group_add_common_ies() 415 int max_clients) in p2p_buf_add_group_info() 428 if (max_clients >= 0 && count >= max_clients) in p2p_buf_add_group_info() 635 group->num_members, group->cfg->max_clients); in p2p_group_notif_assoc() 636 if (group->num_members == group->cfg->max_clients) in p2p_group_notif_assoc() 696 group->cfg->max_clients); in p2p_group_notif_disassoc() 697 if (group->num_members == group->cfg->max_clients - 1) in p2p_group_notif_disassoc() 1014 return group->num_members >= group->cfg->max_clients; in p2p_client_limit_reached() 414 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) p2p_buf_add_group_info() argument
|
H A D | p2p_i.h | 735 int max_clients);
|
H A D | p2p.h | 1707 * max_clients - Maximum number of clients in the group 1709 unsigned int max_clients; member
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | functional.py | 50 max_clients=10): 67 self, sock, server_prog, timeout, max_clients) 193 def __init__(self, test, sock, prog, timeout, max_clients): 199 self._max_clients = max_clients
|
H A D | test_ssl.py | 102 max_clients=10): 127 self, sock, server_prog, timeout, max_clients) 371 max_clients=TOTAL_CNT, 411 max_clients=1, 451 max_clients=1, 488 max_clients=1, 534 max_clients=1, 671 max_clients=1, 1234 max_clients=TOTAL_CNT, 1661 def __init__(self, test, sock, prog, timeout, max_clients) [all...] |
H A D | test_sslproto.py | 635 max_clients=1, 675 max_clients=1, 713 max_clients=1, 755 max_clients=1,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 161 if (group->num_members >= group->cfg->max_clients) in p2p_group_add_common_ies() 431 int max_clients) in p2p_buf_add_group_info() 444 if (max_clients >= 0 && count >= max_clients) in p2p_buf_add_group_info() 671 group->num_members, group->cfg->max_clients); in p2p_group_notif_assoc() 672 if (group->num_members == group->cfg->max_clients) in p2p_group_notif_assoc() 740 group->cfg->max_clients); in p2p_group_notif_disassoc() 741 if (group->num_members == group->cfg->max_clients - 1) in p2p_group_notif_disassoc() 1058 return group->num_members >= group->cfg->max_clients; in p2p_client_limit_reached() 430 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) p2p_buf_add_group_info() argument
|
H A D | p2p.h | 1735 * max_clients - Maximum number of clients in the group 1737 unsigned int max_clients; member
|
H A D | p2p_i.h | 793 int max_clients);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 6618 cfg->max_clients = wpa_s->max_stations; in wpas_p2p_group_init() 6620 cfg->max_clients = wpa_s->conf->max_num_sta; in wpas_p2p_group_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 7936 cfg->max_clients = wpa_s->max_stations; 7938 cfg->max_clients = wpa_s->conf->max_num_sta;
|
Completed in 37 milliseconds