Lines Matching refs:lsh
11526 struct dot11_llc_snap_header *lsh; in BCMFASTPATH() local
11545 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH()
11546 lsh->dsap = 0xaa; in BCMFASTPATH()
11547 lsh->ssap = 0xaa; in BCMFASTPATH()
11548 lsh->ctl = 0x03; in BCMFASTPATH()
11551 lsh->oui[0] = 0x00; in BCMFASTPATH()
11552 lsh->oui[1] = 0x00; in BCMFASTPATH()
11554 lsh->oui[2] = 0xf8; in BCMFASTPATH()
11556 lsh->oui[2] = 0x00; in BCMFASTPATH()
11557 lsh->type = hton16(ether_type); in BCMFASTPATH()
11572 struct dot11_llc_snap_header *lsh = NULL; in BCMFASTPATH() local
11587 lsh = (struct dot11_llc_snap_header *)(pdata + sizeof(*eh8023)); in BCMFASTPATH()
11588 eh8023->ether_type = lsh->type; in BCMFASTPATH()
11620 struct dot11_llc_snap_header *lsh; in BCMFASTPATH() local
11643 lsh = (struct dot11_llc_snap_header *)&neh[1]; in BCMFASTPATH()
11644 lsh->dsap = 0xaa; in BCMFASTPATH()
11645 lsh->ssap = 0xaa; in BCMFASTPATH()
11646 lsh->ctl = 0x03; in BCMFASTPATH()
11649 lsh->oui[0] = 0x00; in BCMFASTPATH()
11650 lsh->oui[1] = 0x17; in BCMFASTPATH()
11651 lsh->oui[2] = 0xf2; in BCMFASTPATH()
11652 lsh->type = hton16(AWDL_PID); in BCMFASTPATH()
11655 awdl_data = (uint8 *)&lsh[1]; in BCMFASTPATH()