Hello, My problem: I am listening to nl80211 events the same way it is done in project iw. Before listening to events on a nl80211 socket I register it for receiving Probe Request via NL80211_CMD_REGISTER_FRAME ( I checked wpa_supplicant to do it correctly ). My socket does not seem to receive any NL80211_CMD_FRAME events. Question: What interface do I have to send my NL80211_CMD_REGISTER_FRAME message to receive chosen frames. Is the event listening method used in project iw (file "event.c") enough to receive NL80211_CMD_FRAME events, or do I have to do something else (something like event loop from wpa_supplicant)? Thank You very much. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html