Searched refs:short_record (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/wps/
H A Dndef.c113 int short_record; local
117 short_record = payload_length < 256 ? 1 : 0;
121 total_len += short_record ? sizeof(u8) : sizeof(u32);
135 if (short_record)
141 if (short_record)

Completed in 50 milliseconds