Searched refs:host_command_parameters (Results 1 – 2 of 2) sorted by relevance
714 printk_buf(IPW_DL_HC, (u8 *) cmd->host_command_parameters, in ipw2100_hw_send_command()761 cmd->host_command_parameters, in ipw2100_hw_send_command()1626 cmd.host_command_parameters[0] = 0; in ipw2100_set_scan_options()1629 cmd.host_command_parameters[0] |= IPW_SCAN_NOASSOCIATE; in ipw2100_set_scan_options()1631 cmd.host_command_parameters[0] |= IPW_SCAN_MIXED_CELL; in ipw2100_set_scan_options()1633 cmd.host_command_parameters[0] |= IPW_SCAN_PASSIVE; in ipw2100_set_scan_options()1635 cmd.host_command_parameters[1] = priv->channel_mask; in ipw2100_set_scan_options()1640 cmd.host_command_parameters[0]); in ipw2100_set_scan_options()1656 cmd.host_command_parameters[0] = 0; in ipw2100_start_scan()2076 memcpy(cmd.host_command_parameters, essid, ssid_len); in ipw2100_set_essid()[all …]
295 u32 host_command_parameters[HOST_COMMAND_PARAMS_REG_LEN]; // COMMAND PARAMETERS member