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

/external/wpa_supplicant_8/hostapd/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)
/external/wpa_supplicant_8/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)
/external/wpa_supplicant_8/wpa_supplicant/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 51 milliseconds