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