wds_cmd
int wds_cmd(struct wds_softc *, u_char *, int);
if (scb->hashkey == (scb_phys - sizeof(struct wds_cmd)))
wds_cmd(sc, &c, sizeof c);
wds_cmd(sc, &c, sizeof c);
wds_cmd(sc, (u_char *)&init, sizeof init);
wds_cmd(sc, &c, sizeof c);
struct wds_cmd cmd;
struct wds_cmd sense;