View Single Post
  #3   (View Single Post)  
Old 1st April 2012
denta denta is offline
Shell Scout
 
Join Date: Nov 2009
Location: Sweden
Posts: 95
Default

Quote:
Originally Posted by npumcrisz View Post
I want to set this router as an access point (host AP)
I need to use 802.11 a/b/g and n
set the channel to 8
ESSID: mangoroes
wpa : {lets say concorde9concorde9concorde}
From the caveat section of athn(4):

Code:
The athn driver does not support any of the 802.11n capabilities offered
by the adapters.  Additional work is required in ieee80211(9) before
those features can be supported.
Other than that, you could set it up with /etc/hostname.athn0 something like
Code:
mediaopt hostap
media autoselect
nwid mangoroes
chan 8
wpakey 'blablapass'
Reply With Quote