Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_pmo_api.h391 struct app_type1_params *app_type1_params);
H A Dwmi_unified_priv.h1307 struct app_type1_params *app_type1_params);
H A Dwmi_unified_param.h2828 struct app_type1_params { struct
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_pmo_api.c357 struct app_type1_params *app_type1_params) in wmi_unified_app_type1_params_in_fw_cmd() argument
361 wmi_handle, app_type1_params); in wmi_unified_app_type1_params_in_fw_cmd()
H A Dwmi_unified_pmo_tlv.c2003 struct app_type1_params *app_type1_params) in send_app_type1_params_in_fw_cmd_tlv() argument
2024 cmd->vdev_id = app_type1_params->vdev_id; in send_app_type1_params_in_fw_cmd_tlv()
2025 WMI_CHAR_ARRAY_TO_MAC_ADDR(app_type1_params->wakee_mac_addr.bytes, in send_app_type1_params_in_fw_cmd_tlv()
2027 qdf_mem_copy(cmd->ident, app_type1_params->identification_id, 8); in send_app_type1_params_in_fw_cmd_tlv()
2028 cmd->ident_len = app_type1_params->id_length; in send_app_type1_params_in_fw_cmd_tlv()
2029 qdf_mem_copy(cmd->passwd, app_type1_params->password, 16); in send_app_type1_params_in_fw_cmd_tlv()
2030 cmd->passwd_len = app_type1_params->pass_length; in send_app_type1_params_in_fw_cmd_tlv()
2036 QDF_MAC_ADDR_REF(app_type1_params->wakee_mac_addr.bytes), in send_app_type1_params_in_fw_cmd_tlv()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c4208 (struct app_type1_params *)appType1Params); in wma_set_app_type1_params_in_fw()