lkml.org 
[lkml]   [2022]   [Jul]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.4 07/16] wifi: cfg80211: Allow P2P client interface to indicate port authorization
    Date
    From: Vinayak Yadawad <vinayak.yadawad@broadcom.com>

    [ Upstream commit 8d70f33ed7207e82e51d5a4436c8ba2268a83b14 ]

    In case of 4way handshake offload, cfg80211_port_authorized
    enables driver to indicate successful 4way handshake to cfg80211 layer.
    Currently this path of port authorization is restricted to
    interface type NL80211_IFTYPE_STATION. This patch extends
    the use of port authorization API for P2P client as well.

    Signed-off-by: Vinayak Yadawad <vinayak.yadawad@broadcom.com>
    Link: https://lore.kernel.org/r/ef25cb49fcb921df2e5d99e574f65e8a009cc52c.1655905440.git.vinayak.yadawad@broadcom.com
    Signed-off-by: Johannes Berg <johannes.berg@intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    net/wireless/sme.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/net/wireless/sme.c b/net/wireless/sme.c
    index 63f89687a018..b70d7e8fbc12 100644
    --- a/net/wireless/sme.c
    +++ b/net/wireless/sme.c
    @@ -1032,7 +1032,8 @@ void __cfg80211_port_authorized(struct wireless_dev *wdev, const u8 *bssid)
    {
    ASSERT_WDEV_LOCK(wdev);

    - if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
    + if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION &&
    + wdev->iftype != NL80211_IFTYPE_P2P_CLIENT))
    return;

    if (WARN_ON(!wdev->current_bss) ||
    --
    2.35.1
    \
     
     \ /
      Last update: 2022-07-20 03:27    [W:4.294 / U:0.236 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site