hostapd: Debug messages for dodgy RADIUS servers
These were helpful when tracking down why hostapd did not work properly with a RADIUS server. Signed-hostap: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
ad905e4a79
commit
400de9b1fe
4 changed files with 28 additions and 6 deletions
|
@ -1839,7 +1839,8 @@ SM_STATE(WPA_PTK, INITPMK)
|
|||
}
|
||||
#endif /* CONFIG_IEEE80211R */
|
||||
} else {
|
||||
wpa_printf(MSG_DEBUG, "WPA: Could not get PMK");
|
||||
wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p",
|
||||
sm->wpa_auth->cb.get_msk);
|
||||
}
|
||||
|
||||
sm->req_replay_counter_used = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue