Searched refs:pAssocRespIEsBuffer (Results 1 – 3 of 3) sorted by relevance
2367 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()
5043 if (config->assocRespIEsLen > 0 && config->pAssocRespIEsBuffer) { in sap_build_start_bss_config()5047 config->pAssocRespIEsBuffer; in sap_build_start_bss_config()
560 void *pAssocRespIEsBuffer; member