[][src]Trait nl80211::ParseNlAttr

pub trait ParseNlAttr {
    fn parse(&mut self, handle: AttrHandle<Nl80211Attr>) -> Self;
}

Parse netlink messages attributes returned by a nl80211 command

Required methods

fn parse(&mut self, handle: AttrHandle<Nl80211Attr>) -> Self

Loading content...

Implementors

impl ParseNlAttr for Bss[src]

fn parse(&mut self, handle: AttrHandle<Nl80211Attr>) -> Bss[src]

Parse netlink messages returned by the nl80211 command CmdGetScan

impl ParseNlAttr for Interface[src]

fn parse(&mut self, handle: AttrHandle<Nl80211Attr>) -> Interface[src]

Parse netlink messages returned by the nl80211 command CmdGetInterface

impl ParseNlAttr for Station[src]

fn parse(&mut self, handle: AttrHandle<Nl80211Attr>) -> Station[src]

Parse netlink messages returned by the nl80211 command CmdGetStation

Loading content...