Home
last modified time | relevance | path

Searched refs:wlan_psoc_get_max_peer_count (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dinit_event_handler.c396 if ((wlan_psoc_get_max_peer_count(psoc) > in init_deinit_service_ready_event_handler()
398 (wlan_psoc_get_max_peer_count(psoc) < in init_deinit_service_ready_event_handler()
402 wlan_psoc_get_max_peer_count(psoc) + in init_deinit_service_ready_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_psoc_obj.h1787 static inline uint16_t wlan_psoc_get_max_peer_count( in wlan_psoc_get_max_peer_count() function
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/
H A Dwlan_objmgr_pdev_obj.c141 pdev->pdev_objmgr.max_peer_count = wlan_psoc_get_max_peer_count(psoc); in wlan_objmgr_pdev_obj_create()
H A Dwlan_objmgr_psoc_obj.c2094 >= wlan_psoc_get_max_peer_count(psoc)) { in wlan_objmgr_psoc_peer_attach()