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

  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.h 26 const char *key_hex; member in struct:wps_new_ap_settings
wpa_cli.c 838 char key_hex[2 * 64 + 1]; local
848 key_hex[0] = '\0';
853 os_snprintf(&key_hex[i * 2], 3, "%02x",
861 key_hex);
967 char key_hex[2 * 64 + 1]; local
977 key_hex[0] = '\0';
982 os_snprintf(&key_hex[i * 2], 3, "%02x",
990 key_hex);
    [all...]
wps_supplicant.c 1026 settings->encr, settings->key_hex);
    [all...]
ctrl_iface.c 762 ap.key_hex = new_key;
909 ap.key_hex = new_key;
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 544 char key_hex[2 * 64 + 1]; local
560 key_hex[0] = '\0';
565 os_snprintf(&key_hex[i * 2], 3, "%02x",
572 ssid_hex, argv[1], argv[2], key_hex);

Completed in 378 milliseconds