Searched refs:bsd_header_len (Results 1 – 2 of 2) sorted by relevance
276 uint bsd_header_len; in wl_radiotap_rx() local322 bsd_header_len = sizeof(struct wl_radiotap_sna); /* start with sna size */ in wl_radiotap_rx()327 bsd_header_len--; in wl_radiotap_rx()333 bsd_header_len--; in wl_radiotap_rx()349 bsd_header_len += sizeof(struct wl_radiotap_hdr) + pad_len; in wl_radiotap_rx()350 bsd_header_len += sizeof(struct wl_radiotap_xchan); in wl_radiotap_rx()353 bsd_header_len += sizeof(struct wl_radiotap_ampdu); in wl_radiotap_rx()357 bsd_header_len += sizeof(struct wl_htmcs); in wl_radiotap_rx()359 bsd_header_len += sizeof(struct wl_vhtmcs); in wl_radiotap_rx()364 rtht->ieee_radiotap.it_len = (uint16)HTOL16(bsd_header_len); in wl_radiotap_rx()[all …]