Searched refs:wpa_sm_set_key (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_ft.c | 510 if (wpa_sm_set_key(sm, -1, alg, bssid, 0, 1, null_rsc, sizeof(null_rsc), in wpa_ft_install_ptk() 871 if (wpa_sm_set_key(sm, -1, alg, broadcast_ether_addr, keyidx, 0, in wpa_ft_process_gtk_subelem() 938 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem() 1006 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
|
H A D | wpa.c | 1231 if (wpa_sm_set_key(sm, -1, alg, wpa_sm_get_auth_addr(sm), in wpa_supplicant_install_ptk() 1280 if (wpa_sm_set_key(sm, -1, 0, wpa_sm_get_auth_addr(sm), in wpa_supplicant_activate_ptk() 1361 if (wpa_sm_set_key(sm, -1, gd->alg, NULL, in wpa_supplicant_install_gtk() 1371 } else if (wpa_sm_set_key(sm, -1, gd->alg, broadcast_ether_addr, in wpa_supplicant_install_gtk() 1431 if (wpa_sm_set_key(sm, link_id, gd->alg, broadcast_ether_addr, in wpa_supplicant_install_mlo_gtk() 1659 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk() 1728 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk() 1780 if (wpa_sm_set_key(sm, link_id, in wpa_supplicant_install_mlo_igtk() 1840 if (wpa_sm_set_key(sm, link_id, in wpa_supplicant_install_mlo_bigtk() 6382 if (wpa_sm_set_key(sm, -1, alg, wpa_sm_get_auth_addr(sm), 0, 1, in fils_process_assoc_resp()
|
H A D | wpa_i.h | 253 static inline int wpa_sm_set_key(struct wpa_sm *sm, int link_id, in wpa_sm_set_key() function
|
H A D | tdls.c | 197 if (wpa_sm_set_key(sm, -1, WPA_ALG_NONE, peer->addr, in wpa_tdls_del_key() 247 if (wpa_sm_set_key(sm, -1, alg, peer->addr, 0, 1, rsc, sizeof(rsc), in wpa_tdls_set_key()
|