Searched defs:wl12xx_cmd_role_enable (Results 1 – 2 of 2) sorted by relevance
250 struct wl12xx_cmd_role_enable { struct251 struct wl1271_cmd_header header;253 u8 role_id;254 u8 role_type;255 u8 mac_address[ETH_ALEN];
384 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable() function