I am working with the AI-M62-13 board and using the example code, I was able to start an Access Point (AP) or Station (STA) mode using command-line commands.
While exploring the codebase, I found some files like "wifi_mgmr_ext.h" and "wifi_mgmr.h", where the functions are declared but not defined. However, I am unable to locate the API files containing the function definitions.
How can I find these files, or how should I proceed to implement my own AP and STA functionality? Any guidance would be appreciated.