Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.h2453 #define WMI_NLO_CONFIG_START (0x1 << 1) macro
H A Dwmi-tlv.c3903 cmd->flags = __cpu_to_le32(WMI_NLO_CONFIG_START | WMI_NLO_CONFIG_SSID_HIDE_EN); in ath10k_wmi_tlv_op_gen_config_pno_start()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h5170 #define WMI_NLO_CONFIG_START BIT(1) macro
H A Dwmi.c7738 cmd->flags = cpu_to_le32(WMI_NLO_CONFIG_START | WMI_NLO_CONFIG_SSID_HIDE_EN); in ath12k_wmi_op_gen_config_pno_start()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h6061 #define WMI_NLO_CONFIG_START BIT(1) macro
H A Dwmi.c9409 cmd->flags = WMI_NLO_CONFIG_START | WMI_NLO_CONFIG_SSID_HIDE_EN; in ath11k_wmi_op_gen_config_pno_start()