0

I am working with wpa_supplicant-0.7.3 .

Some time password entry by a user is wrong and it cause connection error.

I want to know , how to obtain the cause of connection error of wpa_supplicant in normal mode with status or event notice?

user229044
  • 232,980
  • 40
  • 330
  • 338
Ashish Yadav
  • 301
  • 7
  • 15

1 Answers1

0

The wpa_supplicant logs would indicate a reason code for failure. Look at the wpa_supplicant header file to find the reason corresponding to the code (src/common/defs.h)

Also this link would help https://supportforums.cisco.com/docs/DOC-14033

vishalm
  • 477
  • 5
  • 12