Searched defs:wl12xx_cmd_role_enable (Results 1 – 2 of 2) sorted by relevance
255 struct wl12xx_cmd_role_enable { struct256 struct wl1271_cmd_header header;258 u8 role_id;259 u8 role_type;260 u8 mac_address[ETH_ALEN];
224 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable() function