]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
nl80211: Fix typo in SAE PWE debug message
authorPooventhiran G <quic_pooventh@quicinc.com>
Wed, 5 Mar 2025 16:27:59 +0000 (21:57 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 5 Mar 2025 16:57:14 +0000 (18:57 +0200)
Signed-off-by: Pooventhiran G <quic_pooventh@quicinc.com>
src/drivers/driver_nl80211.c

index 398ee5c0a955278da25f81b751137612014f4b61..56a412732d6e41caad2f18946fc6997ecff0a705 100644 (file)
@@ -4834,7 +4834,7 @@ static int nl80211_put_sae_pwe(struct nl_msg *msg, enum sae_pwe pwe)
 {
        u8 sae_pwe;
 
-       wpa_printf(MSG_DEBUG, "nl802111: sae_pwe=%d", pwe);
+       wpa_printf(MSG_DEBUG, "nl80211: sae_pwe=%d", pwe);
        if (pwe == SAE_PWE_HUNT_AND_PECK)
                sae_pwe = NL80211_SAE_PWE_HUNT_AND_PECK;
        else if (pwe == SAE_PWE_HASH_TO_ELEMENT)