Searched defs:wpa_ft_ies (Results 1 – 1 of 1) sorted by relevance
476 struct wpa_ft_ies { struct477 const u8 *mdie;478 size_t mdie_len;479 const u8 *ftie;480 size_t ftie_len;481 const u8 *r1kh_id;482 const u8 *gtk;483 size_t gtk_len;484 const u8 *r0kh_id;485 size_t r0kh_id_len;[all …]