wpan: prepare net impl.

This commit is contained in:
xoviat
2023-07-15 19:02:04 -05:00
parent 25197308e3
commit 0b63af3313
6 changed files with 22 additions and 3 deletions

View File

@ -164,6 +164,9 @@ pub enum Medium {
///
/// Examples of devices of this type are the Linux `tun`, PPP interfaces, VPNs in tun (layer 3) mode.
Ip,
/// IEEE 802_15_4 medium
Ieee802154,
}
impl Default for Medium {