Searched defs:dfs_find_channel (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c182 static int dfs_find_channel(struct hostapd_iface *iface, function
448 num_available_chandefs = dfs_find_channel(iface, NULL, 0, skip_radar);
455 dfs_find_channel(iface, &chan, chan_idx, skip_radar);
457 /* dfs_find_channel() calculations assume HT40+ */
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c182 static int dfs_find_channel(struct hostapd_iface *iface, function
448 num_available_chandefs = dfs_find_channel(iface, NULL, 0, skip_radar);
455 dfs_find_channel(iface, &chan, chan_idx, skip_radar);
457 /* dfs_find_channel() calculations assume HT40+ */
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c182 static int dfs_find_channel(struct hostapd_iface *iface, function
448 num_available_chandefs = dfs_find_channel(iface, NULL, 0, skip_radar);
455 dfs_find_channel(iface, &chan, chan_idx, skip_radar);
457 /* dfs_find_channel() calculations assume HT40+ */

Completed in 44 milliseconds