1# Simple Config Configuration File
2# Lines that start with # are treated as comments
3# Each line should not exceed 80 characters
4# Format: TYPE=value
5#
6# Configured Mode: 1=Unconfigured AP, 2=Client, 3=Registrar,
7# 4=AP with Proxy, 5 = AP with Proxy and Registrar
8CONFIGURED_MODE=1
9# Is the standalone Registrar (mode 3) wireless-enabled
10# Yes: 1, No:0
11REGISTRAR_WIRELESS=0
12# Should UPnP be used (for modes 1 and 3)
13# Yes: 1, No:0
14USE_UPNP=0
15UUID=0x000102030405060708090A0B0C0D0EBB
16VERSION=0x10
17DEVICE_NAME=ASUS Wireless Router
18# Primary Device Categories: Please refer to the SC spec for 
19# values for the following types
20PRI_DEV_CATEGORY=6
21PRI_DEV_OUI=0x0050F204
22PRI_DEV_SUB_CATEGORY=1
23# MAC Address of the local device, 6 byte value
24MAC_ADDRESS=0x010A01040506
25MANUFACTURER=ASUSTek
26MODEL_NAME=Wireless Router
27MODEL_NUMBER=1234
28SERIAL_NUMBER=0000001
29# Config Methods: bitwise OR of values 
30CONFIG_METHODS=0x88
31# Auth type flags: bitwise OR of values 
32AUTH_TYPE_FLAGS=0x23
33# Encr type flags: bitwise OR of values 
34ENCR_TYPE_FLAGS=0xf
35CONN_TYPE_FLAGS=0x1
36RF_BAND=1
37OS_VER=0x80000000
38FEATURE_ID=0x80000000
39# SSID:
40# For unconfigured client: What it should connect to when
41# starting EAP-WSC
42# Example: SSID=WscSecureAP
43# For unconfigured AP: Initial broadcast SSID
44# Example: SSID=WscNewAP
45# For Registrar: SSID that the supplicant must connect to when
46# starting EAP-WSC
47# Example: SSID=WscNewAP
48# For AP with Registrar: Broadcast SSID
49# Example: SSID=WscSecureAP
50SSID=WscBrcmAP
51# Key Mgmt for Supplicant (Client, Registrar):
52# Unconfigured, doing WSC: WPA-EAP IEEE8021X
53# Configured after WSC (will be done by the s/w): WPA-PSK
54# Key Mgmt for Hostapd (AP, AP with Registrar):
55# Unconfigured, doing WSC: WPA-EAP
56# Configured after WSC (will be done by the s/w): WPA-PSK
57# Configured, plus Registrar: WPA-EAP WPA-PSK
58KEY_MGMT=WPA-EAP WPA-PSK
59# Are we using a USB key to transfer PIN/Credential?
60# Yes: 1, No:0
61USB_KEY=0
62# Is the Network Key set?
63# Yes: 0xValue or passphrase, No: comment out line
64# NW_KEY=0x000102030405060708090A0B0C0D0E0F000102030405060708090A0B0C0D0E0F
65# NW_KEY=passphase
66NW_KEY=1111111111
67
68