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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddfs.c444 int num_available_chandefs; local
461 num_available_chandefs = dfs_find_channel(iface, NULL, 0, skip_radar);
462 if (num_available_chandefs == 0)
467 chan_idx = _rand % num_available_chandefs;

Completed in 101 milliseconds