[−][src]Struct esp_idf_bindgen::wifi_sta_info_t
@brief Description of STA associated with AP
Fields
mac: [u8; 6]
< mac address
rssi: i8
< current average rssi of sta connected
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
Implementations
impl wifi_sta_info_t
[src][−]
pub fn phy_11b(&self) -> u32
[src]
pub fn set_phy_11b(&mut self, val: u32)
[src]
pub fn phy_11g(&self) -> u32
[src]
pub fn set_phy_11g(&mut self, val: u32)
[src]
pub fn phy_11n(&self) -> u32
[src]
pub fn set_phy_11n(&mut self, val: u32)
[src]
pub fn phy_lr(&self) -> u32
[src]
pub fn set_phy_lr(&mut self, val: u32)
[src]
pub fn reserved(&self) -> u32
[src]
pub fn set_reserved(&mut self, val: u32)
[src]
pub fn new_bitfield_1(
phy_11b: u32,
phy_11g: u32,
phy_11n: u32,
phy_lr: u32,
reserved: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]
phy_11b: u32,
phy_11g: u32,
phy_11n: u32,
phy_lr: u32,
reserved: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
Trait Implementations
impl Clone for wifi_sta_info_t
[src][+]
impl Copy for wifi_sta_info_t
[src]
impl Debug for wifi_sta_info_t
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,