Home
last modified time | relevance | path

Searched refs:be32 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/wpa_supplicant/src/eap_peer/
Deap_ttls.h13 be32 avp_code;
14 be32 avp_length; /* 8-bit flags, 24-bit length;
21 be32 avp_code;
22 be32 avp_length; /* 8-bit flags, 24-bit length;
24 be32 vendor_id;
Deap_defs.h82 be32 vendor_type;
Deap_tlv_common.h50 be32 vendor_id;
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Dcommon.h91 #define be_to_host32(n) __builtin_bswap32((__force u32) (be32) (n))
92 #define host_to_be32(n) ((__force be32) __builtin_bswap32((n)))
352 typedef u32 __bitwise be32; typedef
Dcommon.c90 be32 tmp; in wpa_get_ntp_timestamp()