mac80211: allow userspace registration for probe requests in IBSS
authorAntonio Quartulli <antonio@open-mesh.com>
Thu, 29 Nov 2012 23:18:12 +0000 (00:18 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 30 Nov 2012 12:39:05 +0000 (13:39 +0100)
This change allows userspace to register for probe request
frames on an IBSS interface. Userspace then has to handle
them and send replies.

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/main.c

index c4ed83b74e520a4f9b6bddeff4ab2d102a996694..4ece42ca87bbcacc94b2f3ebe4cb2dfa2244a5ed 100644 (file)
@@ -474,7 +474,8 @@ ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = {
                .tx = 0xffff,
                .rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
                        BIT(IEEE80211_STYPE_AUTH >> 4) |
-                       BIT(IEEE80211_STYPE_DEAUTH >> 4),
+                       BIT(IEEE80211_STYPE_DEAUTH >> 4) |
+                       BIT(IEEE80211_STYPE_PROBE_REQ >> 4),
        },
        [NL80211_IFTYPE_STATION] = {
                .tx = 0xffff,
This page took 0.027188 seconds and 5 git commands to generate.