Home
last modified time | relevance | path

Searched refs:le16toh (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_osdep.h33 #define le16toh(_x) le16_to_cpu(_x) macro
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_utils.c346 seq = le16toh(*(u_int16_t *)(buf + auth_seq_index)); in iot_sim_frame_update()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c764 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_5g()
894 ht_cap = le16toh(htcap->hc_cap); in util_scan_get_phymode_2g()
2172 mlcontrol = le16toh(mlie_fixed->mlcontrol); in util_get_link_info_offset()
2489 (le16toh(*(uint16_t *)hdr->i_seq) >> WLAN_SEQ_SEQ_SHIFT); in util_scan_gen_scan_entry()
2520 scan_entry->bcn_int = le16toh(bcn->beacon_interval); in util_scan_gen_scan_entry()
2528 scan_entry->cap_info.value = le16toh(bcn->capability.value); in util_scan_gen_scan_entry()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
Dwlan_mgmt_txrx_tgt_api.c1187 le16toh(*(uint16_t *)wh->i_seq) >> in mgmt_txrx_frame_hex_dump()
1491 (le16toh(*(uint16_t *)wh->i_seq) >> in tgt_mgmt_txrx_rx_frame_handler()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dutils_mlo.c452 stacontrol = le16toh(stacontrol); in util_parse_bvmlie_perstaprofile_stactrl()
3298 mlcontrol = le16toh(mlie_fixed->mlcontrol); in util_get_mlie_variant()
3558 mlcontrol = le16toh(mlie_fixed->mlcontrol); in util_get_bvmlie_primary_linkid()
3868 mlcontrol = le16toh(mlie_fixed->mlcontrol); in util_get_bvmlie_persta_partner_info()
/wlan-driver/qcacld-3.0/components/cmn_services/logging/src/
Dwlan_connectivity_logging.c984 (le16toh(*(uint16_t *)mac_hdr->i_seq) >> WLAN_SEQ_SEQ_SHIFT); in wlan_connectivity_mgmt_event()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_err.c635 start_seq_num = le16toh(bar->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT; in dp_rx_err_handle_bar()