Searched refs:GMK (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_i.h | 192 u8 GMK[WPA_GMK_LEN]; member
|
H A D | wpa_auth.c | 332 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) { in wpa_rekey_gmk() 336 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "GMK rekeyd"); in wpa_rekey_gmk() 337 wpa_hexdump_key(MSG_DEBUG, "GMK", in wpa_rekey_gmk() 338 wpa_auth->group->GMK, WPA_GMK_LEN); in wpa_rekey_gmk() 423 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0) in wpa_group_init_gmk_and_counter() 425 wpa_hexdump_key(MSG_DEBUG, "GMK", group->GMK, WPA_GMK_LEN); in wpa_group_init_gmk_and_counter() 471 * Set initial GMK/Counter value here. The actual values that will be in wpa_group_init() 1276 * available, the next atempt will trigger GMK/Key in wpa_receive() 1461 /* GTK = PRF-X(GMK, "Grou in wpa_gmk_to_gtk() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_i.h | 187 u8 GMK[WPA_GMK_LEN]; member
|
H A D | wpa_auth.c | 274 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) { in wpa_rekey_gmk() 278 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "GMK rekeyd"); in wpa_rekey_gmk() 279 wpa_hexdump_key(MSG_DEBUG, "GMK", in wpa_rekey_gmk() 280 wpa_auth->group->GMK, WPA_GMK_LEN); in wpa_rekey_gmk() 365 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0) in wpa_group_init_gmk_and_counter() 367 wpa_hexdump_key(MSG_DEBUG, "GMK", group->GMK, WPA_GMK_LEN); in wpa_group_init_gmk_and_counter() 414 * Set initial GMK/Counter value here. The actual values that will be in wpa_group_init() 1195 * available, the next atempt will trigger GMK/Key in wpa_receive() 1382 /* GTK = PRF-X(GMK, "Grou in wpa_gmk_to_gtk() [all...] |
Completed in 9 milliseconds