Home
last modified time | relevance | path

Searched refs:wl_rxsts_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmwifi_radiotap.h356 extern uint wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
358 extern uint wl_radiotap_rx_legacy(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
360 extern uint wl_radiotap_rx_ht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
362 extern uint wl_radiotap_rx_vht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
364 extern uint wl_radiotap_rx_he(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
366 extern uint wl_radiotap_rx_eht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
H A Dmonitor.h60 } BWL_POST_PACKED_STRUCT wl_rxsts_t, wl_mon_rxsts_t; typedef
63 #define WLMONRXSTS_SIZE sizeof(wl_rxsts_t)
H A Dbcmwifi_monitor.h56 wl_rxsts_t *rxsts;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmwifi_radiotap.h356 extern uint wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
358 extern uint wl_radiotap_rx_legacy(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
360 extern uint wl_radiotap_rx_ht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
362 extern uint wl_radiotap_rx_vht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
364 extern uint wl_radiotap_rx_he(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
366 extern uint wl_radiotap_rx_eht(struct dot11_header *mac_header, wl_rxsts_t *rxsts,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c267 wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts, bsd_header_rx_t *bsd_header) in wl_radiotap_rx()
530 wl_radiotap_rx_channel_frequency(wl_rxsts_t *rxsts) in wl_radiotap_rx_channel_frequency()
545 wl_radiotap_rx_channel_flags(wl_rxsts_t *rxsts) in wl_radiotap_rx_channel_flags()
557 wl_radiotap_rx_flags(struct dot11_header *mac_header, wl_rxsts_t *rxsts) in wl_radiotap_rx_flags()
580 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_legacy()
611 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_ht()
703 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_vht()
807 wl_radiotap_rx_he(struct dot11_header *mac_header, wl_rxsts_t *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()
870 wl_rxsts_t* rxsts; in wl_rxsts_to_rtap()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_radiotap.c267 wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts, bsd_header_rx_t *bsd_header) in wl_radiotap_rx()
530 wl_radiotap_rx_channel_frequency(wl_rxsts_t *rxsts) in wl_radiotap_rx_channel_frequency()
545 wl_radiotap_rx_channel_flags(wl_rxsts_t *rxsts) in wl_radiotap_rx_channel_flags()
557 wl_radiotap_rx_flags(struct dot11_header *mac_header, wl_rxsts_t *rxsts) in wl_radiotap_rx_flags()
580 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_legacy()
611 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_ht()
703 wl_rxsts_t *rxsts, ieee80211_radiotap_header_t *rtap_hdr) in wl_radiotap_rx_vht()
807 wl_radiotap_rx_he(struct dot11_header *mac_header, wl_rxsts_t *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()
870 wl_rxsts_t* rxsts; in wl_rxsts_to_rtap()
H A Dbcmwifi_monitor.c821 bzero((void *)&sts, sizeof(wl_rxsts_t)); in wl_d11rx_to_rxsts()