const char *driverName
- |
- Indicates the driver name.
- |
-
- int32_t (*InitChip)(struct HdfWlanDevice *device)
- |
- Initializes the chip.
- |
-
- int32_t (*DeinitChip)(struct HdfWlanDevice *device)
- |
- Deinitializes the chip.
- |
-
- void (*ReleaseFactory)(struct HdfChipDriverFactory *factory)
- |
- Releases the HdfChipDriverFactory object.
- |
-
- struct HdfChipDriver *(*Build)(struct HdfWlanDevice *device, uint8_t ifIndex)
- |
- Creates an HdfChipDriver. In the input parameters, device indicates the device information, and ifIndex indicates the sequence number of this interface in the chip.
- |
-
- void (*Release)(struct HdfChipDriver *chipDriver)
- |
- Releases the chip driver.
- |
-
- uint8_t (*GetMaxIFCount)(struct HdfChipDriverFactory *factory)
- |
- Obtains the maximum number of interfaces supported by the current chip.
- |
-
-
-