wifi: cfg80211: introduce cfg80211_ssid_eq()
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 15 Dec 2023 12:38:51 +0000 (15:38 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 19 Dec 2023 16:32:24 +0000 (17:32 +0100)
commit1c1c2b37325934b4318c46966feb03ad9fe83d8a
tree3d5a4af88f06eb333b5837396405491db6d8bdf3
parent4e87ca403e2008b9e182239e1abbf6876a55eb33
wifi: cfg80211: introduce cfg80211_ssid_eq()

Since SSIDs comparison is commonly used across many drivers, introduce
generic 'cfg80211_ssid_eq()' to replace driver-private implementations.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Link: https://msgid.link/20231215123859.196350-1-dmantipov@yandex.ru
[fix kernel-doc return docs]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h