[WiFi] Clarify arduino wifi debug output (#6907)
PSK can concern different ciphers. Make it clear that it belongs to WPA.
This commit is contained in:
parent
bd83727cd7
commit
9ab81837a2
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ static const char * auth_mode_str(int authmode)
|
|||
return ("WEP");
|
||||
break;
|
||||
case WIFI_AUTH_WPA_PSK:
|
||||
return ("PSK");
|
||||
return ("WPA_PSK");
|
||||
break;
|
||||
case WIFI_AUTH_WPA2_PSK:
|
||||
return ("WPA2_PSK");
|
||||
|
|
|
|||
Loading…
Reference in a new issue