Searched refs:peer_exist (Results 1 – 3 of 3) sorted by relevance
172 bool peer_exist = false; in target_if_crypto_set_key() local218 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()
4553 bool peer_exist = false; in wma_add_bss_lfr2_vdev_start() local4572 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() local4648 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() local6099 peer_exist = wma_cdp_find_peer_by_addr(addr); in wma_delete_bss()[all …]
16581 bool peer_exist = false; in sme_check_for_duplicate_session() local16593 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()