Home
last modified time | relevance | path

Searched refs:is_link_up (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/
H A Dtarget_if_psoc_wake_lock.c58 psoc_wakelock->is_link_up = false; in target_if_wake_lock_init()
172 if (psoc_wakelock->is_link_up) { in target_if_vote_for_link_down()
175 psoc_wakelock->is_link_up = false; in target_if_vote_for_link_down()
191 if (!psoc_wakelock->is_link_up) { in target_if_vote_for_link_up()
194 psoc_wakelock->is_link_up = true; in target_if_vote_for_link_up()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/inc/
H A Dtarget_if_psoc_wake_lock.h50 bool is_link_up; member
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h388 bool is_link_up);
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/
H A Dwlan_tdls_public_structs.h657 bool is_link_up);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1537 bool is_link_up) in hdd_update_dp_vdev_flags() argument
1562 val.cdp_vdev_param_tdls_flags = is_link_up; in hdd_update_dp_vdev_flags()