Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/mwifiex/
Dsta_ioctl.c388 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local
390 hscfg.conditions = HOST_SLEEP_CFG_CANCEL; in mwifiex_cancel_hs()
391 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs()
394 cmd_type, &hscfg); in mwifiex_cancel_hs()
406 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local
415 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_enable_hs()
416 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs()
421 &hscfg)) { in mwifiex_enable_hs()