sysprog21 / vwifi

A virtual wireless device driver for Linux
MIT License
205 stars 39 forks source link

WPA2 does not work #29

Closed Marco-Israel closed 1 year ago

Marco-Israel commented 2 years ago

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
rickywu0421 commented 2 years ago

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.

jserv commented 1 year ago

Close via commit 77bfcc2