Searched refs:wds_cmd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/wds/
H A Dwd7000.c210 struct wds_cmd { struct
224 struct wds_cmd cmd;
349 static int wds_cmd(struct wds *wp, u_int8_t * p, int l);
954 if (wds_cmd(wp, &c, sizeof c) != 0) {
993 if (wds_cmd(wp, (u_int8_t *) & c, sizeof c)) {
1163 if (wds_cmd(wp, &c, sizeof c) != 0) {
1295 struct wds_cmd wc;
1322 if (wds_cmd(wp, (u_int8_t *) & init, sizeof init) != 0) {
1323 device_printf(wp->dev, "wds_cmd init failed\n");
1332 if (wds_cmd(w
1340 wds_cmd(struct wds *wp, u_int8_t * p, int l) function
[all...]

Completed in 46 milliseconds