It is possible but not built-in. There are two options:
- Add the network profiles registry keys to registry scanning.
- Create a action (Configuration\Asset Pages) with the following command: cmd.exe /K "netsh wlan show profiles"
They are both not perfect, but the first one lets you scan for specific network profiles provided that the registry keys do not consist of a randomly generated string.
The second one is best if you just want to check specific and do if you do not need the information to be in the database.