Lines Matching defs:passive
6986 uint16_t passive;
6989 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ;
6991 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ;
6995 return (iwn_limit_dwell(sc, passive));
7049 * Max needs to be greater than active and passive and quiet!
7162 * marked passive, we can do active scanning if we detect
7185 * passive scanning depending upon the channel flags; the
7203 * Set the passive/active flag depending upon the channel mode.
7212 * Calculate the active/passive dwell times.
7223 chan->passive = htole16(dwell_passive);
7232 "dsp_gain 0x%x active %d passive %d scan_svc_time %d crc 0x%x "