Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_ioctl.c324 if (hs_cfg->conditions == HOST_SLEEP_CFG_CANCEL) { in mwifiex_set_hs_params()
340 == cpu_to_le32(HOST_SLEEP_CFG_CANCEL)) { in mwifiex_set_hs_params()
356 if (hs_cfg->conditions == HOST_SLEEP_CFG_CANCEL) in mwifiex_set_hs_params()
390 hscfg.conditions = HOST_SLEEP_CFG_CANCEL; in mwifiex_cancel_hs()
Dfw.h247 #define HOST_SLEEP_CFG_CANCEL 0xffffffff macro
Dsta_cmd.c287 (hscfg_param->conditions != cpu_to_le32(HOST_SLEEP_CFG_CANCEL)) && in mwifiex_cmd_802_11_hs_cfg()
Dcmdevt.c1063 if (conditions != HOST_SLEEP_CFG_CANCEL) { in mwifiex_ret_802_11_hs_cfg()