Lines Matching full:passphrase
1397 printf("Invalid PASSPHRASE command: needs two arguments "
1398 "(network id and passphrase)\n");
1404 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "PASSPHRASE-%s:%s",
1407 printf("Too long PASSPHRASE command.\n");
1414 printf("Too long PASSPHRASE command.\n");
1500 " psk (WPA passphrase or pre-shared key)\n"
2982 { "passphrase", wpa_cli_cmd_passphrase, NULL,
2984 "<network id> <passphrase> = configure private key passphrase\n"
3261 "= get the passphrase for a group (GO only)" },