Home | History | Annotate | Download | only in hostapd

Lines Matching defs:key_hex

609 	char key_hex[2 * 64 + 1];
625 key_hex[0] = '\0';
630 os_snprintf(&key_hex[i * 2], 3, "%02x",
637 ssid_hex, argv[1], argv[2], key_hex);