This patch allows wpa_supplicant to set the drop_unencrypted setting in mac80211. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- This patch applies to both 2.6.24 and #everything net/mac80211/ieee80211_ioctl.c | 3 +++ 1 file changed, 3 insertions(+) --- linux-2.6.orig/net/mac80211/ieee80211_ioctl.c 2007-11-13 19:00:03.519120007 +0100 +++ linux-2.6/net/mac80211/ieee80211_ioctl.c 2007-11-28 11:01:25.218924587 +0100 @@ -928,6 +928,9 @@ static int ieee80211_ioctl_siwauth(struc case IW_AUTH_RX_UNENCRYPTED_EAPOL: case IW_AUTH_KEY_MGMT: break; + case IW_AUTH_DROP_UNENCRYPTED: + sdata->drop_unencrypted = !!data->value; + break; case IW_AUTH_PRIVACY_INVOKED: if (sdata->type != IEEE80211_IF_TYPE_STA) ret = -EINVAL; - 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