Cargo Features
[dependencies]
ieee80211 = { version = "0.5.3", default-features = false, features = ["std", "alloc", "crypto", "defmt"] }
- default = crypto
-
The
crypto
feature is set by default wheneverieee80211
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc std?
- crypto default
-
Enables hmac, pbkdf2, and sha1
Affects
ieee80211::crypto
… - defmt
-
Enables defmt, defmt of mac-parser