Home
last modified time | relevance | path

Searched refs:host_to_le32 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c51 cap->vht_capabilities_info = host_to_le32( in hostapd_eid_vht_capabilities()
60 ~(host_to_le32(hapd_nsts << in hostapd_eid_vht_capabilities()
63 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
370 neg_vht_cap->vht_capabilities_info = host_to_le32(cap); in hostapd_get_vht_capab()
H A Dieee802_11_he.c285 oper->he_oper_params = host_to_le32(params); in hostapd_eid_he_operation()
H A Dwpa_auth_ft.c1193 f_seq->dom = host_to_le32(rkh_seq->tx.dom); in wpa_ft_new_seq()
1194 f_seq->seq = host_to_le32(rkh_seq->tx.seq); in wpa_ft_new_seq()
1195 f_seq->ts = host_to_le32(now.sec); in wpa_ft_new_seq()
/freebsd/contrib/wpa/src/fst/
H A Dfst_session.c343 td.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_send_tear_down()
891 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms)); in fst_session_initiate_setup()
895 req.stie.fsts_id = host_to_le32(fsts_id); in fst_session_initiate_setup()
974 res.stie.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_respond()
1052 req.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_initiate_switch()
1372 req.llt = host_to_le32(FST_LLT_MS_DEFAULT); in fst_test_req_send_fst_request()
1376 req.stie.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_fst_request()
1448 res.stie.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_fst_response()
1497 req.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_ack_request()
1525 res.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_ack_response()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h150 #define host_to_le32(n) (n) macro
180 #define host_to_le32(n) ((__force le32) (u32) (n)) macro
193 #define host_to_le32(n) bswap_32(n) macro
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c305 tspec->mean_data_rate = host_to_le32(params->mean_data_rate); in wmm_ac_build_addts_req()
306 tspec->minimum_phy_rate = host_to_le32(params->minimum_phy_rate); in wmm_ac_build_addts_req()
H A Drrm.c964 rep.parent_tsf = host_to_le32(parent_tsf); in wpas_add_beacon_rep()
H A Dwpa_supplicant.c6311 vhtcaps->vht_capabilities_info = host_to_le32(ssid->vht_capa); in wpa_supplicant_apply_vht_overrides()
6312 vhtcaps_mask->vht_capabilities_info = host_to_le32(ssid->vht_capa_mask); in wpa_supplicant_apply_vht_overrides()