The handbook suggests that these settings can be used for WPA in FreeBSD:

wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"

But as far as I'm concerned this very settings can be used for WEP.
So what does "WPA" here stand for?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Judging by the code inside /etc/network.subr, "WPA" is a pseudo argument which triggers invocation of wpa_supplicant.

link|improve this answer
feedback

WPA indicate that the wireless device wlan0 use WPA security protocols.

For WEP:

wepmode on
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.