Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dmesh_rsn.c637 u8 *ampe_buf, *crypt = NULL, *pos, *end; in mesh_rsn_process_ampe() local
668 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
669 if ((int) elems_len < ampe_buf - start) in mesh_rsn_process_ampe()
689 aad, aad_len, ampe_buf)) { in mesh_rsn_process_ampe()
697 ampe_buf, crypt_len); in mesh_rsn_process_ampe()
699 ampe_eid = *ampe_buf++; in mesh_rsn_process_ampe()
700 ampe_ie_len = *ampe_buf++; in mesh_rsn_process_ampe()
710 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe()
712 end = ampe_buf + ampe_ie_len; in mesh_rsn_process_ampe()