|
@@ -5652,36 +5652,6 @@ QDF_STATUS sme_roam_update_apwpsie(tHalHandle hHal, uint8_t sessionId,
|
|
|
return status;
|
|
|
}
|
|
|
|
|
|
-/*
|
|
|
- * sme_roam_update_apwparsni_es() -
|
|
|
- * To update AP's WPA/RSN IEs. This function should be called after SME AP
|
|
|
- * session is created
|
|
|
- * This is an asynchronous API.
|
|
|
- *
|
|
|
- * pAPSirRSNie - pointer to a caller allocated object of tSirRSNie with
|
|
|
- * WPS/RSN IEs
|
|
|
- * Return QDF_STATUS SUCCESS
|
|
|
- * FAILURE or RESOURCES The API finished and failed.
|
|
|
- */
|
|
|
-QDF_STATUS sme_roam_update_apwparsni_es(tHalHandle hHal, uint8_t sessionId,
|
|
|
- tSirRSNie *pAPSirRSNie)
|
|
|
-{
|
|
|
-
|
|
|
- QDF_STATUS status = QDF_STATUS_E_FAILURE;
|
|
|
- tpAniSirGlobal pMac = PMAC_STRUCT(hHal);
|
|
|
-
|
|
|
- status = sme_acquire_global_lock(&pMac->sme);
|
|
|
- if (QDF_IS_STATUS_SUCCESS(status)) {
|
|
|
-
|
|
|
- status = csr_roam_update_wparsni_es(pMac, sessionId,
|
|
|
- pAPSirRSNie);
|
|
|
-
|
|
|
- sme_release_global_lock(&pMac->sme);
|
|
|
- }
|
|
|
-
|
|
|
- return status;
|
|
|
-}
|
|
|
-
|
|
|
/*
|
|
|
* sme_change_mcc_beacon_interval() -
|
|
|
* To update P2P-GO beaconInterval. This function should be called after
|