Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c89 rep->distance = WPA_GET_LE32(pos + 2); in wnm_parse_neighbor_report_elem()
144 rep->bssid_info = WPA_GET_LE32(pos + ETH_ALEN); in wnm_parse_neighbor_report()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h175 static inline u32 WPA_GET_LE32(const u8 *a) in WPA_GET_LE32() function