Commit 0a3cf71
authored
Fix wlan check failure on macos (#42770)
### What does this PR do?
This PR provides a solution to WiFi check failure on MacOS
### Motivation
WINA-2015: Wifi-Check does not work on the latest version on the Mac
### Describe how you validated your changes
Ensure command "agent check wlan" works correctly and all CI pipelines pass. More details can be found in JIRA case [WINA-2015](https://datadoghq.atlassian.net/browse/WINA-2015).
### Additional Notes
[WINA-2015]: https://datadoghq.atlassian.net/browse/WINA-2015?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Co-authored-by: hongshi.guo <hongshi.guo@datadoghq.com>1 parent 33ba729 commit 0a3cf71
18 files changed
Lines changed: 1859 additions & 294 deletions
File tree
- cmd/agent
- comp/core/gui/guiimpl/systray/Sources
- omnibus
- config
- software
- templates
- datadog-agent-mac-app
- datadog-agent
- package-scripts/agent-dmg
- pkg/collector/corechecks/net/wlan
- releasenotes/notes
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments