You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
using the -k option without logging the ssid is not very helpful. I put log level on verbose debugging and startet hostapd-wpe. On my tablet I created an EAP profile with a different ssid. hostaped-wpe logged the handshake but not the ssid.
This code seems not get executed:
wpa_printf(MSG_MSGDUMP,"[WPE] Probe request from " MACSTR ", changing SSID to '%s'", MAC2STR(mgmt->sa), wpa_ssid_txt(elems.ssid, elems.ssid_len));
The text was updated successfully, but these errors were encountered:
Hey,
using the -k option without logging the ssid is not very helpful. I put log level on verbose debugging and startet hostapd-wpe. On my tablet I created an EAP profile with a different ssid. hostaped-wpe logged the handshake but not the ssid.
This code seems not get executed:
wpa_printf(MSG_MSGDUMP,"[WPE] Probe request from " MACSTR ", changing SSID to '%s'", MAC2STR(mgmt->sa), wpa_ssid_txt(elems.ssid, elems.ssid_len));
The text was updated successfully, but these errors were encountered: