commit | 6827ec0d93d9bc6dd727ee61ca1941314db5f89b | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Thu Oct 17 11:14:15 2024 +0300 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed Oct 23 17:00:45 2024 +0200 |
tree | 72a0cb24548386b71775e544cd30edfa0e74b44f | |
parent | 0edb64db5f47a4b4a5df957621087b4005b0d9f5 [diff] |
hostap: P2P needs EAPOL to select it The P2P support needs EAPOL support in order to avoid a compilation error about missing eap field in wpa_ssid struct. modules/lib/hostap/wpa_supplicant/wpa_supplicant.c:5102:65: error: ‘struct wpa_ssid’ has no member named ‘eap’ 5102 | eap_is_wps_pin_enrollee(&wpa_s->current_ssid->eap)) { Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>