Home
last modified time | relevance | path

Searched refs:updateType (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_internal.h550 eUpdateIEsType updateType);
553 tSirUpdateIE *pUpdateIE, eUpdateIEsType updateType);
H A Dsme_api.h1353 tSirModifyIE *pModifyIE, eUpdateIEsType updateType);
1355 tSirUpdateIE *pUpdateIE, eUpdateIEsType updateType);
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c2316 eUpdateIEsType updateType) in wlansap_update_sap_config_add_ie() argument
2337 sap_debug("update_type: %d", updateType); in wlansap_update_sap_config_add_ie()
2343 switch (updateType) { in wlansap_update_sap_config_add_ie()
2378 sap_debug("No matching buffer type %d", updateType); in wlansap_update_sap_config_add_ie()
2389 eUpdateIEsType updateType) in wlansap_reset_sap_config_add_ie() argument
2396 switch (updateType) { in wlansap_reset_sap_config_add_ie()
2404 if (eUPDATE_IE_ALL != updateType) in wlansap_reset_sap_config_add_ie()
2413 if (eUPDATE_IE_ALL != updateType) in wlansap_reset_sap_config_add_ie()
2422 if (eUPDATE_IE_ALL != updateType) in wlansap_reset_sap_config_add_ie()
2426 if (eUPDATE_IE_ALL != updateType) in wlansap_reset_sap_config_add_ie()
[all …]
/wlan-driver/qcacld-3.0/core/sap/inc/
H A Dsap_api.h1314 eUpdateIEsType updateType);
1317 eUpdateIEsType updateType);
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c9908 modify_add_ies->updateType); in lim_process_modify_add_ies()
9912 switch (modify_add_ies->updateType) { in lim_process_modify_add_ies()
9926 modify_add_ies->updateType); in lim_process_modify_add_ies()
9931 modify_add_ies->updateType); in lim_process_modify_add_ies()
9978 switch (update_add_ies->updateType) { in lim_process_update_add_ies()
9996 update_add_ies->updateType); in lim_process_update_add_ies()
10003 switch (update_add_ies->updateType) { in lim_process_update_add_ies()
10060 update_add_ies->updateType); in lim_process_update_add_ies()
10063 pe_err("unhandled buffer type %d", update_add_ies->updateType); in lim_process_update_add_ies()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c7064 tSirModifyIE *pModifyIE, eUpdateIEsType updateType) in csr_roam_modify_add_ies() argument
7099 pModifyAddIEInd->updateType = updateType; in csr_roam_modify_add_ies()
7127 tSirUpdateIE *pUpdateIE, eUpdateIEsType updateType) in csr_roam_update_add_ies() argument
7160 pUpdateAddIEs->updateType = updateType; in csr_roam_update_add_ies()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_api.h2301 eUpdateIEsType updateType; member
2319 eUpdateIEsType updateType; member
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_api.c9105 tSirModifyIE *pModifyIE, eUpdateIEsType updateType) in sme_modify_add_ie() argument
9113 status = csr_roam_modify_add_ies(mac, pModifyIE, updateType); in sme_modify_add_ie()
9129 tSirUpdateIE *pUpdateIE, eUpdateIEsType updateType) in sme_update_add_ie() argument
9137 status = csr_roam_update_add_ies(mac, pUpdateIE, updateType); in sme_update_add_ie()