Home | History | Annotate | Download | only in ap

Lines Matching defs:len

42 				const u8 *buf, size_t len)
52 if (len < sizeof(*ethhdr) + sizeof(*hdr)) {
54 "(len=%lu)", (unsigned long) len);
93 len - sizeof(*ethhdr));
199 size_t len;
204 key = ieee802_1x_get_key(sta->eapol_sm, &len);
205 if (len > PMK_LEN)
206 len = PMK_LEN;
208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
232 u8 *buf, size_t len)
250 ethhdr = os_malloc(sizeof(*ethhdr) + len);
257 os_memcpy(ethhdr + 1, buf, len);
260 sizeof(*ethhdr) + len) < 0) {