mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 21:19:06 +00:00
wireless/wapi: change wapi_psk_cmd error code for invalid alg
This commit is contained in:
parent
f1557dafd3
commit
fe8232fba0
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ static int wapi_psk_cmd(int sock, int argc, FAR char **argv)
|
|||
break;
|
||||
|
||||
default:
|
||||
return -1;
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
ret = wpa_driver_wext_set_auth_param(sock, argv[0],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue