Searched refs:g_dev_sign (Results 1 – 1 of 1) sorted by relevance
26 static uint8_t *g_dev_sign; /* pointer to dev_name_len start pos */ variable124 g_dev_sign = &enrollee_frame[len]; in awss_init_enrollee_info()150 g_dev_sign = NULL; in awss_destroy_enrollee_info()189 if (!g_dev_sign || in decrypt_ssid_passwd()190 memcmp(g_dev_sign, p_dev_name_sign + 1, p_dev_name_sign[0])) { in decrypt_ssid_passwd()194 if (g_dev_sign) in decrypt_ssid_passwd()195 dump_hex(g_dev_sign, p_dev_name_sign[0], 16); in decrypt_ssid_passwd()
Completed in 3 milliseconds