Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_api.h193 bool wlan_cm_is_vdev_active(struct wlan_objmgr_vdev *vdev);
/wlan-driver/qcacld-3.0/components/target_if/dp/src/
H A Dtarget_if_dp_comp.c208 if (!wlan_cm_is_vdev_active(vdev)) { in target_if_dp_get_arp_req_stats()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_nud_tracking.c403 if (!wlan_cm_is_vdev_active(vdev)) { in dp_nud_filter_netevent()
H A Dwlan_dp_bus_bandwidth.c1922 !wlan_cm_is_vdev_active(vdev)) { in __dp_bus_bw_work_handler()
1949 wlan_cm_is_vdev_active(vdev)) { in __dp_bus_bw_work_handler()
H A Dwlan_dp_txrx.c455 if (wlan_cm_is_vdev_active(dp_link->vdev)) in dp_get_transmit_mac_addr()
H A Dwlan_dp_main.c771 wlan_cm_is_vdev_active(vdev)) in __dp_process_mic_error()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_api.c191 bool wlan_cm_is_vdev_active(struct wlan_objmgr_vdev *vdev) in wlan_cm_is_vdev_active() function