Home | History | Annotate | Download | only in usb

Lines Matching defs:plcp

1610 	 * (with a magic PLCP header.)
1717 uint8_t *plcp;
1729 plcp = buf;
1731 /* All bits in the PLCP header are set to 1 for non-MPDU. */
1732 if (memcmp(plcp, AR_PLCP_HDR_INTR, AR_PLCP_HDR_LEN) == 0) {
1733 otus_cmd_rxeof(sc, plcp + AR_PLCP_HDR_LEN,
1744 tail = (void *)(plcp + len - sizeof(*tail));
1745 wh = (void *)(plcp + AR_PLCP_HDR_LEN);
1811 switch (plcp[0]) {
1821 switch (plcp[0] & 0xf) {