
27
9) To build the package.
# make all
10) To install the package.
# make install
11) Edit the /etc/pcmcia/wlan-ng.opts file for configuration. These options are set every time you
insert a card.
# cd /etc/pcmcia
# vi /etc/pcmcia/wlan-ng.opts
; Do we want to enable the card at all? It always sets to 'y'.
; Set to 'n' if you wish to load the flash.
WLAN_ENABLE=y
; Download code/data?
; If you want to configure the card for station,set WLAN_DOWNLOAD to 'n'.
WLAN_DOWNLOAD=n
DLIMAGE=/etc/wlan/t10002c0.hex
; Enable Privacy?
PRIV_ENABLE=n
PRIV_DEFKEY=1
PRIV_EXCLUDE=true
; Use the genstr to generate keys or set them explicitly
PRIV_GENSTR="12345"
PRIV_KEY0=
PRIV_KEY1=
PRIV_KEY2=
PRIV_KEY3=
; Do we want to be an AP? If not, set IS_AP to 'n'.
; If you want to configure the card for station, set IS_AP to 'n' and
; jump to the end to modify DESIRED_SSID.
IS_AP=n
APBRIDGEDEVICE=eth0
APSSID="WLAN_PRISM2"
APBCNINT=100