HomeSort by: relevance | last modified time | path
    Searched defs:ieee802_1x_auth_get_msk (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_kay.c 356 static int ieee802_1x_auth_get_msk(struct hostapd_data *hapd, function
408 if (ieee802_1x_auth_get_msk(hapd, sta, msk->key, &msk->len)) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpas_kay.c 273 static int ieee802_1x_auth_get_msk(struct wpa_supplicant *wpa_s, const u8 *addr, function
326 if (ieee802_1x_auth_get_msk(wpa_s, wpa_s->bssid, msk->key, &msk->len)) {

Completed in 14 milliseconds