Searched refs:wpa_find_kde (Results 1 – 2 of 2) sorted by relevance
479 extern eapol_wpa2_encap_data_t *wpa_find_kde(const uint8 *parse, uint len, uint8 type);
1035 wpa_find_kde(const uint8 *parse, uint len, uint8 type) in wpa_find_kde() function1053 data = wpa_find_kde(parse, len, WPA2_KEY_DATA_SUBTYPE_GTK); in wpa_find_gtk_encap()1101 data = wpa_find_kde(kde_buf, buf_len, subtype); in wpa_find_kde_data()