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

  /src/external/bsd/wpa/dist/src/ap/
pmksa_cache_auth.h 28 u8 *dpp_pkhash; /* SHA256_MAC_LEN octet hash value of DPP Connector member in struct:rsn_pmksa_cache_entry
ctrl_iface_ap.c 241 const u8 *dpp_pkhash; local
464 dpp_pkhash = ap_sta_wpa_get_dpp_pkhash(hapd, sta);
465 if (dpp_pkhash) {
466 ret = os_snprintf(buf + len, buflen - len, "dpp_pkhash=");
469 len += wpa_snprintf_hex(buf + len, buflen - len, dpp_pkhash,
sta_info.c 1527 const u8 *dpp_pkhash; local
1552 dpp_pkhash = ap_sta_wpa_get_dpp_pkhash(hapd, sta);
1553 if (dpp_pkhash) {
1554 const char *prefix = " dpp_pkhash=";
1561 dpp_pkhash, SHA256_MAC_LEN);

Completed in 63 milliseconds