Lines Matching refs:mac_header
267 wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts, bsd_header_rx_t *bsd_header) in wl_radiotap_rx() argument
279 fc = LTOH16(mac_header->fc); in wl_radiotap_rx()
400 tail->ampdu.ref_num = mac_header->seq; in wl_radiotap_rx()
557 wl_radiotap_rx_flags(struct dot11_header *mac_header, wl_rxsts_t *rxsts) in wl_radiotap_rx_flags() argument
562 fc = ltoh16(mac_header->fc); in wl_radiotap_rx_flags()
579 wl_radiotap_rx_legacy(struct dot11_header *mac_header, in wl_radiotap_rx_legacy() argument
594 flags = wl_radiotap_rx_flags(mac_header, rxsts); in wl_radiotap_rx_legacy()
610 wl_radiotap_rx_ht(struct dot11_header *mac_header, in wl_radiotap_rx_ht() argument
627 flags = wl_radiotap_rx_flags(mac_header, rxsts); in wl_radiotap_rx_ht()
702 wl_radiotap_rx_vht(struct dot11_header *mac_header, in wl_radiotap_rx_vht() argument
718 flags = wl_radiotap_rx_flags(mac_header, rxsts); in wl_radiotap_rx_vht()
807 wl_radiotap_rx_he(struct dot11_header *mac_header, wl_rxsts_t *rxsts, in wl_radiotap_rx_he() argument
822 flags = wl_radiotap_rx_flags(mac_header, rxsts); in wl_radiotap_rx_he()
855 wl_radiotap_rx_eht(struct dot11_header *mac_header, wl_rxsts_t *rxsts, in wl_radiotap_rx_eht() argument
867 struct dot11_header* mac_header; in wl_rxsts_to_rtap() local
892 mac_header = (struct dot11_header *)(p); in wl_rxsts_to_rtap()
895 wl_radiotap_rx_eht(mac_header, rxsts, rtap_hdr); in wl_rxsts_to_rtap()
897 wl_radiotap_rx_he(mac_header, rxsts, rtap_hdr); in wl_rxsts_to_rtap()
899 wl_radiotap_rx_vht(mac_header, rxsts, rtap_hdr); in wl_rxsts_to_rtap()
901 wl_radiotap_rx_ht(mac_header, rxsts, rtap_hdr); in wl_rxsts_to_rtap()
903 uint16 mask = ltoh16(mac_header->fc) & FC_KIND_MASK; in wl_rxsts_to_rtap()
907 wl_radiotap_rx_legacy(mac_header, rxsts, rtap_hdr); in wl_rxsts_to_rtap()