Home
last modified time | relevance | path

Searched refs:major (Results 1 – 21 of 21) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_types.h250 uint8_t major; member
255 u_int8_t major; member
452 #define HTT_WIFI_IP(pdev, x, y) (((pdev)->wifi_ip_ver.major == (x)) && \
455 #define HTT_SET_WIFI_IP(pdev, x, y) (((pdev)->wifi_ip_ver.major = (x)) && \
H A Dhtt_t2h.c232 pdev->tgt_ver.major = HTT_VER_CONF_MAJOR_GET(*msg_word); in htt_t2h_lp_msg_handler()
236 pdev->tgt_ver.major, pdev->tgt_ver.minor, in htt_t2h_lp_msg_handler()
239 if (pdev->tgt_ver.major != HTT_CURRENT_VERSION_MAJOR) in htt_t2h_lp_msg_handler()
243 qdf_assert(pdev->tgt_ver.major == in htt_t2h_lp_msg_handler()
H A Dhtt_tx.c107 if (HTT_WIFI_IP_VERSION(pdev->wifi_ip_ver.major, 0x2)) { in htt_tx_desc_get_size()
/wlan-driver/fw-api/fw/
H A Dwmi_version.h65 #define WMI_VER_GET_VERSION_0(major, minor) ( (( major << WMI_VER_MAJOR_BIT_OFFSET ) & WMI_VER_MAJO… argument
H A Dwmi_tlv_helper.h139 A_UINT32 major; member
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_pub.h85 uint8_t major; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_oemdata.h80 uint8_t major; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h255 u_int8_t major; member
259 u_int8_t major; member
H A Ddp_htt.c4105 soc->tgt_ver.major = HTT_VER_CONF_MAJOR_GET(*msg_word);
4109 soc->tgt_ver.major, soc->tgt_ver.minor,
4112 if (soc->tgt_ver.major != HTT_CURRENT_VERSION_MAJOR) {
4118 qdf_assert(soc->tgt_ver.major ==
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_tlv_helper.c1229 if (version_whitelist_table[i].major != my_major_vers) in wmi_versions_can_downgrade()
1247 version_whitelist_table[i].major, in wmi_versions_can_downgrade()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c1325 caps->driver_version.major = wifi_pos_obj->driver_version.major; in wifi_pos_populate_caps()
H A Dwifi_pos_api.c348 wifi_pos_psoc->driver_version.major = val; in wifi_pos_set_drv_ver_major()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
H A Dos_if_wifi_pos.c287 cap_rsp->driver_cap.driver_version.major); in os_if_send_cap_nl_resp()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms515 * into a four-bit major part using the top MSBs and four-bit minor part
531 major: 4;
1209 * The one-byte field is broken into a four-bit major part using
1221 major: 4;
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_oemdata.c96 data_cap->driver_version.major = QWLAN_VERSION_MAJOR; in populate_oem_data_cap()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h647 u_int32_t major; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c6621 pDot11f->Version.major = 0x01;
6692 pDot11f->Version.major =
6851 pDot11f->Version.major =
6923 pDot11f->Version.major = (uint8_t) ((wpsVersion & 0xF0) >> 4);
H A Ddot11f.c926 pDst->major = tmp8__ >> 4 & 0xf; in dot11f_unpack_tlv_version2()
1531 pDst->major = tmp9__ >> 4 & 0xf; in dot11f_unpack_tlv_version()
21794 tmp128__ |= (pSrc->major << 4); in dot11f_pack_tlv_version2()
22766 tmp129__ |= (pSrc->major << 4); in dot11f_pack_tlv_version()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h787 uint8_t major:4; member
1991 uint8_t major:4; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c3538 g_wmi_version_info.major = __WMI_VER_MAJOR_; in wma_open()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DChangeLog