Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Deployment
Run Fleet the way that fits your team.
Extend Fleet
Integrate your favorite tools with Fleet.
More
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Infrastructure as code
See every change, undo any error, repeat every success.
Deployment
Run Fleet the way that fits your team.
Extend Fleet
Integrate your favorite tools with Fleet.
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
wifi_network
Information about the currently connected Wi-Fi network.
| Column | Type | Description |
|---|---|---|
| channel | text | Wi-Fi channel number. |
| channel_band | text | Channel band (e.g., 2.4 GHz, 5 GHz, 6 GHz). |
| channel_width | text | Channel width (e.g., 20, 40, 80 MHz). |
| interface | text | The network interface name (e.g., en0). |
| mode | text | Wi-Fi mode (e.g., Station). |
| noise | text | Noise level in dBm. |
| rssi | text | Received Signal Strength Indicator (signal strength, e.g., -50). |
| security_type | text | Security type (e.g., WPA2 Personal, WPA3 Personal). |
| ssid | text | The SSID (network name) of the current Wi-Fi network. |
| transmit_rate | text | Transmit rate (e.g., 300 Mbps). |
This table is not a core osquery table. It is included as part of Fleet's agent (fleetd). This table is from the Mac Admins osquery extension.