vwifi icon indicating copy to clipboard operation
vwifi copied to clipboard

WP2 does not work

Open Marco-Israel opened this issue 1 year ago • 1 comments

Hello,

I tried the module. But when I added WPA2 configuration parameter to hostapd.conf, I can not start the access point:

The daemon breaks with the error "Could not determine operating frequency".

the hostapd.conf looks like


interface=owl0
driver=nl80211

hw_mode=g
channel=1
ssid=TestSSID

wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP
wpa_passphrase=12345678

Marco-Israel avatar Oct 11 '22 09:10 Marco-Israel

Hi, currently vwifi doesn't support any cipher suite and key mgmt. So WPA/WPA2/WPA3 won't work on it.

Still, hw_mode in 802.11g and 2GHz band with 1st channel won't work until PR#30. Please check for it.

rickywu0421 avatar Oct 11 '22 18:10 rickywu0421