List of System.on events

I’m looking for any undocumented events that can be used with System.on(). More specifically those that have to do with wifi. The only one I’m currently aware of is wifi_listen.

I’ve looked at the reference below, but it doesn’t seem to be complete. It even mentions the use of wifi_listen without it being listed in the table.
https://docs.particle.io/reference/firmware/photon/#system-events-reference

You can look at the enum for them in git. Might be a reason why they are not listed in the docs?
https://github.com/spark/firmware/blob/27dec24644c58935af728b00adb742f7d18a5b86/system/inc/system_event.h

wifi_listen is an alias for setup_all.

This is perfect!

Thanks @gjaman and @mdma