From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [14.98.235.2]) by mx.groups.io with SMTP id smtpd.web12.4161.1588907150539421542 for ; Thu, 07 May 2020 20:05:51 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: amiindia.co.in, ip: 14.98.235.2, mailfrom: sivaramann@amiindia.co.in) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 50F998204A; Fri, 8 May 2020 08:44:07 +0530 (IST) Received: from IMSVA.IN.MEGATRENDS.COM (IMSVA.IN.MEGATRENDS.COM [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2DC2E82047; Fri, 8 May 2020 08:44:06 +0530 (IST) Received: from webmail.amiindia.co.in (venus1.in.megatrends.com [10.0.0.5]) by IMSVA.IN.MEGATRENDS.COM (Postfix) with ESMTPS; Fri, 8 May 2020 08:44:06 +0530 (IST) Received: from VENUS2.in.megatrends.com ([fe80::2002:4a07:4f17:c09b]) by VENUS1.in.megatrends.com ([fe80::951:7975:6ecf:eae5%14]) with mapi id 14.01.0438.000; Fri, 8 May 2020 08:36:05 +0530 From: "Sivaraman Nainar" To: "devel@edk2.groups.io" CC: "jiaxin.wu@intel.com" , "Rabeda, Maciej" Subject: reg: Wifi Connection Manager Setup Page Issues Thread-Topic: reg: Wifi Connection Manager Setup Page Issues Thread-Index: AdYk5UJpOlhlXrj0Tfq+Jy2vYp6Fkw== Date: Fri, 8 May 2020 03:04:21 +0000 Message-ID: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [182.65.182.121] MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-TM-AS-Product-Ver: IMSVA-9.1.0.1817-8.5.0.1020-25406.004 X-TM-AS-Result: No--20.988-5.0-31-10 X-imss-scan-details: No--20.988-5.0-31-10 X-TMASE-Version: IMSVA-9.1.0.1817-8.5.1020-25406.004 X-TMASE-Result: 10--20.987800-10.000000 X-TMASE-MatchedRID: jDXrPA5R7FUSv4DAC236FMXA78ZtFL/gBnIRIVcCWN+eRemS03ylhT9Q bYQFllxRxybSWETL3BdIt9o1rdCXoE8HitdqBBn7h4Ce12gzEFrdXhRKGhNdp2i2BhDPfjxna9d 7ocq6V7utEXpoJ0VYi1ohVcNrXMgocGWImpDN9/zvVbHa5Rs8t0OvwxWboMrdu/zUE1SNSPmM0v GtzEpWJS2Hzt3dJuodvy1D537721dh9/cDmdaORiH9ExNVXbjb58vONxuFmSLJqq1xSxY7FnEgO q9TK8wB4KXw4MCzbgzQ4+c7nDW5KQVwYgwfgwrUMTTrAcDX5/5hS5mf1VdlYXFDgUbbubDbhQH+ YspUfFqNKIBh68PaAUFFIgyqPdWnJKz6lMVjqG4UBWY02fqT/Vkld/SUasf0/Vp/MlKwCgajxYy RBa/qJeBPbNdhr3+dPerMcoCGxRjQLWxBF9DMQSPzRlrdFGDwBL4fBYLiAYgJ0d/zSk/oVBGZox se1XgKtvAWQY4l+R7U9h9N881NSQ== X-TMASE-SNAP-Result: 1.821001.0001-0-1-12:0,22:0,33:0,34:0-0 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_B4DE137BDB63634BAC03BD9DE765F19702AF1C6EBBVenus2inmegat_" --_000_B4DE137BDB63634BAC03BD9DE765F19702AF1C6EBBVenus2inmegat_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, Getting an issue in Wifi Connection Manager Setup page when UEFI Spec 2.8 B= rowserCallback specific changes integrated in Setup Browser. According to UEFI Spec 2.8, Browser Callback is allowed to call only from D= river's ConfigAccess protocol and via ConfigAccess->Callback() it allowed f= or all type of actions except EFI_BROWSER_ACTION_FORM_OPEN. WifiMgrDxeHiiConfigAccessCallback() is the callback function of WifiConnect= ionMgr. In this callback Security Type IfrData is updated on action EFI_BRO= WSER_ACTION_FORM_OPEN. When the setup browser is not invoking the WifiMgrD= xeHiiConfigAccessCallback in EFI_BROWSER_ACTION_FORM_OPEN action the contro= l value not updated hence the browser does not show the Security Password c= ontrol. The VFR suppress the Password control and shows the control only wh= en SecurityType is SECURITY_TYPE_WPA2_PERSONAL. Would you please feedback how this can be addressed? -Siva --_000_B4DE137BDB63634BAC03BD9DE765F19702AF1C6EBBVenus2inmegat_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,

Getting an issue in Wifi Connection Manager Setup pa= ge when UEFI Spec 2.8 BrowserCallback specific changes integrated in Setup = Browser.

According to UEFI Spec 2.8, Browser Callback is allo= wed to call only from Driver's ConfigAccess protocol and via ConfigAccess-&= gt;Callback() it allowed for all type of actions except EFI_BROWSER_ACTION_= FORM_OPEN.

WifiMgrDxeHiiConfigAccessCallback() is the callback = function of WifiConnectionMgr. In this callback Security Type IfrData is up= dated on action EFI_BROWSER_ACTION_FORM_OPEN.  When the setup browser = is not invoking the WifiMgrDxeHiiConfigAccessCallback in EFI_BROWSER_ACTION_FORM_OPEN action the control value not updated hence= the browser does not show the Security Password control. The VFR suppress = the Password control and shows the control only when SecurityType is SECURITY_TYPE_WPA2_PERSONAL.

Would you please feedback how this can be addressed?

-Siva

--_000_B4DE137BDB63634BAC03BD9DE765F19702AF1C6EBBVenus2inmegat_--