HomeSort by: relevance | last modified time | path
    Searched defs:secondary_channel (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
acs.c 836 int secondary_channel = 1, freq_offset; local
842 secondary_channel = iface->conf->secondary_channel;
880 if (!chan_bw_allowed(chan, bw, secondary_channel != -1, 1)) {
891 iface->conf->secondary_channel) ||
940 j * secondary_channel * 20);
989 freq_offset = j * 20 * secondary_channel;
1110 iface->conf->secondary_channel)
1170 if (!iface->conf->secondary_channel ||
1179 iface->conf->secondary_channel = 1
    [all...]
dfs.c 30 dfs_downgrade_bandwidth(struct hostapd_iface *iface, int *secondary_channel,
49 if (iface->conf->ieee80211n && iface->conf->secondary_channel)
237 * - hapd->secondary_channel
258 iface->conf->secondary_channel &&
305 int secondary_channel,
320 if (secondary_channel == 1)
322 else if (secondary_channel == -1)
363 if (iface->conf->ieee80211n && iface->conf->secondary_channel == -1)
430 iface->conf->secondary_channel,
519 int *secondary_channel,
1274 int secondary_channel; local
1368 int secondary_channel; local
    [all...]
hostapd.h 613 int secondary_channel; member in struct:hostapd_iface::__anon8250
ap_config.h 1112 int secondary_channel; member in struct:hostapd_config

Completed in 27 milliseconds