HomeSort by relevance Sort by last modified time
    Searched full:wpa_sm_set_key (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant/
wpa_i.h 159 static inline int wpa_sm_set_key(struct wpa_sm *sm, wpa_alg alg, function
wpa.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 136 static inline int wpa_sm_set_key(struct wpa_sm *sm, wpa_alg alg, function
wpa_ft.c 416 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc,
666 if (wpa_sm_set_key(sm, alg, (u8 *) "\xff\xff\xff\xff\xff\xff",
719 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, (u8 *) "\xff\xff\xff\xff\xff\xff",
wpa.c 550 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
651 if (wpa_sm_set_key(sm, gd->alg,
659 } else if (wpa_sm_set_key(sm, gd->alg,
763 if (wpa_sm_set_key(sm, WPA_ALG_IGTK,
    [all...]
peerkey.c 893 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1,
913 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 149 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, function
wpa_ft.c 522 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc,
799 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
851 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
peerkey.c 896 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1,
916 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1,
    [all...]
wpa.c 549 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
654 if (wpa_sm_set_key(sm, gd->alg, NULL,
662 } else if (wpa_sm_set_key(sm, gd->alg, broadcast_ether_addr,
768 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr,
    [all...]
tdls.c 145 if (wpa_sm_set_key(sm, WPA_ALG_NONE, peer->addr,
179 if (wpa_sm_set_key(sm, alg, peer->addr, -1, 1,
    [all...]

Completed in 433 milliseconds