Home
last modified time | relevance | path

Searched refs:gd (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c70 static bool wpa_supplicant_gtk_in_use(struct wpa_sm *sm, struct wpa_gtk_data *gd);
884 struct wpa_gtk_data *gd) in wpa_supplicant_install_gtk() argument
886 u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk()
890 wpa_hexdump(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk()
893 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk()
894 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk()
895 wpa_supplicant_gtk_in_use(sm, &(sm->gd))) { in wpa_supplicant_install_gtk()
898 gd->keyidx, gd->tx, gd->gtk_len); in wpa_supplicant_install_gtk()
902 "(keyidx=%d tx=%d len=%d).", gd->keyidx, gd->tx, in wpa_supplicant_install_gtk()
903 gd->gtk_len); in wpa_supplicant_install_gtk()
[all …]
Dwpa_i.h86 struct wpa_gtk_data gd; //used for calllback save param member