Is it possible to get some notification into user space when a
network connection (Ethernet or WLAN) becomes available? I see
messages from the kernel via printk() when I insert or unplug the
patch cable from my NIC telling the link state has changed. Is this
notification also available i user space?
And is there something similar for WLAN, i.e. some notification when I
move into some hot spot? AFAIK, iwconfig can show I an AP is
reachable but I have to poll regulary with iwconfig to detect new
APs. Can this be done without polling?
urs
|