Home | History | Annotate | Download | only in ap

Lines Matching refs:beacon_int

1392 	int warning_time, beacon_int;
1418 beacon_int = hapd->iconf->beacon_int;
1419 if (beacon_int < 1)
1420 beacon_int = 100; /* best guess */
1421 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;