Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c659 static int wpa_ft_process_igtk_subelem(struct wpa_sm *sm, const u8 *igtk_elem, argument
667 if (igtk_elem == NULL) {
673 igtk_elem, igtk_elem_len);
680 if (igtk_elem[8] != WPA_IGTK_LEN) {
682 "%d", igtk_elem[8]);
687 igtk_elem + 9, igtk)) {
700 keyidx = WPA_GET_LE16(igtk_elem);
702 (u8 *)(igtk_elem + 2), 6, igtk, WPA_IGTK_LEN, sm->key_entry_valid) < 0) {