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

  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
22 #include "peerkey.h"
48 struct wpa_peerkey *peerkey = timeout_ctx;
55 struct wpa_peerkey *peerkey)
57 eloop_cancel_timeout(wpa_supplicant_smk_timeout, sm, peerkey);
58 os_free(peerkey);
125 int ver, struct wpa_peerkey *peerkey)
134 kde_len = peerkey->rsnie_p_len +
152 os_memcpy(reply->key_nonce, peerkey->pnonce, WPA_NONCE_LEN);
158 pos = wpa_add_ie(pos, peerkey->rsnie_p, peerkey->rsnie_p_len)
178 struct wpa_peerkey *peerkey; local
516 struct wpa_peerkey *peerkey; local
637 struct wpa_peerkey *peerkey; local
998 struct wpa_peerkey *peerkey; local
1115 struct wpa_peerkey *prev, *peerkey = sm->peerkey; local
    [all...]
peerkey.h 2 * WPA Supplicant - PeerKey for Direct Link Setup (DLS)
41 struct wpa_peerkey *peerkey,
44 void peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
55 struct wpa_peerkey *peerkey,
63 peerkey_rx_eapol_4way(struct wpa_sm *sm, struct wpa_peerkey *peerkey,
wpa.c 23 #include "peerkey.h"
1561 struct wpa_peerkey *peerkey = NULL; local
    [all...]
wpa_i.h 89 struct wpa_peerkey *peerkey; member in struct:wpa_sm
  /external/openssl/crypto/evp/
pmeth_fn.c 335 if (ctx->peerkey)
336 EVP_PKEY_free(ctx->peerkey);
337 ctx->peerkey = peer;
343 ctx->peerkey = NULL;
pmeth_lib.c 182 ret->peerkey = NULL;
334 if (pctx->peerkey)
335 CRYPTO_add(&pctx->peerkey->references,1,CRYPTO_LOCK_EVP_PKEY);
337 rctx->peerkey = pctx->peerkey;
373 if (ctx->peerkey)
374 EVP_PKEY_free(ctx->peerkey);
468 return ctx->peerkey;
evp_locl.h 275 EVP_PKEY *peerkey; member in struct:evp_pkey_ctx_st
  /external/openssl/crypto/dh/
dh_pmeth.c 207 if (!ctx->pkey || !ctx->peerkey)
212 ret = DH_compute_key(key, ctx->peerkey->pkey.dh->pub_key,
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 340 * peerkey - Whether PeerKey handshake for direct links is allowed
348 int peerkey; member in struct:wpa_ssid
config_file.c 691 INT(peerkey);
config_winreg.c 923 INT(peerkey);
wpas_glue.c 903 conf.peerkey_enabled = ssid->peerkey;
Makefile 210 OBJS += ../src/rsn_supp/peerkey.o
    [all...]
config.c     [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 175 if (!ctx->pkey || !ctx->peerkey)
189 pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec);
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 45 wconf->peerkey = conf->peerkey;
ap_config.h 272 int peerkey; member in struct:hostapd_bss_config
wpa_auth.h 137 int peerkey; member in struct:wpa_auth_config
wpa_auth_ie.c 223 if (conf->peerkey)
wpa_auth.c 833 /* TODO: key_info type validation for PeerKey */
1017 if (!wpa_auth->conf.peerkey) {
1019 "PeerKey use disabled - ignoring message");
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 226 milliseconds