# Wireless LAN adapter configuration # case "$ADDRESS" in # PLH - This is for my AP home,*,*,*) INFO="My AP" NICKNAME="sshockAP" ESSID="sshockAP" KEY="FFFF-EEEE-DDDD-CCCC-8888-1234-56" ;; # CS Conference Room school,*,*,*) INFO="CS Conference Room" NICKNAME="conf" ESSID="cs-conference" ;; # BYU Network work,*,*,*) INFO="BYU Network" NICKNAME="byuc0ug4rs" ESSID="byuc0ug4rs" ;; # Default is used when no specific APs can be found default,*,*,*) INFO="" NICKNAME="" ESSID="" ;; # Pick up any Access Point, should work on most 802.11 cards *,*,*,*) ;;