(event)
| 211 | // triggered periodically, we use this to send a probe for a fake access point in order |
| 212 | // to detect rogue AP attacks |
| 213 | function onTick(event) { |
| 214 | run('wifi.probe ' + fakeBSSID + ' ' + fakeESSID); |
| 215 | } |
nothing calls this directly
no outgoing calls
no test coverage detected