Moving away from LMAC Firmware (since we got no code) ... Let's study the mysterious #BL602#WiFi Library "libwifi" ... Which has been decompiled into C by BraveHeartFLOSSDev
From Now On: We shall read and understand the AliOS / RivieraWaves Source Code ... While comparing it with the Decompiled Code for #BL602 libwifi ... Just to be sure that they are the same 🤝
Back to ke_evt_schedule, the function in #BL602#WiFi Driver Kernel that handles every WiFi Event ... Let's hunt for ke_evt_hdlr and discover the WiFi Events
txl_payload_handle handles #BL602#WiFi Payloads by doing ... nothing! But txl_payload_handle_backup seems to be the right function that handles WiFi Payloads 🤔
Let's do Quantitative Analysis of the Decompiled #BL602#WiFi Demo Firmware ... How many lines of code do we actually need to Reverse Engineer ... Now that we've found some matching source files?