Searched defs:malo_cmd_wepkey (Results 1 – 1 of 1) sorted by relevance
329 struct malo_cmd_wepkey { struct330 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 …]