Imported Upstream version 1.12
[debian/uaputl] / config / uaputl.conf
1 #   File : uap.conf
2
3
4 ap_config={
5     SSID="Marvell Micro AP"         # SSID of Micro AP
6     BeaconPeriod=100                # Beacon period in TU
7     Channel=6                       # Radio Channel     6
8 #   Channel=0,1                     # auto channel select (MCS mode)
9     ChanList=1,6,11                 # Scan channel list 
10 #   AP_MAC=00:34:22:77:46:41        # MAC address of AP
11     RxAntenna=0                     # 0 for Antenna A
12                                     # 1 for Antenna B
13     TxAntenna=0                     # 0 for Antenna A 
14                                     # 1 for Antenna B
15     Rate=0x82,0x84,0x8b,0x96,0x0C,0x12,0x18,0x24,0x30,0x48,0x60,0x6c  
16                                     # Set of data rate that a station
17                                     # in the BSS may use
18                                     # (in unit of 500 kilobit/s)
19     TxPowerLevel=13                 # Transmit power level in dBm
20     BroadcastSSID=1                 # Broadcast SSID feature
21                                     # 1: Enable  0:Disable
22     RTSThreshold=2347               # RTS threshold value
23     FragThreshold=2346              # Fragmentation threshold value
24     DTIMPeriod=1                    # DTIM period in beacon periods 
25     RadioControl=1                  # 0: radio on  1: radio off
26     MCBCdataRate=0                  # MCBC rate to use for packet transmission
27                                     # 0:auto
28                                     # >0 fix rate (in unit of 500 kilobit/s)     
29     TxDataRate=0                    # Data rate to use for packet transmission
30                                     # 0:auto
31                                     # >0 fix rate (in unit of 500 kilobit/s)     
32     PktFwdCtl=1                     # Packet forwarding control
33                                     # 0: forward all packets to the host
34                                     # 1: firmware handles intr-BSS packets
35     StaAgeoutTimer=1800             # Inactive client station age out timer value
36                                     # in units of 100ms
37     MaxStaNum=8                     # Max number of stations allowed to connect 
38     Retrylimit=7                    # Retry limit to use for packet transmissions
39     AuthMode=0                      # 0:Open authentication
40                                     # 1:shared key authentication
41                                     # 2: Static WEP
42     Protocol=1                      # protocol to use
43                                     # 1: No security    2: Static WEP
44                                     # 8: WPA    32: WPA2    40:WPA2 Mixed Mode
45     RSNReplayProtection=0           # RSN replay protection 0: disabled, 1: enabled
46
47 # **** WEP security setting******
48 #   KeyIndex=0                      # Index of WEP key to use (0 to 3)
49 #   Sample Key configurations are 
50 #       Key_0="55555"                   
51 #       Key_1=1234567890
52 #       Key_2="1234567890123"
53 #       Key_3=12345678901234567890123456
54
55
56 # **** WPA/WPA2 PSK setting******
57     
58 #    PairwiseCipher=4               # Pairwise cipher type
59                                     # 0: None
60                                     # 4: TKIP     8: AES CCMP
61                                     # 12: AES CCMP + TKIP
62 #    GroupCipher=4                  # group cipher type
63                                     # 0: None
64                                     # 4: TKIP     8: AES CCMP
65 #    PSK="1234567890"               # WPA/WPA2 passphrase       
66      GroupRekeyTime= 86400          # Group key re-key interval, in second.
67                                     # 0 mean never re-key
68                                     #802.11D specific configuration
69     11d_enable=0                    # 0-disable 1-enable
70 #   country=US                      # country information
71 }
72
73
74
75 ap_mac_filter={
76     FilterMode=0                    # Mode of filter table
77                                     # 0: filter table is disabled
78                                     # 1: allow MAC address in the filter table to associate
79                                     # 2: block MAC address in the filter table       
80     Count=0                         # Number of entries in filter table,up to 16
81 #Sample mac settings are 
82 #    mac_1=00:50:23:45:76:22         # mac address
83 #    mac_2=00:34:22:77:46:34         # mac address      
84 }
85
86 #custom_ie_config={
87 #    MgmtSubtypeMask_0=0x1
88 #    IEBuffer_0=0x6403736976
89 #    MgmtSubtypeMask_1=0x2
90 #    IEBuffer_1=0x650473697661
91 #    MgmtSubtypeMask_2=0x4
92 #    IEBuffer_2=0x6606736976617273
93 #    MgmtSubtypeMask_3=0x8
94 #    IEBuffer_3=0x6606736976617573
95 #}