Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c50 cap->vht_capabilities_info = host_to_le32( in hostapd_eid_vht_capabilities()
59 ~(host_to_le32(hapd_nsts << in hostapd_eid_vht_capabilities()
62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
493 neg_vht_cap->vht_capabilities_info = host_to_le32(cap); in hostapd_get_vht_capab()
/external/wpa_supplicant_8/src/fst/
Dfst_session.c345 td.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_send_tear_down()
893 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms)); in fst_session_initiate_setup()
897 req.stie.fsts_id = host_to_le32(fsts_id); in fst_session_initiate_setup()
976 res.stie.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_respond()
1054 req.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_initiate_switch()
1374 req.llt = host_to_le32(FST_LLT_MS_DEFAULT); in fst_test_req_send_fst_request()
1378 req.stie.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_fst_request()
1450 res.stie.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_fst_response()
1499 req.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_ack_request()
1527 res.fsts_id = host_to_le32(fsts_id); in fst_test_req_send_ack_response()
[all …]
/external/wpa_supplicant_8/src/utils/
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
/external/wpa_supplicant_8/wpa_supplicant/
Dwmm_ac.c308 tspec->mean_data_rate = host_to_le32(params->mean_data_rate); in wmm_ac_build_addts_req()
309 tspec->minimum_phy_rate = host_to_le32(params->minimum_phy_rate); in wmm_ac_build_addts_req()
Drrm.c819 rep->parent_tsf = host_to_le32(parent_tsf); in wpas_add_beacon_rep()
Dwpa_supplicant.c3993 vhtcaps->vht_capabilities_info = host_to_le32(ssid->vht_capa); in wpa_supplicant_apply_vht_overrides()
3994 vhtcaps_mask->vht_capabilities_info = host_to_le32(ssid->vht_capa_mask); in wpa_supplicant_apply_vht_overrides()