Searched refs:throttle_count (Results 1 - 1 of 1) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c40 unsigned int throttle_count; member in struct:ctrl_iface_priv
50 unsigned int throttle_count; member in struct:ctrl_iface_global_priv
398 static void wpas_ctrl_msg_queue_limit(unsigned int throttle_count, argument
403 if (throttle_count < 2000)
432 if (gpriv->throttle_count == 0) {
437 gpriv->throttle_count++;
438 wpas_ctrl_msg_queue_limit(gpriv->throttle_count,
443 if (gpriv->throttle_count) {
446 gpriv->throttle_count, gpriv->sock);
448 gpriv->throttle_count
[all...]

Completed in 214 milliseconds