Lines Matching full:passphrase
1278 printf("Invalid PASSPHRASE command: needs two arguments "
1279 "(network id and passphrase)\n");
1285 ret = os_snprintf(pos, end - pos, WPA_CTRL_RSP "PASSPHRASE-%s:%s",
1288 printf("Too long PASSPHRASE command.\n");
1295 printf("Too long PASSPHRASE command.\n");
1375 " psk (WPA passphrase or pre-shared key)\n"
2485 { "passphrase", wpa_cli_cmd_passphrase, NULL,
2487 "<network id> <passphrase> = configure private key passphrase\n"
2721 "= get the passphrase for a group (GO only)" },