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

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 25 const char *key_hex; member in struct:wps_new_ap_settings
wpa_cli.c 886 char key_hex[2 * 64 + 1]; local
896 key_hex[0] = '\0';
901 os_snprintf(&key_hex[i * 2], 3, "%02x",
909 key_hex);
1088 char key_hex[2 * 64 + 1]; local
1098 key_hex[0] = '\0';
1103 os_snprintf(&key_hex[i * 2], 3, "%02x",
1111 key_hex);
    [all...]
wps_supplicant.c 1014 settings->encr, settings->key_hex);
    [all...]
ctrl_iface.c 588 ap.key_hex = new_key;
735 ap.key_hex = new_key;
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 455 char key_hex[2 * 64 + 1]; local
471 key_hex[0] = '\0';
476 os_snprintf(&key_hex[i * 2], 3, "%02x",
483 ssid_hex, argv[1], argv[2], key_hex);

Completed in 95 milliseconds