Home
last modified time | relevance | path

Searched refs:pAssocRespIEsBuffer (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c2367 if (config->pAssocRespIEsBuffer) in wlansap_update_sap_config_add_ie()
2368 qdf_mem_free(config->pAssocRespIEsBuffer); in wlansap_update_sap_config_add_ie()
2371 config->pAssocRespIEsBuffer = pBuffer; in wlansap_update_sap_config_add_ie()
2374 config->pAssocRespIEsBuffer = NULL; in wlansap_update_sap_config_add_ie()
2408 if (config->pAssocRespIEsBuffer) { in wlansap_reset_sap_config_add_ie()
2409 qdf_mem_free(config->pAssocRespIEsBuffer); in wlansap_reset_sap_config_add_ie()
2411 config->pAssocRespIEsBuffer = NULL; in wlansap_reset_sap_config_add_ie()
H A Dsap_fsm.c5043 if (config->assocRespIEsLen > 0 && config->pAssocRespIEsBuffer) { in sap_build_start_bss_config()
5047 config->pAssocRespIEsBuffer; in sap_build_start_bss_config()
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h560 void *pAssocRespIEsBuffer; member