Lines Matching +full:scan +full:- +full:count

4  (c) Copyright © 2003-2006, Marvell International Ltd.
14 THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
35 Use the -i option to retrieve version information from the driver.
37 # ethtool -i eth0
39 version: COMM-USB8388-318.p4
40 firmware-version: 5.110.7
41 bus-info:
43 Use the -e option to read the EEPROM contents of the card.
46 ethtool -e ethX [raw on|off] [offset N] [length N]
48 -e retrieves and prints an EEPROM dump for the specified ethernet
50 to stdout. The length and offset parameters allow dumping cer-
51 tain portions of the EEPROM. Default is to dump the entire EEP-
54 # ethtool -e eth0 offset 0 length 16
56 ------ ------
105 p1 is Sleep clock error in ppm (0-65535)
106 p2 is Wakeup offset in usec (0-65535)
107 p3 is Clock stabilization time in usec (0-65535)
108 p4 is Control periodic calibration (0-2)
109 p5 is Control the use of external sleep clock (0-2)
110 p6 is reserved for debug (0-65535)
142 Value field specifies the consecutive failure count threshold which
144 generated, the consecutive failure count is reset to 0.
165 This command is used to do a specific scan.
172 echo "LINKSYS-AP" > extscan
178 Display the current contents of the driver scan table (ie. get the
179 scan results).
187 Initiate a customized scan and retrieve the results
197 bssid=xx:xx:xx:xx:xx:xx specify a BSSID filter for the scan
198 ssid="[SSID]" specify a SSID filter for the scan
199 keep=[0 or 1] keep the previous scan results (1), discard (0)
200 dur=[scan time] time to scan for each channel in milliseconds
205 The bssid and ssid fields, if blank, will produce an unfiltered scan.
210 1) Perform a passive scan on all channels for 20 ms per channel:
213 2) Perform an active scan for a specific SSID:
216 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep
217 the current scan table intact, update existing or append new scan data:
220 4) Scan for all infrastructure networks.
221 Keep the previous scan table intact. Update any duplicate BSSID/SSID
222 matches with the new scan data:
225 All entries in the scan table (not just the new scan data when keep=1)
231 "ethtool -s ethX wol X" command before enabling host sleep.