Linux wireless drivers development
 help / color / mirror / Atom feed
From: Arend Van Spriel <arend.vanspriel@broadcom.com>
To: Jouni Malinen <jouni@qca.qualcomm.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
	Gery Kahn <gery.kahn@broadcom.com>, Jouni Malinen <j@w1.fi>
Subject: FILS offloading
Date: Wed, 1 Mar 2017 11:28:48 +0100	[thread overview]
Message-ID: <d4fb8ca8-9632-3154-488e-5d7232601ed6@broadcom.com> (raw)

Hoi Jouni,

Not sure which email address to use ;-) I noticed a while ago that FILS
offloading was on the agenda of wireless workshop in Santa Fe. Recently,
looked at the FILS patches that were applied upstream and noticed:

static bool nl80211_valid_auth_type(struct cfg80211_registered_device *rdev,
				    enum nl80211_auth_type auth_type,
				    enum nl80211_commands cmd)
{
	...
	switch (cmd) {
	...
	case NL80211_CMD_CONNECT:
	case NL80211_CMD_START_AP:
		/* SAE not supported yet */
		if (auth_type == NL80211_AUTHTYPE_SAE)
			return false;
		/* FILS not supported yet */
		if (auth_type == NL80211_AUTHTYPE_FILS_SK ||
		    auth_type == NL80211_AUTHTYPE_FILS_SK_PFS ||
		    auth_type == NL80211_AUTHTYPE_FILS_PK)
			return false;
		return true;
	default:
		return false;
	}
}

Are there any plans on QCA side to add FILS support for fullmac devices,
ie. supporting CONNECT command.

Regards,
Arend

             reply	other threads:[~2017-03-01 10:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-01 10:28 Arend Van Spriel [this message]
2017-03-01 14:30 ` FILS offloading Malinen, Jouni

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=d4fb8ca8-9632-3154-488e-5d7232601ed6@broadcom.com \
    --to=arend.vanspriel@broadcom.com \
    --cc=gery.kahn@broadcom.com \
    --cc=j@w1.fi \
    --cc=jouni@qca.qualcomm.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox