Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_common.c164 struct rsn_ftie *_ftie; in wpa_ft_mic() local
166 if (ftie_len < 2 + sizeof(*_ftie)) { in wpa_ft_mic()
170 _ftie = (struct rsn_ftie *) (pos + 2); in wpa_ft_mic()
171 os_memset(_ftie->mic, 0, sizeof(_ftie->mic)); in wpa_ft_mic()