Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_cfg.c339 if (hs_cfg->conditions == HS_CFG_CANCEL) { in nxpwifi_set_hs_params()
356 cpu_to_le32(HS_CFG_CANCEL)) { in nxpwifi_set_hs_params()
367 if (hs_cfg->conditions == HS_CFG_CANCEL) in nxpwifi_set_hs_params()
396 hscfg.conditions = HS_CFG_CANCEL; in nxpwifi_cancel_hs()
H A Ddebugfs.c668 if (conditions == HS_CFG_CANCEL) { in nxpwifi_hscfg_write()
H A Dcmdevt.c1062 if (conditions != HS_CFG_CANCEL) { in nxpwifi_ret_802_11_hs_cfg()
H A Dfw.h465 #define HS_CFG_CANCEL 0xffffffff macro
H A Dsta_cmd.c2319 hscfg_param->conditions != cpu_to_le32(HS_CFG_CANCEL) && in nxpwifi_cmd_sta_802_11_hs_cfg()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_ioctl.c486 if (hs_cfg->conditions == HS_CFG_CANCEL) { in mwifiex_set_hs_params()
503 cpu_to_le32(HS_CFG_CANCEL)) { in mwifiex_set_hs_params()
516 if (hs_cfg->conditions == HS_CFG_CANCEL) in mwifiex_set_hs_params()
550 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
H A Ddebugfs.c783 if (conditions == HS_CFG_CANCEL) { in mwifiex_hscfg_write()
H A Dcmdevt.c1194 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.c351 (hscfg_param->conditions != cpu_to_le32(HS_CFG_CANCEL)) && in mwifiex_cmd_802_11_hs_cfg()