Home
last modified time | relevance | path

Searched refs:max_peer_count (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
Dwlan_objmgr_psoc_obj.h371 uint16_t max_peer_count; member
1771 uint16_t max_peer_count) in wlan_psoc_set_max_peer_count() argument
1773 if (max_peer_count > WLAN_UMAC_PSOC_MAX_PEERS) in wlan_psoc_set_max_peer_count()
1776 psoc->soc_objmgr.max_peer_count = max_peer_count; in wlan_psoc_set_max_peer_count()
1790 return psoc->soc_objmgr.max_peer_count; in wlan_psoc_get_max_peer_count()
Dwlan_objmgr_pdev_obj.h230 uint16_t max_peer_count; member
1065 pdev->pdev_objmgr.max_peer_count = count; in wlan_pdev_set_max_peer_count()
1079 return pdev->pdev_objmgr.max_peer_count; in wlan_pdev_get_max_peer_count()
Dwlan_objmgr_vdev_obj.h432 uint16_t max_peer_count; member
2225 vdev->vdev_objmgr.max_peer_count = count; in wlan_vdev_set_max_peer_count()
2239 return vdev->vdev_objmgr.max_peer_count; in wlan_vdev_get_max_peer_count()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
Dwlan_objmgr_vdev_obj.c234 vdev->vdev_objmgr.max_peer_count = WLAN_UMAC_MAX_STA_PEERS; in wlan_objmgr_vdev_obj_create()
236 vdev->vdev_objmgr.max_peer_count = in wlan_objmgr_vdev_obj_create()
245 vdev->vdev_objmgr.max_peer_count + in wlan_objmgr_vdev_obj_create()
747 qdf_list_create(logical_del_peerlist, vdev_obj->max_peer_count); in wlan_obj_vdev_populate_logically_del_peerlist()
939 if (objmgr->wlan_peer_count >= objmgr->max_peer_count) { in wlan_objmgr_vdev_peer_attach()
Dwlan_objmgr_pdev_obj.c141 pdev->pdev_objmgr.max_peer_count = wlan_psoc_get_max_peer_count(psoc); in wlan_objmgr_pdev_obj_create()
1191 obj_mgr_debug("max_peer_count: %d", pdev_objmgr->max_peer_count); in wlan_print_pdev_info()
Dwlan_objmgr_psoc_obj.c137 objmgr->max_peer_count = WLAN_UMAC_PSOC_MAX_PEERS; in wlan_objmgr_psoc_obj_create()
3116 obj_mgr_debug("max_peer_count: %d", psoc_objmgr->max_peer_count); in wlan_print_psoc_info()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_main.c7497 uint16_t max_peer_count; in hdd_vdev_configure_max_tdls_params() local
7504 max_peer_count = cfg_tdls_get_max_peer_count(psoc); in hdd_vdev_configure_max_tdls_params()
7505 max_peer_count += 3; in hdd_vdev_configure_max_tdls_params()
7506 wlan_vdev_set_max_peer_count(vdev, max_peer_count); in hdd_vdev_configure_max_tdls_params()