Home
last modified time | relevance | path

Searched defs:malo_cmd_wepkey (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malo.h329 struct malo_cmd_wepkey { struct
330 struct malo_cmd_header cmdhdr;
331 uint16_t action;
332 uint8_t len;
333 uint8_t flags;
334 uint16_t index;
335 uint8_t value[IEEE80211_KEYBUF_SIZE];
336 uint8_t txmickey[IEEE80211_WEP_MICLEN];
337 uint8_t rxmickey[IEEE80211_WEP_MICLEN];
338 uint64_t rxseqctr;
[all …]