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 143 u8 GMK[WPA_GMK_LEN];
wpa_auth.c 217 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
221 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "GMK rekeyd");
222 wpa_hexdump_key(MSG_DEBUG, "GMK",
223 wpa_auth->group->GMK, WPA_GMK_LEN);
306 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0)
308 wpa_hexdump_key(MSG_DEBUG, "GMK", group->GMK, WPA_GMK_LEN);
351 * Set initial GMK/Counter value here. The actual values that will be
956 * available, the next atempt will trigger GMK/Key
1176 static int wpa_gmk_to_gtk(const u8 *gmk, const char *label, const u8 *addr
    [all...]

Completed in 18 milliseconds