Searched refs:rxsts (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_radiotap.c | 73 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 D | wl_export.h | 123 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 D | bcmwifi_radiotap.c | 73 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 D | wl_export.h | 123 extern void wl_monitor(struct wl_info *wl, struct wl_rxsts *rxsts, void *p);
|
| H A D | bcmwifi_monitor.c | 800 pkt_rxsts.rxsts = &sts; in wl_d11rx_to_rxsts()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwifi_radiotap.h | 356 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 D | bcmwifi_monitor.h | 56 wl_rxsts_t *rxsts; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmwifi_radiotap.h | 356 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,
|