Searched refs:clients (Results 1 – 3 of 3) sorted by relevance
2667 whd_maclist_t *clients = NULL; in whd_wifi_deauth_sta() local2691 clients = (whd_maclist_t *)buffer; in whd_wifi_deauth_sta()2692 clients->count = max_clients; in whd_wifi_deauth_sta()2695 result = whd_wifi_get_associated_client_list(ifp, clients, (uint16_t)size); in whd_wifi_deauth_sta()2703 current = &clients->mac_list[0]; in whd_wifi_deauth_sta()2713 while ( (clients->count > 0) && (!(NULL_MAC(current->octet) ) ) ) in whd_wifi_deauth_sta()2739 --clients->count; in whd_wifi_deauth_sta()
19 …rally change the divider's value because that would affect other divider clients. This is not an i…
3667 wl_relmcast_client_t clients[WL_RMC_MAX_CLIENT]; member