Home
last modified time | relevance | path

Searched refs:wi_80211_hdr (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dif_wi_hostap.c209 struct wi_80211_hdr *resp_hdr; in wihap_sta_disassoc()
216 resp_hdr = (struct wi_80211_hdr *)sc->wi_txbuf; in wihap_sta_disassoc()
217 bzero(resp_hdr, sizeof(struct wi_80211_hdr)); in wihap_sta_disassoc()
228 2 + sizeof(struct wi_80211_hdr)); in wihap_sta_disassoc()
238 struct wi_80211_hdr *resp_hdr; in wihap_sta_deauth()
246 bzero(resp_hdr, sizeof(struct wi_80211_hdr)); in wihap_sta_deauth()
257 2 + sizeof(struct wi_80211_hdr)); in wihap_sta_deauth()
550 struct wi_80211_hdr *resp_hdr; in wihap_auth_req()
688 bzero(resp_hdr, sizeof(struct wi_80211_hdr)); in wihap_auth_req()
703 6 + sizeof(struct wi_80211_hdr) + in wihap_auth_req()
[all …]
H A Dif_wi.c2479 struct wi_80211_hdr *hdr; in wi_mgmt_xmit()
2485 hdr = (struct wi_80211_hdr *)data; in wi_mgmt_xmit()
2486 dptr = data + sizeof(struct wi_80211_hdr); in wi_mgmt_xmit()
2491 bcopy(hdr, &tx_frame.wi_frame_ctl, sizeof(struct wi_80211_hdr)); in wi_mgmt_xmit()
2494 tx_frame.wi_dat_len = len - sizeof(struct wi_80211_hdr); in wi_mgmt_xmit()
2500 (len - sizeof(struct wi_80211_hdr)) + 2); in wi_mgmt_xmit()
H A Dif_wi_ieee.h76 struct wi_80211_hdr { struct