HomeSort by relevance Sort by last modified time
    Searched full:short_record (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/wps/
ndef.c 111 int short_record; local
114 short_record = payload_length < 256 ? 1 : 0;
118 total_len += short_record ? sizeof(u8) : sizeof(u32);
132 if (short_record)
138 if (short_record)

Completed in 423 milliseconds