Inner value of CWPHYMode
appears to change between integer and bitflags index between macOS versions
#662
Labels
CWPHYMode
appears to change between integer and bitflags index between macOS versions
#662
In the code below, the inner value of
CWPHYMode
which is returned byinterface.activePHYMode()
differs based on the macOS version.From observation I've noticed that
const ... Self(n)
constants on the enum802.11n
is returned asCWPHYMode(16)
but should beCWPHYMode(4)
802.11ax
is returned asCWPHYMode(64)
but should beCWPHYMode(6)
Cargo.toml
for contextThe text was updated successfully, but these errors were encountered: