/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_8/src/rsn_supp/ |
wpa_i.h | 152 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, function
|
wpa_ft.c | 341 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc, 618 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0, 670 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
|
wpa.c | 546 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen, 651 if (wpa_sm_set_key(sm, gd->alg, NULL, 659 } else if (wpa_sm_set_key(sm, gd->alg, broadcast_ether_addr, 765 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, [all...] |
peerkey.c | 890 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, 910 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, [all...] |
tdls.c | 146 if (wpa_sm_set_key(sm, WPA_ALG_NONE, peer->addr, 180 if (wpa_sm_set_key(sm, alg, peer->addr, -1, 1, [all...] |