Searched refs:host_to_le32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_vht.c49 cap->vht_capabilities_info = host_to_le32(
295 neg_vht_cap->vht_capabilities_info = host_to_le32(cap);
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h141 #define host_to_le32(n) (n) macro
170 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
183 #define host_to_le32(n) bswap_32(n) macro
/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst_session.c344 td.fsts_id = host_to_le32(s->data.fsts_id);
905 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms));
909 req.stie.fsts_id = host_to_le32(fsts_id);
1065 req.fsts_id = host_to_le32(s->data.fsts_id);
1385 req.llt = host_to_le32(FST_LLT_MS_DEFAULT);
1389 req.stie.fsts_id = host_to_le32(fsts_id);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c308 tspec->mean_data_rate = host_to_le32(params->mean_data_rate);
309 tspec->minimum_phy_rate = host_to_le32(params->minimum_phy_rate);

Completed in 119 milliseconds