Searched defs:passive (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h107 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c3216 domonitor(boolean_t passive) argument
3230 if (!passive) {
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h551 uint16_t passive; /* dwell time */ member in struct:wpi_scan_chan
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5675 uint16_t passive; local
5677 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_2GHZ;
5679 passive = IWN_PASSIVE_DWELL_BASE + IWN_PASSIVE_DWELL_TIME_5GHZ;
5682 return iwn_limit_dwell(sc, passive);
5805 * marked passive, we can do active scanning if we detect
5828 * passive scanning depending upon the channel flags; the
5851 * Calculate the active/passive dwell times.
5862 chan->passive = htole16(dwell_passive);
5872 uint16_t, chan->active, uint16_t, chan->passive);
H A Dif_iwnreg.h829 uint16_t passive; /* msecs */ member in struct:iwn_scan_chan
846 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
857 * marked passive, we can do active scanning if we detect

Completed in 109 milliseconds