All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com>
To: "Tobin C. Harding" <me@tobin.cc>, linux-wireless@vger.kernel.org
Subject: Re: cfg80211_ops
Date: Wed, 21 Jun 2017 17:53:13 -0700	[thread overview]
Message-ID: <a3105fed-a02b-cd0e-1f4a-e3f9a0b7dd1f@quantenna.com> (raw)
In-Reply-To: <20170622000347.GA15458@eros>

On 06/21/2017 05:03 PM, Tobin C. Harding wrote:
> 
> Hi,
> 
> Is some one able to please confirm for me that the following
> cfg80211_ops callbacks are enough to implement a minimal functioning
> Wi-Fi driver. Assume that a virtual interface is added during driver
> initialization.
> 
> scan
> add_key
> get_key
> del_key
> sat_default_key
> connect
> disconnect
> set_wiphy_params

Hi, is this for STA-only? I guess you also need
mgmt_frame_register
mgmt_tx

and you don't need *_key callbacks in case its fine to operate without 
encryption.

> 
> thanks,
> Tobin
> 

  reply	other threads:[~2017-06-22  0:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22  0:03 cfg80211_ops Tobin C. Harding
2017-06-22  0:53 ` Igor Mitsyanko [this message]
2017-06-22  3:46   ` cfg80211_ops Tobin C. Harding
2017-06-22  6:30   ` cfg80211_ops Johannes Berg
2017-06-22  7:45     ` cfg80211_ops Arend van Spriel

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=a3105fed-a02b-cd0e-1f4a-e3f9a0b7dd1f@quantenna.com \
    --to=igor.mitsyanko.os@quantenna.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=me@tobin.cc \
    /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.