Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c489 (sta_ctx->conn_info.ptk_installed || in hdd_conn_set_authenticated()
1420 sta_ctx->conn_info.ptk_installed = false; in hdd_conn_remove_connect_info()
1726 hdd_sta_ctx->conn_info.ptk_installed = true; in hdd_change_peer_state_after_set_key()
1728 hdd_sta_ctx->conn_info.ptk_installed = true; in hdd_change_peer_state_after_set_key()
1742 hdd_sta_ctx->conn_info.ptk_installed) in hdd_change_peer_state_after_set_key()
1744 } else if (hdd_sta_ctx->conn_info.ptk_installed) { in hdd_change_peer_state_after_set_key()
1749 hdd_sta_ctx->conn_info.ptk_installed) { in hdd_change_peer_state_after_set_key()
1751 hdd_sta_ctx->conn_info.ptk_installed = false; in hdd_change_peer_state_after_set_key()
H A Dwlan_hdd_cm_connect.c888 hdd_sta_ctx->conn_info.ptk_installed = false; in wlan_hdd_cm_connect()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h174 bool ptk_installed; member