Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_sta_param.h39 uint32_t timeperiod; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c854 uint32_t method, uint32_t timeperiod, in wma_set_sta_keep_alive() argument
865 if (timeperiod > cfg_max(CFG_INFRA_STA_KEEP_ALIVE_PERIOD)) { in wma_set_sta_keep_alive()
866 wmi_err("Invalid period %d Max limit %d", timeperiod, in wma_set_sta_keep_alive()
873 params.timeperiod = timeperiod; in wma_set_sta_keep_alive()
876 if (intr->bss_max_idle_period < timeperiod) in wma_set_sta_keep_alive()
877 params.timeperiod = intr->bss_max_idle_period; in wma_set_sta_keep_alive()
883 wlan_mlme_set_keepalive_period(intr->vdev, params.timeperiod); in wma_set_sta_keep_alive()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_sta_tlv.c114 cmd->interval = params->timeperiod; in send_set_sta_keep_alive_cmd_tlv()
115 cmd->enable = (params->timeperiod) ? 1 : 0; in send_set_sta_keep_alive_cmd_tlv()
118 params->vdev_id, params->timeperiod, params->method); in send_set_sta_keep_alive_cmd_tlv()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h690 uint32_t method, uint32_t timeperiod,