Searched defs:wl12xx_cmd_role_enable (Results 1 – 2 of 2) sorted by relevance
257 struct wl12xx_cmd_role_enable { struct258 struct wl1271_cmd_header header;260 u8 role_id;261 u8 role_type;262 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