qcacmn: Handle STA roaming to another AP/Repeater

Add support in DP WDS source port learning handler to kickout a STA,
when direct associated peer(SA) roams to another AP/Repeater and
reachable via TA peer

Change-Id: I84d0b92c9b4e39c05f4d7c25b3f5afb1d535ca02
CRs-Fixed: 2219924
This commit is contained in:
Pamidipati, Vijay
2018-04-09 23:03:12 +05:30
committed by nshrivas
parent fef604ff99
commit d578db10c0
3 changed files with 64 additions and 41 deletions

View File

@@ -749,6 +749,8 @@ struct ol_if_ops {
int (*config_bssid_in_fw_for_nac_rssi)(struct wlan_objmgr_pdev *pdev,
u_int8_t vdev_id, enum cdp_nac_param_cmd cmd, char *bssid);
#endif
int (*peer_sta_kickout)(void *osif_pdev, uint8_t *peer_macaddr);
/* TODO: Add any other control path calls required to OL_IF/WMA layer */
};