Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 10 of 10) sorted by relevance

/hostap-3.6.0/tests/hwsim/
Dtest_p2p_persistent.py31 clients = dev[0].global_request("GET_NETWORK " + id + " p2p_client_list").rstrip()
32 if dev[1].p2p_dev_addr() not in clients:
57 clients = dev[0].request("GET_NETWORK " + id + " p2p_client_list").rstrip()
58 if dev[1].p2p_dev_addr() in clients:
324 clients = dev[0].global_request("GET_NETWORK " + id + " p2p_client_list").rstrip()
325 if clients != addr1:
326 raise Exception("Unexpected p2p_client_list entry(2): " + clients)
328 clients = dev[0].global_request("GET_NETWORK " + id + " p2p_client_list").rstrip()
329 if clients != addr2 + " " + addr1:
330 raise Exception("Unexpected p2p_client_list entry(3): " + clients)
[all …]
/hostap-3.6.0/src/radius/
Dradius_server.c140 struct radius_client *clients; member
335 struct radius_client *client = data->clients; in radius_server_get_client()
2002 struct radius_client *clients) in radius_server_free_clients() argument
2006 client = clients; in radius_server_free_clients()
2026 struct radius_client *clients, *tail, *entry; in radius_server_read_clients() local
2046 clients = tail = NULL; in radius_server_read_clients()
2154 clients = tail = entry; in radius_server_read_clients()
2163 radius_server_free_clients(NULL, clients); in radius_server_read_clients()
2164 clients = NULL; in radius_server_read_clients()
2170 return clients; in radius_server_read_clients()
[all …]
/hostap-3.6.0/hostapd/
Dhostapd.accept2 # with the AP. Optional VLAN ID can be assigned for clients based on the
DREADME-MULTI-AP14 only at routers (repeaters, gateways, ...), not at clients. Clients are not
21 e.g., to get a list of associated clients, but this can be done using the normal
DREADME-WPS48 internal WPS Registrar to manage addition of new WPS enabled clients
84 # Default WPA passphrase for legacy (non-WPS) clients
86 # Enable random per-device PSK generation for WPS clients
Ddefconfig323 # configuration file) that are really useful only for testing clients that
DChangeLog921 (this does not work properly with tests using multiple clients, but
1133 in RADIUS clients file can then use IPv6 format
1206 client MAC address or keys shared by a group of clients);
/hostap-3.6.0/doc/
Dp2p.doxygen347 clients. The \ref p2p_group_config::ie_update() callback is used whenever
353 type in one of the clients or GO. A match will be reported if the
/hostap-3.6.0/wpa_supplicant/
DREADME-P2P664 WPS provisioning. When enabled, this allow clients to be removed from
DChangeLog1597 return -1 on error (e.g., connection lost); control interface clients