Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_twt_api.c765 bool is_twt_notify_in_progress; in mlme_is_twt_notify_in_progress() local
782 is_twt_notify_in_progress = mlme_priv->twt_wait_for_notify; in mlme_is_twt_notify_in_progress()
785 return is_twt_notify_in_progress; in mlme_is_twt_notify_in_progress()
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_main.c182 bool is_twt_notify_in_progress; in wlan_is_twt_notify_in_progress() local
199 is_twt_notify_in_progress = twt_vdev_priv->twt_wait_for_notify; in wlan_is_twt_notify_in_progress()
202 twt_debug("is_twt_notify_in_progress: %d", is_twt_notify_in_progress); in wlan_is_twt_notify_in_progress()
203 return is_twt_notify_in_progress; in wlan_is_twt_notify_in_progress()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c13766 bool is_twt_cmd_in_progress, is_twt_notify_in_progress; in sme_add_dialog_cmd() local
13781 is_twt_notify_in_progress = mlme_is_twt_notify_in_progress( in sme_add_dialog_cmd()
13784 if (is_twt_notify_in_progress) { in sme_add_dialog_cmd()