I use CoreWLAN for Wi-Fi connection, since macOS 12.5, Wi-Fi can't connect automatically after restarting the computer.
rememberJoinedNetworks is set to true. Same problem with EAP-PEAP, EAP-TLS.
Can't find "com.apple.network.eap.user.item.wlan.ssid" item in keychain.
Here is my code:
BOOL success = [interface associateToEnterpriseNetwork:selectedNetwork
identity:nil
username:username
password:password
error:&err];