def sniff_wifi_ssid_mac(): """Scan for WiFi's and return SSID and ESSID.""" sniff(count=0, prn=sniff_wifi_ssid_mac_callback, store=0)