Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_session.c52 buf_size = WLAN_MAX_VDEVS * (SIR_SAP_MAX_NUM_PEERS + 1) * in pe_allocate_dph_node_array_buffer()
70 return &g_dph_node_array[session_id * (SIR_SAP_MAX_NUM_PEERS + 1)]; in pe_get_session_dph_node_array()
75 g_dph_node_array[WLAN_MAX_VDEVS][SIR_SAP_MAX_NUM_PEERS + 1];
689 sizeof(struct sDphHashNode) * (SIR_SAP_MAX_NUM_PEERS + 1)); in pe_create_session()
926 (SIR_SAP_MAX_NUM_PEERS + 1)); in pe_delete_session()
H A Dlim_api.c817 (cds_cfg->max_station > SIR_SAP_MAX_NUM_PEERS) ? in pe_open()
818 SIR_SAP_MAX_NUM_PEERS : cds_cfg->max_station; in pe_open()
/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2525 #define SIR_SAP_MAX_NUM_PEERS (CONFIG_SIR_SAP_MAX_NUM_PEERS) macro
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h118 #ifndef SIR_SAP_MAX_NUM_PEERS
119 #define SIR_SAP_MAX_NUM_PEERS 32 macro