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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c107 int short_record; local
111 short_record = payload_length < 256 ? 1 : 0;
115 total_len += short_record ? sizeof(u8) : sizeof(u32);
129 if (short_record)
135 if (short_record)
/external/wpa_supplicant_8/src/wps/
H A Dndef.c107 int short_record; local
111 short_record = payload_length < 256 ? 1 : 0;
115 total_len += short_record ? sizeof(u8) : sizeof(u32);
129 if (short_record)
135 if (short_record)
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c107 int short_record; local
111 short_record = payload_length < 256 ? 1 : 0;
115 total_len += short_record ? sizeof(u8) : sizeof(u32);
129 if (short_record)
135 if (short_record)

Completed in 117 milliseconds