[Bug 284095] net-mgmt/wifimgr: wpa_supp licant: unknown network fields: eappsk, nai …
Date: Thu, 16 Jan 2025 13:42:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284095 --- Comment #2 from J.R. Oldroyd <fbsd@opal.com> --- It appears that config fields "eappsk" and "nai" have been removed from wpa_supplicant. See this note in src/contrib/wpa/wpa_supplicant/ChangeLog: 2008-02-22 - v0.6.3 * removed 'nai' and 'eappsk' network configuration variables that were previously used for configuring user identity and key for EAP-PSK, EAP-PAX, EAP-SAKE, and EAP-GPSK. 'identity' field is now used as the replacement for 'nai' (if old configuration used a separate 'identity' value, that would now be configured as 'anonymous_identity'). 'password' field is now used as the replacement for 'eappsk' (it can also be set using hexstring to present random binary data) wifimgr still supports these parameters but your wpa_supplicant does not. For now, you should remove the values you have for these fields and use the "password" and "identity" fields instead per the note above. I guess I should remove support for these fields from wifimgr. I would note that these fields are still documented in wpa_supplicant.conf(5) so that probably needs updating to remove them too. -- You are receiving this mail because: You are the assignee for the bug.