1) How will I get my wireless routers MAC address (which I connected to) from my system.ipconfig /all give my local machine network card MAC address.
2) And "arp -a" give MAC address what I wanted but is there any other way to find wireless router MAC address using Python?
3) How often arp table updates? If network change or MAC address change will update happens in ARP table affect immediately?