adb_wifi_firmware
Identify WiFi chipset, firmware, and driver details on an Android device. Supports configurable dumpsys output and optional MAC address retrieval.
Instructions
WiFi chipset and firmware identification. Reports WiFi driver version, firmware version, chipset/hardware info, supported bands and standards, interface details, and dumpsys excerpts. BH7 fix: dumpsys truncation now configurable via maxLines. connection state. MAC address is opt-in only (permanent hardware identifier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Device serial | |
| includeMac | No | Include WiFi MAC address (permanent hardware identifier — opt-in only) | |
| maxLines | No | Lines of dumpsys output to inspect (50-2000, default 200). Raise for verbose vendor builds where firmware info appears late in dumpsys output. |