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 159 u8 GMK[WPA_GMK_LEN];
wpa_auth.c 224 if (random_get_bytes(wpa_auth->group->GMK, WPA_GMK_LEN)) {
228 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "GMK rekeyd");
229 wpa_hexdump_key(MSG_DEBUG, "GMK",
230 wpa_auth->group->GMK, WPA_GMK_LEN);
295 if (random_get_bytes(group->GMK, WPA_GMK_LEN) < 0)
297 wpa_hexdump_key(MSG_DEBUG, "GMK", group->GMK, WPA_GMK_LEN);
340 * Set initial GMK/Counter value here. The actual values that will be
989 * available, the next atempt will trigger GMK/Key
    [all...]

Completed in 50 milliseconds