/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 146 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, function
|
wpa_ft.c | 333 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc, 606 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0, 658 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
|
wpa.c | 545 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen, 620 if (wpa_sm_set_key(sm, gd->alg, NULL, 628 } else if (wpa_sm_set_key(sm, gd->alg, broadcast_ether_addr, 730 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, [all...] |
peerkey.c | 882 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, 902 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, [all...] |
tdls.c | 162 if (wpa_sm_set_key(sm, WPA_ALG_NONE, peer->addr, 196 if (wpa_sm_set_key(sm, alg, peer->addr, -1, 1, [all...] |