public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Priyansha Tiwari <priyansha.tiwari@oss.qualcomm.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org, quic_drohan@quicinc.com
Subject: Re: [PATCH wireless-next v1 1/4] wifi: nl80211: rename PROBE_CLIENT to PROBE_PEER and add STA-side probing support
Date: Fri, 17 Apr 2026 18:58:00 +0530	[thread overview]
Message-ID: <3a6025b1-5098-4760-ade8-eb7ea4b65816@oss.qualcomm.com> (raw)
In-Reply-To: <acdce727bcc094ae13846bcf03bf0a6206186200.camel@sipsolutions.net>


On 4/15/2026 3:23 PM, Johannes Berg wrote:
> On Wed, 2026-04-15 at 15:13 +0530, Priyansha Tiwari wrote:
>> From: Priyansha Tiwari <priyansha.tiwari@oss.qualcomm.com>
>>
>> Rename NL80211_CMD_PROBE_CLIENT to NL80211_CMD_PROBE_PEER to generalize
>> peer probing, AP/GO continue to probe associated STAs (legacy PROBE_CLIENT
>> behavior) while, when the driver advertises NL80211_EXT_FEATURE_PROBE_AP,
>> a STA/P2P-client may probe its currently associated AP to quickly verify link
>> responsiveness without waiting for traffic or long timeouts.
> Why though? Link management etc. is totally up to the driver/mac80211...
>
> Also I'm sure this isn't going to work for all devices, e.g. Intel
> devices can't send NDPs from the host (this is probably wrong in the
> iwlmld driver for AP side though.)
>
> johannes
The intent is not link management, it is to let userspace explicitly 
verify AP reachability on demand, without waiting for mac80211's 
internal probe timer.

No change has been made to the AP/GO side.

The NL80211_EXT_FEATURE_PROBE_AP flag gates this feature: only drivers 
that can handle host-initiated nullfunc frames in STA mode will 
advertise it.
Drivers like iwlmld that handle this in firmware would not set the flag, 
so userspace would not use the feature on those devices.


  reply	other threads:[~2026-04-17 13:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-15  9:43 [PATCH wireless-next v1 0/4] wifi: nl80211: introduce PROBE_PEER for AP and STA with MLO support Priyansha Tiwari
2026-04-15  9:43 ` [PATCH wireless-next v1 1/4] wifi: nl80211: rename PROBE_CLIENT to PROBE_PEER and add STA-side probing support Priyansha Tiwari
2026-04-15  9:53   ` Johannes Berg
2026-04-17 13:28     ` Priyansha Tiwari [this message]
2026-04-15  9:43 ` [PATCH wireless-next v1 2/4] wifi: cfg80211/nl80211: rename to probe_peer(), extend probe status, and update in-tree users Priyansha Tiwari
2026-04-15  9:43 ` [PATCH wireless-next v1 3/4] wifi: mac80211: add per-link PROBE_PEER support Priyansha Tiwari
2026-04-15  9:43 ` [PATCH wireless-next v1 4/4] wifi: mac80211_hwsim: report TX status link_id Priyansha Tiwari
2026-04-15  9:48   ` Johannes Berg

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=3a6025b1-5098-4760-ade8-eb7ea4b65816@oss.qualcomm.com \
    --to=priyansha.tiwari@oss.qualcomm.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_drohan@quicinc.com \
    /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