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 106 int short_record; local
110 short_record = payload_length < 256 ? 1 : 0;
114 total_len += short_record ? sizeof(u8) : sizeof(u32);
128 if (short_record)
134 if (short_record)

Completed in 1008 milliseconds