Home
last modified time | relevance | path

Searched refs:mac_header (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h187 uint16_t mac_header; /* offset of mac_header */ member
1028 return (skb->head + skb->mac_header); in skb_mac_header()
1035 skb->mac_header = skb->data - skb->head; in skb_reset_mac_header()
1043 skb->mac_header += len; in skb_set_mac_header()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h248 struct iwl_scan_probe_segment mac_header; member
262 struct iwl_scan_probe_segment mac_header; member
/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c412 preq->mac_header.offset = 0; in iwm_fill_probe_req()
413 preq->mac_header.len = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
H A Dif_iwmreg.h5458 * @mac_header: first (and common) part of the probe
5464 struct iwm_scan_probe_segment mac_header;
5471 * @mac_header: first (and common) part of the probe
5477 struct iwm_scan_probe_segment mac_header;
5460 struct iwm_scan_probe_segment mac_header; global() member
5473 struct iwm_scan_probe_segment mac_header; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c782 params->preq.mac_header.offset = 0; in iwl_mvm_build_scan_probe()
783 params->preq.mac_header.len = cpu_to_le16(24 + 2); in iwl_mvm_build_scan_probe()
932 p_req->mac_header = src_p_req->mac_header; in iwl_mvm_scan_set_legacy_probe_req()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dscan.c395 params->preq.mac_header.offset = 0; in iwl_mld_scan_build_probe_req()
396 params->preq.mac_header.len = cpu_to_le16(24 + 2); in iwl_mld_scan_build_probe_req()
/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h6426 struct iwx_scan_probe_segment mac_header; member
6439 struct iwx_scan_probe_segment mac_header; member
H A Dif_iwx.c6419 preq->mac_header.offset = 0; in iwx_fill_probe_req()
6420 preq->mac_header.len = htole16(frm - (uint8_t *)wh); in iwx_fill_probe_req()