⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bg_scan.conf

📁 marvell cf wifi driver source code CF-8385-linux-x86-5.0.4.p0-132-src.rar
💻 CONF
字号:
#	File : bg_scan_config.conf

bgscan={
	Action=1		# 1 - set configuration 0 - get previous configuration
	BssType=3		# 1 - Infrastructure
				# 2 - IBSS
				# 3 - Any
	ChannelsPerScan=14	# Number of Channel to scan at one scan; maxinum 14
	DiscardWhenFull=0	# 0 - Discard old scan result
				# 1 - Discard new scan result
	ScanInternal=1000	# Interval between consecutive scan (in milliseconds)
	StoreCondition=1	# - SSID match (bit 0)
	ReportConditions=1	# - SSID match (bit 0)
	MaxScanResults=14	# - Max scan results that will trigger a
				#   scan completion event

# SSID entries, 
# 1. Comment the SSIDX field with '#' to denote SSIDX is not present.
# 2. SSIDX="", to denote NULL SSID, which is considered as SSID with length 0.
# 3. SSIDX="AP_NAME", to mention a specific SSID to match.

	SSID1="AP_NAME"		# SSID to match	
#	SSID2=""		# SSID to match	
#	SSID3=""		# SSID to match	
#	SSID4=""		# SSID to match	
#	SSID5=""		# SSID to match	
#	SSID6=""		# SSID to match

	Probes=0		# Number Probe requests to be sent	

	ChannelList="0,1,0,6,100;0,6,1,6,100" #ChannelList contains the channels to scan
				# The ChannelList should be specified in the form of
				# RadioType, ChanNumber, ScanType, MinScanTime, ScanTime
				# The next channel description should be separated by semicolon
				# operator
				# RadioType - 0 [B/G Band], 1 [A Band]
				# ScanType - 0 [Active], 1 [Passive]
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -