Searched refs:wpa_sm_set_key (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 332 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc, in wpa_ft_install_ptk() 604 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0, in wpa_ft_process_gtk_subelem() 657 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0, in wpa_ft_process_igtk_subelem()
|
D | wpa_i.h | 156 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, in wpa_sm_set_key() function
|
D | wpa.c | 624 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen, in wpa_supplicant_install_ptk() 702 if (wpa_sm_set_key(sm, gd->alg, NULL, in wpa_supplicant_install_gtk() 711 } else if (wpa_sm_set_key(sm, gd->alg, broadcast_ether_addr, in wpa_supplicant_install_gtk() 820 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in ieee80211w_set_keys() 2872 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_wnmsleep_install_key()
|
D | peerkey.c | 870 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, in wpa_supplicant_process_stk_3_of_4() 892 if (wpa_sm_set_key(sm, peerkey->cipher, peerkey->addr, 0, 1, in wpa_supplicant_process_stk_4_of_4()
|
D | tdls.c | 177 if (wpa_sm_set_key(sm, WPA_ALG_NONE, peer->addr, in wpa_tdls_del_key() 211 if (wpa_sm_set_key(sm, alg, peer->addr, -1, 1, in wpa_tdls_set_key()
|