Page MenuHomeFreeBSD

wlanwatch: clean up to compile / run
ClosedPublic

Authored by adrian on Thu, Feb 27, 2:39 AM.
Referenced Files
F111182548: D49149.diff
Fri, Feb 28, 1:04 PM
Unknown Object (File)
Thu, Feb 27, 6:53 PM
Unknown Object (File)
Thu, Feb 27, 4:11 PM
Unknown Object (File)
Thu, Feb 27, 11:04 AM
Unknown Object (File)
Thu, Feb 27, 8:42 AM
Subscribers

Details

Reviewers
None
Group Reviewers
wireless
Commits
rG92caff2b1b6b: wlanwatch: clean up to compile / run
Summary
  • add static where needed
  • delete old unused flags, dating back to the initial commit from Sam
  • indirect through void * where appropriate, to avoid LLVM alignment errors
  • PRIu64 where needed

This does work, but it currently doesn't track the ifname itself,
so we see ifindexes, not ifnames:

Wed Feb 26 18:35:59 RTM_IEEE80211: if# 2, scan complete
Wed Feb 26 18:35:59 RTM_IEEE80211: if# 2, associate with 30:de:4b:db:46:0a
Wed Feb 26 18:35:59 RTM_IFINFO: if# 2, link: up, flags:<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>

.. but it does work!

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62652
Build 59536: arc lint + arc unit