Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h50 static inline unsigned int wpa_swap_32(unsigned int v) in wpa_swap_32() function
62 #define be_to_host32(n) wpa_swap_32(n)
63 #define host_to_be32(n) wpa_swap_32(n)