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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 145 u8 GMK[WPA_GMK_LEN];
wpa_auth.c 221 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
225 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "GMK rekeyd");
226 wpa_hexdump_key(MSG_DEBUG, "GMK",
227 wpa_auth->group->GMK, WPA_GMK_LEN);
292 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0)
294 wpa_hexdump_key(MSG_DEBUG, "GMK", group->GMK, WPA_GMK_LEN);
337 * Set initial GMK/Counter value here. The actual values that will be
948 * available, the next atempt will trigger GMK/Key
1169 static int wpa_gmk_to_gtk(const u8 *gmk, const char *label, const u8 *addr
    [all...]

Completed in 33 milliseconds