Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:printf

28 		printf("usage: wpa_passphrase <ssid> [passphrase]\n"
39 printf("# reading passphrase from stdin\n");
41 printf("Failed to read passphrase\n");
57 printf("Passphrase must be 8..63 characters\n");
63 printf("network={\n");
64 printf("\tssid=\"%s\"\n", ssid);
65 printf("\t#psk=\"%s\"\n", passphrase);
66 printf("\tpsk=");
68 printf("%02x", psk[i]);
69 printf("\n");
70 printf("}\n");