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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_vht.c50 cap->vht_capabilities_info = host_to_le32(
59 ~(host_to_le32(hapd_nsts <<
62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET);
516 neg_vht_cap->vht_capabilities_info = host_to_le32(cap);
H A Dieee802_11_he.c167 oper->he_oper_params = host_to_le32(params);
H A Dwpa_auth_ft.c1157 f_seq->dom = host_to_le32(rkh_seq->tx.dom);
1158 f_seq->seq = host_to_le32(rkh_seq->tx.seq);
1159 f_seq->ts = host_to_le32(now.sec);
/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_session.c345 td.fsts_id = host_to_le32(s->data.fsts_id);
893 req.llt = host_to_le32(FST_LLT_MS_TO_VAL(s->data.llt_ms));
897 req.stie.fsts_id = host_to_le32(fsts_id);
976 res.stie.fsts_id = host_to_le32(s->data.fsts_id);
1054 req.fsts_id = host_to_le32(s->data.fsts_id);
1374 req.llt = host_to_le32(FST_LLT_MS_DEFAULT);
1378 req.stie.fsts_id = host_to_le32(fsts_id);
1450 res.stie.fsts_id = host_to_le32(fsts_id);
1499 req.fsts_id = host_to_le32(fsts_id);
1527 res.fsts_id = host_to_le32(fsts_i
[all...]
/freebsd-13-stable/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-13-stable/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.c305 tspec->mean_data_rate = host_to_le32(params->mean_data_rate);
306 tspec->minimum_phy_rate = host_to_le32(params->minimum_phy_rate);
H A Drrm.c936 rep.parent_tsf = host_to_le32(parent_tsf);
H A Dwpa_supplicant.c4777 vhtcaps->vht_capabilities_info = host_to_le32(ssid->vht_capa);
4778 vhtcaps_mask->vht_capabilities_info = host_to_le32(ssid->vht_capa_mask);

Completed in 212 milliseconds