Searched defs:Wnode (Results 1 – 2 of 2) sorted by relevance
2 typedef struct Wnode Wnode; typedef24 struct Wnode struct26 uchar bssid[Eaddrlen];27 char ssid[Essidlen+2];29 char *status;31 int rsnelen;32 uchar rsne[258];33 Wkey *txkey[1];34 Wkey *rxkey[5];36 int aid; /* association id */[all …]
758 wifiattach(Ether *ether, void (*transmit)(Wifi*, Wnode*, Block*)) in wifiattach() argument