Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c209 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in ccmp_encrypt()
260 hdr->frame_control |= host_to_le16(BIT(12)); /* Protected Frame */ in ccmp_encrypt_pv1()
335 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in ccmp_256_encrypt()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h57 #define host_to_le16(n) (n) macro
86 #define host_to_le16(n) ((__force le16) (u16) (n)) macro
99 #define host_to_le16(n) __bswap_16(n) macro
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h325 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
Drrm.c586 rep.duration = host_to_le16(data->scan_params.duration); in wpas_add_beacon_rep()