Struct wifiscanner::Wifi [] [src]

pub struct Wifi {
    pub mac: String,
    pub ssid: String,
    pub channel: String,
    pub signal_level: String,
    pub security: String,
}

Wifi struct used to return information about wifi hotspots

Fields

mac address

hotspot name

this field is currently empty in the Linux version of the lib

Trait Implementations

impl Debug for Wifi
[src]

Formats the value using the given formatter.

impl PartialEq for Wifi
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Wifi
[src]