Searched refs:host_to_le16 (Results 1 – 4 of 4) sorted by relevance
209 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()
57 #define host_to_le16(n) (n) macro86 #define host_to_le16(n) ((__force le16) (u16) (n)) macro99 #define host_to_le16(n) __bswap_16(n) macro
325 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
586 rep.duration = host_to_le16(data->scan_params.duration); in wpas_add_beacon_rep()