Home | History | Annotate | Download | only in ap

Lines Matching defs:beacon_int

1525 	int warning_time, beacon_int;
1551 beacon_int = hapd->iconf->beacon_int;
1552 if (beacon_int < 1)
1553 beacon_int = 100; /* best guess */
1554 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;