Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:passphrase

1276 		printf("Invalid PASSPHRASE command: needs two arguments "
1277 "(network id and passphrase)\n");
1283 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "PASSPHRASE-%s:%s",
1286 printf("Too long PASSPHRASE command.\n");
1293 printf("Too long PASSPHRASE command.\n");
1373 " psk (WPA passphrase or pre-shared key)\n"
2557 { "passphrase", wpa_cli_cmd_passphrase, NULL,
2559 "<network id> <passphrase> = configure private key passphrase\n"
2804 "= get the passphrase for a group (GO only)" },