Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dcmd.h54 struct wl18xx_cmd_smart_config_set_group_key { struct
55 struct wl1271_cmd_header header;
57 __le32 group_id;
59 u8 key[16];
Dcmd.c140 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, in wl18xx_cmd_smart_config_set_group_key() function