pub struct Status {Show 30 fields
pub state: String,
pub phy: String,
pub freq: String,
pub num_sta_non_erp: String,
pub num_sta_no_short_slot_time: String,
pub num_sta_no_short_preamble: String,
pub olbc: String,
pub num_sta_ht_no_gf: String,
pub num_sta_no_ht: String,
pub num_sta_ht_20_mhz: String,
pub num_sta_ht40_intolerant: String,
pub olbc_ht: String,
pub ht_op_mode: String,
pub cac_time_seconds: String,
pub cac_time_left_seconds: String,
pub channel: String,
pub secondary_channel: String,
pub ieee80211n: String,
pub ieee80211ac: String,
pub ieee80211ax: String,
pub beacon_int: String,
pub dtim_period: String,
pub ht_caps_info: String,
pub ht_mcs_bitmask: String,
pub supported_rates: String,
pub max_txpower: String,
pub bss: Vec<String>,
pub bssid: Vec<String>,
pub ssid: Vec<String>,
pub num_sta: Vec<String>,
}
Expand description
Status of the WiFi Station
Fields§
§state: String
§phy: String
§freq: String
§num_sta_non_erp: String
§num_sta_no_short_slot_time: String
§num_sta_no_short_preamble: String
§olbc: String
§num_sta_ht_no_gf: String
§num_sta_no_ht: String
§num_sta_ht_20_mhz: String
§num_sta_ht40_intolerant: String
§olbc_ht: String
§ht_op_mode: String
§cac_time_seconds: String
§cac_time_left_seconds: String
§channel: String
§secondary_channel: String
§ieee80211n: String
§ieee80211ac: String
§ieee80211ax: String
§beacon_int: String
§dtim_period: String
§ht_caps_info: String
§ht_mcs_bitmask: String
§supported_rates: String
§max_txpower: String
§bss: Vec<String>
§bssid: Vec<String>
§ssid: Vec<String>
§num_sta: Vec<String>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Status
impl<'de> Deserialize<'de> for Status
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more