Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwmm.c170 le_to_host32(tspec->mean_data_rate)); in wmm_process_tspec()
172 le_to_host32(tspec->minimum_phy_rate)); in wmm_process_tspec()
183 pps = ((le_to_host32(tspec->mean_data_rate) / 8) + val - 1) / val; in wmm_process_tspec()
187 if (le_to_host32(tspec->minimum_phy_rate) < 1000000) { in wmm_process_tspec()
193 (le_to_host32(tspec->minimum_phy_rate) / 1000000) + in wmm_process_tspec()
Dieee802_11_vht.c56 hapd_nsts = le_to_host32(cap->vht_capabilities_info); in hostapd_eid_vht_capabilities()
444 cap = le_to_host32(neg_vht_cap->vht_capabilities_info); in hostapd_get_vht_capab()
Dieee802_11.c2347 sta_nsts = (le_to_host32(capa->vht_capabilities_info) >> in send_assoc_resp()
/external/wpa_supplicant_8/src/fst/
Dfst_session.c466 if (le_to_host32(req->stie.fsts_id) != s->data.fsts_id) in fst_session_handle_setup_request()
488 fst_session_set_llt(s, FST_LLT_VAL_TO_MS(le_to_host32(req->llt))); in fst_session_handle_setup_request()
490 s->data.fsts_id = le_to_host32(req->stie.fsts_id); in fst_session_handle_setup_request()
552 le_to_host32(res->stie.fsts_id) != s->data.fsts_id) { in fst_session_handle_setup_response()
555 le_to_host32(res->stie.fsts_id)); in fst_session_handle_setup_response()
626 if (le_to_host32(td->fsts_id) != s->data.fsts_id) { in fst_session_handle_tear_down()
629 le_to_host32(td->fsts_id)); in fst_session_handle_tear_down()
677 if (le_to_host32(req->fsts_id) != s->data.fsts_id) { in fst_session_handle_ack_request()
680 le_to_host32(req->fsts_id)); in fst_session_handle_ack_request()
740 if (le_to_host32(res->fsts_id) != s->data.fsts_id) { in fst_session_handle_ack_response()
[all …]
/external/wpa_supplicant_8/src/utils/
Dplatform.h8 #define le32_to_cpu le_to_host32
Dcommon.h140 #define le_to_host32(n) (n) macro
169 #define le_to_host32(n) ((__force u32) (le32) (n)) macro
182 #define le_to_host32(n) bswap_32(n) macro