Ok I think I have a really promising course of action to fix this.
Does anyone know anything about the wpa_supplicant "key_mgmt" setting in the context of a PEAP network. Would have this set to WPA-EAP potentially produce the MIC validation error we are seeing?
I will test this tomorrow and post back the result.
In our wpa_supplicant.conf file we have been using the line:
key_mgmt=WPA-EAP
It seems that changing this to this might work:
key_mgmt=IEEE8021X
I found these two links which pointed me at this as being the potential cause.
https://w1.fi/cgit/hostap/plain/wpa_sup ... 8021x.conf
https://w1.fi/cgit/hostap/plain/wpa_sup ... -ccmp.conf
For reference our wpa_supplicant.conf file looks like this currently:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface=DIR=/var/run/wpa_supplicant
ctrl_interface_group=0
p2p_disabled=1
update_config=1
network={
ssid="exampleNetwork"
priority=1
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="exampleUsername"
password="examplePassword"
phase2="auth=MSCHAPV2"
}
Does anyone know anything about the wpa_supplicant "key_mgmt" setting in the context of a PEAP network. Would have this set to WPA-EAP potentially produce the MIC validation error we are seeing?
I will test this tomorrow and post back the result.
In our wpa_supplicant.conf file we have been using the line:
key_mgmt=WPA-EAP
It seems that changing this to this might work:
key_mgmt=IEEE8021X
I found these two links which pointed me at this as being the potential cause.
https://w1.fi/cgit/hostap/plain/wpa_sup ... 8021x.conf
https://w1.fi/cgit/hostap/plain/wpa_sup ... -ccmp.conf
For reference our wpa_supplicant.conf file looks like this currently:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface=DIR=/var/run/wpa_supplicant
ctrl_interface_group=0
p2p_disabled=1
update_config=1
network={
ssid="exampleNetwork"
priority=1
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="exampleUsername"
password="examplePassword"
phase2="auth=MSCHAPV2"
}
Statistics: Posted by overclockedToaster — Mon Aug 05, 2024 6:39 pm