Searched defs:wl12xx_cmd_roc (Results 1 – 2 of 2) sorted by relevance
551 struct wl12xx_cmd_roc { struct552 struct wl1271_cmd_header header;554 u8 role_id;555 u8 channel;556 u8 band;557 u8 padding;
1859 static int wl12xx_cmd_roc(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_roc() function