Searched refs:wake_up_conds (Results 1 – 3 of 3) sorted by relevance
918 static int wlan_send_host_sleep_int(uint32_t wake_up_conds, bool is_config) in wlan_send_host_sleep_int() argument931 if (wake_up_conds && (wake_up_conds != HOST_SLEEP_CFG_CANCEL) && (wake_up_conds & 0x20)) in wlan_send_host_sleep_int()943 if ((wake_up_conds & (WAKE_ON_ALL_BROADCAST | WAKE_ON_UNICAST | WAKE_ON_MULTICAST in wlan_send_host_sleep_int()952 if (wake_up_conds == HOST_SLEEP_CFG_CANCEL) in wlan_send_host_sleep_int()956 wlan.hs_wakeup_condition = wake_up_conds; in wlan_send_host_sleep_int()972 if (wake_up_conds == HOST_SLEEP_NO_COND) in wlan_send_host_sleep_int()975 wlan.hs_wakeup_condition = wake_up_conds; in wlan_send_host_sleep_int()993 wlan.hs_wakeup_condition = wlan_map_to_wifi_wakeup_condtions(wake_up_conds); in wlan_send_host_sleep_int()1027 if (wake_up_conds != HOST_SLEEP_CFG_CANCEL) in wlan_send_host_sleep_int()1059 int wlan_send_host_sleep(uint32_t wake_up_conds) in wlan_send_host_sleep() argument[all …]
2001 uint32_t wake_up_conds = 0; local2051 wake_up_conds = (int)strtol(argv[2], NULL, 16);2068 wlan_wowlan_config(is_mef, wake_up_conds);2070 wlan_wowlan_config(wake_up_conds);
3412 int wlan_wowlan_config(uint8_t is_mef, t_u32 wake_up_conds);3422 int wlan_wowlan_config(t_u32 wake_up_conds);