Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c638 u8 *ampe_buf, *crypt = NULL, *pos, *end; in mesh_rsn_process_ampe() local
669 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
670 if ((int) elems_len < ampe_buf - start) in mesh_rsn_process_ampe()
690 aad, aad_len, ampe_buf)) { in mesh_rsn_process_ampe()
698 ampe_buf, crypt_len); in mesh_rsn_process_ampe()
700 ampe_eid = *ampe_buf++; in mesh_rsn_process_ampe()
701 ampe_ie_len = *ampe_buf++; in mesh_rsn_process_ampe()
711 ampe = (struct ieee80211_ampe_ie *) ampe_buf; in mesh_rsn_process_ampe()
713 end = ampe_buf + ampe_ie_len; in mesh_rsn_process_ampe()