Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPA3 support (SAE) #87

Open
redfast00 opened this issue Dec 19, 2024 · 1 comment
Open

WPA3 support (SAE) #87

redfast00 opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@redfast00
Copy link

Thank you for this project, it has come in useful quite often while developing our own open-source Wi-Fi stack on the ESP32 (see https://github.com/esp32-open-mac).

I saw that there was no WPA3 support yet; would it be possible to add that? I'd be interested in both the handshake (SAE) and in the GCMP encryption mode.

@garywill
Copy link
Owner

Yes, WPA3 is in the plan. But I'm not sure when 🤷‍♂️ (it's been in the plan for a long time)
Theorically simply adding some options into hostapd.conf will do that.

linux-router/lnxrouter

Lines 1877 to 1887 in fe2348a

write_hostapd_conf() {
cat <<- EOF > "$CONFDIR/hostapd.conf"
beacon_int=100
ssid=${SSID}
interface=${AP_IFACE}
driver=${DRIVER}
channel=${CHANNEL}
ctrl_interface=$CONFDIR/hostapd_ctrl
ctrl_interface_group=0
ignore_broadcast_ssid=$HIDDEN
ap_isolate=$ISOLATE_CLIENTS

Recently I don't have spare time to do or test. You can try. I'm also expecting PR

@garywill garywill added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants