7 #define le16_to_cpu le_to_host16
8 #define le32_to_cpu le_to_host32
10 #define get_unaligned(p) \
12 struct packed_dummy_struct { \
14 } __attribute__((packed)) *__ptr = (void *) (p); \
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((uint16_t *)(p)))
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
wpa_supplicant/hostapd - Default include files
wpa_supplicant/hostapd / common helper functions, etc.