Home
last modified time | relevance | path

Searched refs:afc_wfa_version (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/regulatory/inc/
H A Dwlan_reg_afc.h253 uint32_t afc_wfa_version; member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dreg_services_public_struct.h1459 uint32_t afc_wfa_version; member
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h38091 …A_UINT32 afc_wfa_version; /* Version defined in AFC spec document. bits 15:0 -- minor version &… member
38424 #define WMI_AFC_WFA_MINOR_VERSION_GET(afc_wfa_version) WMI_GET_BITS(afc_wfa_version, 0,… argument
38425 #define WMI_AFC_WFA_MINOR_VERSION_SET(afc_wfa_version, value) WMI_SET_BITS(afc_wfa_version, 0,… argument
38426 #define WMI_AFC_WFA_MAJOR_VERSION_GET(afc_wfa_version) WMI_GET_BITS(afc_wfa_version, 16… argument
38427 #define WMI_AFC_WFA_MAJOR_VERSION_SET(afc_wfa_version, value) WMI_SET_BITS(afc_wfa_version, 16… argument
38552 A_UINT32 afc_wfa_version; /* bits 15:0 -- minor version member
38566 A_UINT32 afc_wfa_version; /* bits 15:0 -- minor version member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c17109 power_info->afc_wfa_version = in copy_afc_event_fixed_hdr_power_info()
17110 WMI_AFC_WFA_MINOR_VERSION_GET(afc_power_event_hdr->afc_wfa_version); in copy_afc_event_fixed_hdr_power_info()
17111 power_info->afc_wfa_version |= in copy_afc_event_fixed_hdr_power_info()
17112 WMI_AFC_WFA_MAJOR_VERSION_GET(afc_power_event_hdr->afc_wfa_version); in copy_afc_event_fixed_hdr_power_info()
17132 power_info->afc_wfa_version, in copy_afc_event_fixed_hdr_power_info()