Home
last modified time | relevance | path

Searched refs:bsd_header_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c276 uint bsd_header_len; in wl_radiotap_rx() local
322 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_radiotap.c276 uint bsd_header_len; in wl_radiotap_rx() local
322 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 …]