Searched defs:wl18xx_cmd_smart_config_set_group_key (Results 1 – 2 of 2) sorted by relevance
40 struct wl18xx_cmd_smart_config_set_group_key { struct41 struct wl1271_cmd_header header;43 __le32 group_id;45 u8 key[16];
126 int wl18xx_cmd_smart_config_set_group_key(struct wl1271 *wl, u16 group_id, in wl18xx_cmd_smart_config_set_group_key() function