Searched defs:cdp_misc_ops (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_ops.h | 1836 struct cdp_misc_ops { struct 1837 uint16_t (*set_ibss_vdev_heart_beat_timer)(struct cdp_soc_t *soc_hdl, 1840 void (*set_wmm_param)(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, 1842 void (*bad_peer_txctl_set_setting)(struct cdp_soc_t *soc_hdl, 1845 void (*bad_peer_txctl_update_threshold)(struct cdp_soc_t *soc_hdl, 1849 void (*hl_tdls_flag_reset)(struct cdp_soc_t *soc_hdl, 1851 qdf_nbuf_t (*tx_non_std)(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, 1853 uint16_t (*get_vdev_id)(struct cdp_vdev *vdev); 1854 uint32_t (*get_tx_ack_stats)(struct cdp_soc_t *soc_hdl, 1856 QDF_STATUS (*set_wisa_mode)(struct cdp_soc_t *soc_hdl, [all …]
|