Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h56 #define le_to_host16(n) (n) macro
85 #define le_to_host16(n) ((__force u16) (le16) (n)) macro
98 #define le_to_host16(n) __bswap_16(n) macro
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c28 fc = le_to_host16(hdr->frame_control); in ccmp_aad_nonce()
54 seq = le_to_host16(hdr->seq_ctrl); in ccmp_aad_nonce()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c814 rand_interval = le_to_host16(req->rand_interval); in wpas_rm_handle_beacon_req()
858 params->duration = le_to_host16(req->duration); in wpas_rm_handle_beacon_req()