Lines Matching defs:mwl8k_cmd_set_key
4223 struct mwl8k_cmd_set_key { struct
4224 struct mwl8k_cmd_pkt_hdr header;
4226 __le32 action;
4227 __le32 reserved;
4228 __le16 length;
4229 __le16 key_type_id;
4230 __le32 key_info;
4231 __le32 key_id;
4232 __le16 key_len;
4233 struct {
4237 } tkip;
4238 __le16 tkip_rsc_low;
4239 __le32 tkip_rsc_high;
4240 __le16 tkip_tsc_low;
4241 __le32 tkip_tsc_high;
4242 __u8 mac_addr[6];