Searched refs:cdp_find_peer_exist (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wds.c | 67 if (!cdp_find_peer_exist(soc, OL_TXRX_PDEV_ID, mac_addr)) { in hdd_wds_replace_peer_mac()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_nan_datapath.c | 65 if (cdp_find_peer_exist(soc, pdev_id, add_sta->staMac)) { in wma_add_sta_ndi_mode()
|
D | wma_dev_if.c | 4334 if (!cdp_find_peer_exist(soc, OL_TXRX_PDEV_ID, mac_addr)) { in wma_pre_vdev_start_setup() 4452 return cdp_find_peer_exist(soc, pdev_id, peer_addr); in wma_cdp_find_peer_by_addr() 4841 if (cdp_find_peer_exist(soc, pdev_id, add_sta->staMac)) { in wma_add_sta_req_ap_mode()
|
D | wma_utils.c | 4446 if (!cdp_find_peer_exist(soc, pdev_id, bss_peer.bytes)) { in wma_remove_bss_peer_on_failure()
|
/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/ |
D | target_if_crypto.c | 218 peer_exist = cdp_find_peer_exist(soc, in target_if_crypto_set_key()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_peer_ops.h | 120 cdp_find_peer_exist(ol_txrx_soc_handle soc, uint8_t pdev_id, in cdp_find_peer_exist() function
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_softap_txrx.c | 441 if (!cdp_find_peer_exist(soc, OL_TXRX_PDEV_ID, mac_addr)) { in dp_wds_replace_peer_mac()
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 16593 peer_exist = cdp_find_peer_exist(soc, OL_TXRX_PDEV_ID, in sme_check_for_duplicate_session()
|