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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddfs.c126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx) argument
130 for (i = first_chan_idx; i < mode->num_channels; i++) {
140 int first_chan_idx, int num_chans,
147 if (first_chan_idx + num_chans > mode->num_channels)
150 first_chan = &mode->channels[first_chan_idx];
160 first_chan_idx);
139 dfs_chan_range_available(struct hostapd_hw_modes *mode, int first_chan_idx, int num_chans, int skip_radar) argument

Completed in 52 milliseconds