Home | History | Annotate | Download | only in eap_server

Lines Matching refs:EAP_PAX_MAC_LEN

108 	pos = wpabuf_put(req, EAP_PAX_MAC_LEN);
128 sizeof(*pax) + 2 + EAP_PAX_MAC_LEN +
144 wpabuf_put_be16(req, EAP_PAX_MAC_LEN);
145 pos = wpabuf_put(req, EAP_PAX_MAC_LEN);
150 pos, EAP_PAX_MAC_LEN);
151 pos += EAP_PAX_MAC_LEN;
155 pos = wpabuf_put(req, EAP_PAX_MAC_LEN);
288 u8 mac[EAP_PAX_MAC_LEN], icvbuf[EAP_PAX_ICV_LEN];
337 if (left < 2 + EAP_PAX_MAC_LEN ||
338 WPA_GET_BE16(pos) != EAP_PAX_MAC_LEN) {
345 pos, EAP_PAX_MAC_LEN);
398 if (os_memcmp(mac, pos, EAP_PAX_MAC_LEN) != 0) {
402 mac, EAP_PAX_MAC_LEN);
407 pos += EAP_PAX_MAC_LEN;
408 left -= EAP_PAX_MAC_LEN;