All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Jouni Malinen <j@w1.fi>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [RFC] mac80211/cfg80211: Add vif configuration options
Date: Fri, 15 Aug 2008 21:43:44 +0200	[thread overview]
Message-ID: <1218829424.3197.2.camel@localhost> (raw)
In-Reply-To: <20080815193324.GH7998@jm.kir.nu> (sfid-20080815_213419_513780_72D8D6C8)

On Fri, 2008-08-15 at 22:33 +0300, Jouni Malinen wrote:

> +/**
> + * struct vif_parameters - Virtual interface parameters
> + *
> + * Used to change virtual interface parameters.
> + *
> + * @drop_unencrypted: Whether to drop unencrypted frames
> + *	(0 = no, 1 = yes, -1 = do not change)
> + * @userspace_mlme: Whether to use userspace MLME
> + *	(0 = no, 1 = yes, -1 = do not change)
> + */
> +struct vif_parameters {
> +	int drop_unencrypted;
> +	int userspace_mlme;
> +};

>   * @set_mesh_cfg: set mesh parameters (by now, just mesh id)
>   *
>   * @change_bss: Modify parameters for a given BSS.
> + *
> + * @change_vif: Modify parameters for a given virtual interface.

That reminds me, we should probably include the "bridge packets" thing
in the BSS parameters (or here?)

johannes


  parent reply	other threads:[~2008-08-15 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-15 19:33 [RFC] mac80211/cfg80211: Add vif configuration options Jouni Malinen
2008-08-15 19:41 ` Luis R. Rodriguez
2008-08-15 19:43 ` Johannes Berg [this message]
2008-08-18  9:50   ` Jouni Malinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1218829424.3197.2.camel@localhost \
    --to=johannes@sipsolutions.net \
    --cc=j@w1.fi \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.