Struct nl80211_rs::WirelessInterface[][src]

pub struct WirelessInterface {
    pub netlink_family: u16,
    pub phy_id: u32,
    pub interface_name: String,
    pub interface_index: u32,
    pub device_id: Option<u64>,
    pub mac: HardwareAddress,
    pub interface_type: InterfaceType,
    pub tx_power_level: u32,
    pub ssid: Option<String>,
    pub channel_width: Option<u32>,
}

Fields

Methods

impl WirelessInterface
[src]

Trait Implementations

impl Display for WirelessInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations