• Home
  • Raw
  • Download

Lines Matching refs:chip

28  * Interface that represents a chip that must be configured as a single unit.
71 * A mode that the chip can be put in. A mode defines a set of constraints on
75 * multiple modes would be required is if a chip has different firmwares with
80 * ChipIfaceCombinations is satisfied. This means that if a chip has two
95 * For example, a chip with available combinations:
97 * If the chip currently has 3 interfaces STA, STA and NAN and wants to add an
103 * If a chip does not support this kind of reconfiguration in this mode then
110 * Id that can be used to put the chip in this mode.
115 * A list of the possible interface combinations that the chip can have
122 * Information about the version of the driver and firmware running this chip.
134 * Capabilities exposed by this chip.
173 * Get the id assigned to this chip.
179 * @return id Assigned chip Id.
184 * Requests notifications of significant events on this chip. Multiple calls
198 * Get the capabilities supported by this chip.
212 * Get the set of operation modes that the chip supports.
224 * This may NOT be called to reconfigure a chip due to an internal
225 * limitation. Calling this when chip is already configured in a different
235 * @param modeId The mode that the chip must switch to, corresponding to the
248 * Get the current mode that the chip is in.
250 * @return modeId The mode that the chip is currently configured to,
260 * Request information about the chip.
299 * Create an AP iface on the chip.
301 * Depending on the mode the chip is configured in, the interface creation
317 * List all the AP iface names configured on the chip.
325 * @return ifnames List of all AP iface names on the chip.
359 * Create a NAN iface on the chip.
361 * Depending on the mode the chip is configured in, the interface creation
377 * List all the NAN iface names configured on the chip.
385 * @return ifnames List of all NAN iface names on the chip.
419 * Create a P2P iface on the chip.
421 * Depending on the mode the chip is configured in, the interface creation
437 * List all the P2P iface names configured on the chip.
445 * @return ifnames List of all P2P iface names on the chip.
479 * Create an STA iface on the chip.
481 * Depending on the mode the chip is configured in, the interface creation
497 * List all the STA iface names configured on the chip.
505 * @return ifnames List of all STA iface names on the chip.
652 * The driver is expected to start maintaining these stats once the chip
654 * the chip is reconfigured or the HAL is stopped.
669 * API to enable/disable alert notifications from the chip.
671 * that the chip encounters via |IWifiChipEventCallback.onDebugErrorAlert| method.