Searched defs:wl12xx_cmd_roc (Results 1 – 2 of 2) sorted by relevance
553 struct wl12xx_cmd_roc { struct554 struct wl1271_cmd_header header;556 u8 role_id;557 u8 channel;558 u8 band;559 u8 padding;
1857 static int wl12xx_cmd_roc(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_roc() function