On 03.01.12 21:51, Andrey N. Oktyabrski wrote:
On 03.01.12 16:30, Matthias Rampke wrote:
you need
wlans_ath0="wlan0"
ifconfig_wlan0="wlanmode hostap inet 192.168.2.234 netmask
255.255.255.0 ssid thinkpot nwkey topsecretpswd authmode shared mode
11g pureg hidessid"
No luck, ifconfig complains about "invalid parameter wlanmode". Can
anybody provide an example rc.conf settings for AP mode?
Thank you, it works:
wlans_ath0="wlan0"
create_args_wlan0="wlanmode hostap"
ifconfig_wlan0="inet 192.168.2.234 netmask 255.255.255.0 ssid thinkpot
nwkey topsecretpswd authmode shared mode 11g pureg hidessid"