Searched refs:sleep_cfm_buf (Results 1 – 2 of 2) sorted by relevance
203 struct mwifiex_opt_sleep_confirm *sleep_cfm_buf = NULL; in mwifiex_init_adapter() local269 sleep_cfm_buf = (struct mwifiex_opt_sleep_confirm *) in mwifiex_init_adapter()271 memset(sleep_cfm_buf, 0, adapter->sleep_cfm->len); in mwifiex_init_adapter()272 sleep_cfm_buf->command = cpu_to_le16(HostCmd_CMD_802_11_PS_MODE_ENH); in mwifiex_init_adapter()273 sleep_cfm_buf->size = cpu_to_le16(adapter->sleep_cfm->len); in mwifiex_init_adapter()274 sleep_cfm_buf->result = 0; in mwifiex_init_adapter()275 sleep_cfm_buf->action = cpu_to_le16(SLEEP_CONFIRM); in mwifiex_init_adapter()276 sleep_cfm_buf->resp_ctrl = cpu_to_le16(RESP_NEEDED); in mwifiex_init_adapter()
269 struct mwifiex_opt_sleep_confirm *sleep_cfm_buf = in mwifiex_dnld_sleep_confirm_cmd() local278 sleep_cfm_buf->seq_num = in mwifiex_dnld_sleep_confirm_cmd()285 le16_to_cpu(sleep_cfm_buf->command), in mwifiex_dnld_sleep_confirm_cmd()286 le16_to_cpu(sleep_cfm_buf->action), in mwifiex_dnld_sleep_confirm_cmd()287 le16_to_cpu(sleep_cfm_buf->size), in mwifiex_dnld_sleep_confirm_cmd()288 le16_to_cpu(sleep_cfm_buf->seq_num)); in mwifiex_dnld_sleep_confirm_cmd()319 if (!le16_to_cpu(sleep_cfm_buf->resp_ctrl)) in mwifiex_dnld_sleep_confirm_cmd()325 if (!le16_to_cpu(sleep_cfm_buf->resp_ctrl) && in mwifiex_dnld_sleep_confirm_cmd()