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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_hostap.c1578 struct l2_update_frame *l2uf; local
1584 "%s", "no mbuf for l2uf frame");
1588 l2uf = mtod(m, struct l2_update_frame *);
1589 eh = &l2uf->eh;
1594 eh->ether_type = htons(sizeof(*l2uf) - sizeof(*eh));
1596 l2uf->dsap = 0;
1597 l2uf->ssap = 0;
1598 l2uf->control = 0xf5;
1599 l2uf->xid[0] = 0x81;
1600 l2uf
[all...]

Completed in 42 milliseconds