Home
last modified time | relevance | path

Searched refs:be_to_host32 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h62 #define be_to_host32(n) wpa_swap_32(n) macro
91 #define be_to_host32(n) __builtin_bswap32((__force u32) (be32) (n)) macro
103 #define be_to_host32(n) (n) macro
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_ttls.c851 avp_code = be_to_host32(avp->avp_code); in eap_ttls_parse_avp()
852 avp_length = be_to_host32(avp->avp_length); in eap_ttls_parse_avp()