Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c431 if (hs_cfg->conditions == HS_CFG_CANCEL) { in mwifiex_set_hs_params()
448 cpu_to_le32(HS_CFG_CANCEL)) { in mwifiex_set_hs_params()
461 if (hs_cfg->conditions == HS_CFG_CANCEL) in mwifiex_set_hs_params()
495 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
H A Ddebugfs.c797 if (conditions == HS_CFG_CANCEL) { in mwifiex_hscfg_write()
H A Dcmdevt.c1193 if (conditions != HS_CFG_CANCEL) { in mwifiex_ret_802_11_hs_cfg()
H A Dfw.h481 #define HS_CFG_CANCEL 0xffffffff macro
H A Dsta_cmd.c378 (hscfg_param->conditions != cpu_to_le32(HS_CFG_CANCEL)) && in mwifiex_cmd_802_11_hs_cfg()