Home | History | Annotate | Download | only in hostapd

Lines Matching defs:beacon_int

667 		int timeout, beacon_int;
684 beacon_int = hapd->iconf->beacon_int;
685 if (beacon_int < 1)
686 beacon_int = 100; /* best guess */
687 /* Calculate timeout in ms based on beacon_int in TU */
688 timeout = disassoc_timer * beacon_int * 128 / 125;