Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h45 static inline unsigned short wpa_swap_16(unsigned short v) in wpa_swap_16() function
58 #define be_to_host16(n) wpa_swap_16(n)
59 #define host_to_be16(n) wpa_swap_16(n)