mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update and rename wifi_network.yml to macadmins_wifi_network.yml (#42091)
This commit is contained in:
parent
94f083c898
commit
82f096df55
2 changed files with 74 additions and 74 deletions
|
|
@ -16453,6 +16453,79 @@
|
|||
"url": "https://fleetdm.com/tables/macadmins_unified_log",
|
||||
"fleetRepoUrl": "https://github.com/fleetdm/fleet/blob/main/schema/tables/macadmins_unified_log.yml"
|
||||
},
|
||||
{
|
||||
"name": "macadmins_wifi_network",
|
||||
"platforms": [
|
||||
"darwin"
|
||||
],
|
||||
"description": "Information about the currently connected Wi-Fi network.",
|
||||
"columns": [
|
||||
{
|
||||
"name": "ssid",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "The SSID (network name) of the current Wi-Fi network."
|
||||
},
|
||||
{
|
||||
"name": "interface",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "The network interface name (e.g., en0)."
|
||||
},
|
||||
{
|
||||
"name": "rssi",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Received Signal Strength Indicator (signal strength, e.g., -50)."
|
||||
},
|
||||
{
|
||||
"name": "noise",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Noise level in dBm."
|
||||
},
|
||||
{
|
||||
"name": "channel",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Wi-Fi channel number."
|
||||
},
|
||||
{
|
||||
"name": "channel_width",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Channel width (e.g., 20, 40, 80 MHz)."
|
||||
},
|
||||
{
|
||||
"name": "channel_band",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Channel band (e.g., 2.4 GHz, 5 GHz, 6 GHz)."
|
||||
},
|
||||
{
|
||||
"name": "transmit_rate",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Transmit rate (e.g., 300 Mbps)."
|
||||
},
|
||||
{
|
||||
"name": "security_type",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Security type (e.g., WPA2 Personal, WPA3 Personal)."
|
||||
},
|
||||
{
|
||||
"name": "mode",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Wi-Fi mode (e.g., Station)."
|
||||
}
|
||||
],
|
||||
"notes": "This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)). This table is from the [Mac Admins osquery extension](https://github.com/macadmins/osquery-extension).",
|
||||
"evented": false,
|
||||
"url": "https://fleetdm.com/tables/macadmins_wifi_network",
|
||||
"fleetRepoUrl": "https://github.com/fleetdm/fleet/blob/main/schema/tables/macadmins_wifi_network.yml"
|
||||
},
|
||||
{
|
||||
"name": "macos_profiles",
|
||||
"notes": "This table is from the [Mac Admins osquery extension](https://github.com/macadmins/osquery-extension).",
|
||||
|
|
@ -29960,79 +30033,6 @@
|
|||
],
|
||||
"fleetRepoUrl": "https://github.com/fleetdm/fleet/blob/main/schema/tables/vscode_extensions.yml"
|
||||
},
|
||||
{
|
||||
"name": "wifi_network",
|
||||
"platforms": [
|
||||
"darwin"
|
||||
],
|
||||
"description": "Information about the currently connected Wi-Fi network.",
|
||||
"columns": [
|
||||
{
|
||||
"name": "ssid",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "The SSID (network name) of the current Wi-Fi network."
|
||||
},
|
||||
{
|
||||
"name": "interface",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "The network interface name (e.g., en0)."
|
||||
},
|
||||
{
|
||||
"name": "rssi",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Received Signal Strength Indicator (signal strength, e.g., -50)."
|
||||
},
|
||||
{
|
||||
"name": "noise",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Noise level in dBm."
|
||||
},
|
||||
{
|
||||
"name": "channel",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Wi-Fi channel number."
|
||||
},
|
||||
{
|
||||
"name": "channel_width",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Channel width (e.g., 20, 40, 80 MHz)."
|
||||
},
|
||||
{
|
||||
"name": "channel_band",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Channel band (e.g., 2.4 GHz, 5 GHz, 6 GHz)."
|
||||
},
|
||||
{
|
||||
"name": "transmit_rate",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Transmit rate (e.g., 300 Mbps)."
|
||||
},
|
||||
{
|
||||
"name": "security_type",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Security type (e.g., WPA2 Personal, WPA3 Personal)."
|
||||
},
|
||||
{
|
||||
"name": "mode",
|
||||
"type": "text",
|
||||
"required": false,
|
||||
"description": "Wi-Fi mode (e.g., Station)."
|
||||
}
|
||||
],
|
||||
"notes": "This table is not a core osquery table. It is included as part of Fleet's agent ([fleetd](https://fleetdm.com/docs/get-started/anatomy#fleetd)). This table is from the [Mac Admins osquery extension](https://github.com/macadmins/osquery-extension).",
|
||||
"evented": false,
|
||||
"url": "https://fleetdm.com/tables/wifi_network",
|
||||
"fleetRepoUrl": "https://github.com/fleetdm/fleet/blob/main/schema/tables/wifi_network.yml"
|
||||
},
|
||||
{
|
||||
"name": "wifi_networks",
|
||||
"description": "Wi-Fi networks previously connected to by this Mac, or that are otherwise in this computer's known/remembered Wi-Fi networks list.",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: wifi_network
|
||||
name: macadmins_wifi_network
|
||||
platforms:
|
||||
- darwin
|
||||
description: Information about the currently connected Wi-Fi network.
|
||||
Loading…
Reference in a new issue