Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/
H A Dtarget_if_crypto.c172 bool peer_exist = false; in target_if_crypto_set_key() local
218 peer_exist = cdp_find_peer_exist(soc, in target_if_crypto_set_key()
228 peer_exist = true; in target_if_crypto_set_key()
233 if ((key_type == WLAN_CRYPTO_KEY_TYPE_UNICAST) && !peer_exist) { in target_if_crypto_set_key()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c4553 bool peer_exist = false; in wma_add_bss_lfr2_vdev_start() local
4572 peer_exist = wma_cdp_find_peer_by_addr(mlme_obj->mgmt.generic.bssid); in wma_add_bss_lfr2_vdev_start()
4573 if (!peer_exist) { in wma_add_bss_lfr2_vdev_start()
4597 if (peer_exist) in wma_add_bss_lfr2_vdev_start()
4629 bool peer_exist; in wma_send_peer_assoc_req() local
4648 peer_exist = wma_cdp_find_peer_by_addr(add_bss->bssId); in wma_send_peer_assoc_req()
4649 if (add_bss->nonRoamReassoc && peer_exist) in wma_send_peer_assoc_req()
4655 if (!peer_exist) { in wma_send_peer_assoc_req()
6067 bool peer_exist = false; in wma_delete_bss() local
6099 peer_exist = wma_cdp_find_peer_by_addr(addr); in wma_delete_bss()
[all …]
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c16581 bool peer_exist = false; in sme_check_for_duplicate_session() local
16593 peer_exist = cdp_find_peer_exist(soc, OL_TXRX_PDEV_ID, in sme_check_for_duplicate_session()
16595 if (peer_exist) { in sme_check_for_duplicate_session()