Home
last modified time | relevance | path

Searched refs:mlme_cm_osif_connect_active_notify (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_mlme_cmn.h747 void mlme_cm_osif_connect_active_notify(uint8_t vdev_id);
749 static inline void mlme_cm_osif_connect_active_notify(uint8_t vdev_id) in mlme_cm_osif_connect_active_notify() function
/wlan-driver/qca-wifi-host-cmn/umac/mlme/mlme_objmgr/dispatcher/src/
H A Dwlan_cmn_mlme_main.c413 void mlme_cm_osif_connect_active_notify(uint8_t vdev_id) in mlme_cm_osif_connect_active_notify() function
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_connect.c2462 mlme_cm_osif_connect_active_notify(wlan_vdev_get_id(cm_ctx->vdev)); in cm_connect_active()