/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_types.h | 250 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 D | htt_t2h.c | 232 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 D | htt_tx.c | 107 if (HTT_WIFI_IP_VERSION(pdev->wifi_ip_ver.major, 0x2)) { in htt_tx_desc_get_size()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_version.h | 65 #define WMI_VER_GET_VERSION_0(major, minor) ( (( major << WMI_VER_MAJOR_BIT_OFFSET ) & WMI_VER_MAJO… argument
|
H A D | wmi_tlv_helper.h | 139 A_UINT32 major; member
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/ |
H A D | wifi_pos_utils_pub.h | 85 uint8_t major; member
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_oemdata.h | 80 uint8_t major; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_htt.h | 255 u_int8_t major; member 259 u_int8_t major; member
|
H A D | dp_htt.c | 4105 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 D | wmi_tlv_helper.c | 1229 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 D | wifi_pos_main.c | 1325 caps->driver_version.major = wifi_pos_obj->driver_version.major; in wifi_pos_populate_caps()
|
H A D | wifi_pos_api.c | 348 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 D | os_if_wifi_pos.c | 287 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 D | dot11f.frms | 515 * 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 D | wlan_hdd_oemdata.c | 96 data_cap->driver_version.major = QWLAN_VERSION_MAJOR; in populate_oem_data_cap()
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma.h | 647 u_int32_t major; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 6621 pDot11f->Version.major = 0x01; 6692 pDot11f->Version.major = 6851 pDot11f->Version.major = 6923 pDot11f->Version.major = (uint8_t) ((wpsVersion & 0xF0) >> 4);
|
H A D | dot11f.c | 926 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 D | dot11f.h | 787 uint8_t major:4; member 1991 uint8_t major:4; member
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 3538 g_wmi_version_info.major = __WMI_VER_MAJOR_; in wma_open()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | ChangeLog |
|