qcacmn: Add function to check WDS ext peer
Add function to check WDS ext peer. Change-Id: Ic29cb04fc2830240854921fe3eeadd03e8171979 CRs-Fixed: 3340244
Tento commit je obsažen v:

odevzdal
Madan Koyyalamudi

rodič
075b483358
revize
85e7faff70
@@ -2127,17 +2127,6 @@ QDF_STATUS dp_register_peer(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
QDF_STATUS dp_clear_peer(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
struct qdf_mac_addr peer_addr);
|
||||
|
||||
/*
|
||||
* dp_find_peer_exist - find peer if already exists
|
||||
* @soc: datapath soc handle
|
||||
* @pdev_id: physical device instance id
|
||||
* @peer_mac_addr: peer mac address
|
||||
*
|
||||
* Return: true or false
|
||||
*/
|
||||
bool dp_find_peer_exist(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
uint8_t *peer_addr);
|
||||
|
||||
/*
|
||||
* dp_find_peer_exist_on_vdev - find if peer exists on the given vdev
|
||||
* @soc: datapath soc handle
|
||||
@@ -2258,6 +2247,17 @@ void dp_set_peer_as_tdls_peer(struct cdp_soc_t *soc_hdl, uint8_t vdev_id,
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* dp_find_peer_exist - find peer if already exists
|
||||
* @soc: datapath soc handle
|
||||
* @pdev_id: physical device instance id
|
||||
* @peer_mac_addr: peer mac address
|
||||
*
|
||||
* Return: true or false
|
||||
*/
|
||||
bool dp_find_peer_exist(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
uint8_t *peer_addr);
|
||||
|
||||
int dp_addba_resp_tx_completion_wifi3(struct cdp_soc_t *cdp_soc,
|
||||
uint8_t *peer_mac, uint16_t vdev_id,
|
||||
uint8_t tid,
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele