This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1807MOD: WFA 5.6.1 - Field check failed for wlan.fixed.status_code==0x007e in dynamic

Part Number: WL1807MOD

Tool/software:


WFA 5.6.1 - Field check failed for wlan.fixed.status_code==0x007e in dynamicSAE-5.6.1_Jul-16-2025__09-08-31-fail_#1_status_code_not_0x007e.zip

{
    "TmsTestResult": {
        "PrimaryTestbed": {
            "Category": "AP",
            "VendorDeviceId": "Mediatek_MT7915AP",
            "company": "Mediatek",
            "firmware": "drv_7.2.18.0-fw_8a01",
            "model": "MT7915AP"
        },
        "TestResult": {
            "Device": "UNKNOWN",
            "Message": "Field check failed for wlan.fixed.status_code==0x007e in dynamic",
            "Result": "FAIL"
        },
        "ExecutionTimeInSeconds": "0",
        "TimeStamp": "2025-07-16T09-10-21Z-08:00",
        "TmsEventId": "XXXXX",
        "TestCaseId": "SAE-5.6.1",
        "SupplementalTestbeds": [
            {
                "Category": "AP",
                "VendorDeviceId": "Qualcomm_IPQ8074",
                "company": "Qualcomm",
                "firmware": "IPQ8074.WFA.11.3-00028-P-1",
                "model": "IPQ8074"
            }
        ],
        "Mode": "Sigma",
        "ProgramName": "WPA3-SAE",
        "PrimaryTestbedParticipantName": "TestbedCompanyName",
        "Dut": {
            "Category": "STA",
            "VendorDeviceId": "_",
            "company": "",
            "firmware": "",
            "model": ""
        },
        "TMSversion": "2.0",
        "DutParticipantName": "DUTCompanyName"
    }
}
  • Few more additional logs

    SAE-5.6.1.zip

  • Hi,

    This test fails because during the authentication process of SAE it expects to see a status code 0f 0x7e, indicating h2e (hash 2 element).

    could be because the agent is not configuring it correctly (or supports it) or maybe the supplicant is not compiled with SAEsupport (CONFIG_SAE). Since you are able to connect with WPA3, it is more likely an agent issue, I will look into it.

    It is always possible to manually add to the created network block of the supplicant configuration file the h2e element support, just for the debug, and see if it makes the test pass.

    Regards,

    Shlomi