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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
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_i.h 136 static inline int wpa_sm_set_key(struct wpa_sm *sm, wpa_alg alg, function
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/
wpa_i.h 159 static inline int wpa_sm_set_key(struct wpa_sm *sm, wpa_alg alg, function
wpa.c     [all...]

Completed in 51 milliseconds