HomeSort by relevance Sort by last modified time
    Searched defs:key_hex (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 31 const char *key_hex; member in struct:wps_new_ap_settings
wpa_cli.c 708 char key_hex[2 * 64 + 1]; local
718 key_hex[0] = '\0';
723 os_snprintf(&key_hex[i * 2], 3, "%02x",
731 key_hex);
910 char key_hex[2 * 64 + 1]; local
920 key_hex[0] = '\0';
925 os_snprintf(&key_hex[i * 2], 3, "%02x",
933 key_hex);
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 475 char key_hex[2 * 64 + 1]; local
491 key_hex[0] = '\0';
496 os_snprintf(&key_hex[i * 2], 3, "%02x",
503 ssid_hex, argv[1], argv[2], key_hex);

Completed in 172 milliseconds