Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c73 radiotap_encode_multi_rssi(monitor_pkt_rxsts_t* rxsts, ieee80211_radiotap_header_t *hdr);
75 radiotap_encode_bw_signaling(uint16 mask, struct wl_rxsts* rxsts, ieee80211_radiotap_header_t *hdr);
267 wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts, bsd_header_rx_t *bsd_header) in wl_radiotap_rx() argument
283 if (CHSPEC_IS2G(rxsts->chanspec)) { in wl_radiotap_rx()
285 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
287 } else if (CHSPEC_IS5G(rxsts->chanspec)) { in wl_radiotap_rx()
289 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
293 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
297 if ((rxsts->nfrmtype & WL_RXS_NFRM_AMPDU_FIRST) || in wl_radiotap_rx()
298 (rxsts->nfrmtype & WL_RXS_NFRM_AMPDU_SUB)) { in wl_radiotap_rx()
[all …]
H A Dwl_export.h123 extern void wl_monitor(struct wl_info *wl, struct wl_rxsts *rxsts, void *p);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_radiotap.c73 radiotap_encode_multi_rssi(monitor_pkt_rxsts_t* rxsts, ieee80211_radiotap_header_t *hdr);
75 radiotap_encode_bw_signaling(uint16 mask, struct wl_rxsts* rxsts, ieee80211_radiotap_header_t *hdr);
267 wl_radiotap_rx(struct dot11_header *mac_header, wl_rxsts_t *rxsts, bsd_header_rx_t *bsd_header) in wl_radiotap_rx() argument
283 if (CHSPEC_IS2G(rxsts->chanspec)) { in wl_radiotap_rx()
285 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
287 } else if (CHSPEC_IS5G(rxsts->chanspec)) { in wl_radiotap_rx()
289 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
293 channel_frequency = wf_channel2mhz(wf_chspec_ctlchan(rxsts->chanspec), in wl_radiotap_rx()
297 if ((rxsts->nfrmtype & WL_RXS_NFRM_AMPDU_FIRST) || in wl_radiotap_rx()
298 (rxsts->nfrmtype & WL_RXS_NFRM_AMPDU_SUB)) { in wl_radiotap_rx()
[all …]
H A Dwl_export.h123 extern void wl_monitor(struct wl_info *wl, struct wl_rxsts *rxsts, void *p);
H A Dbcmwifi_monitor.c800 pkt_rxsts.rxsts = &sts; in wl_d11rx_to_rxsts()
/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 Dbcmwifi_monitor.h56 wl_rxsts_t *rxsts; member
/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,