Home
last modified time | relevance | path

Searched refs:inform_bss (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/wireless/tests/
H A Dscan.c314 struct inform_bss { struct
325 struct inform_bss *ctx = t_wiphy_ctx(wiphy); in inform_bss_inc_counter() argument
337 struct inform_bss ctx = { in test_inform_bss_ssid_only()
342 struct cfg80211_inform_bss inform_bss = { in test_inform_bss_ssid_only() local
358 w_priv->ops->inform_bss = inform_bss_inc_counter; in test_inform_bss_ssid_only()
361 KUNIT_ASSERT_NOT_NULL(test, inform_bss.chan); in test_inform_bss_ssid_only()
441 struct inform_bss ctx = { in KUNIT_ARRAY_PARAM_DESC()
446 struct cfg80211_inform_bss inform_bss = { in KUNIT_ARRAY_PARAM_DESC() local
557 KUNIT_ASSERT_NOT_NULL(test, inform_bss.chan); in KUNIT_ARRAY_PARAM_DESC()
862 static struct kunit_suite inform_bss = { variable
[all …]
/linux-6.15/net/wireless/
H A Drdev-ops.h417 if (rdev->ops->inform_bss) in rdev_inform_bss()
418 rdev->ops->inform_bss(&rdev->wiphy, bss, ies, drv_data); in rdev_inform_bss()
/linux-6.15/include/net/
H A Dcfg80211.h4742 void (*inform_bss)(struct wiphy *wiphy, struct cfg80211_bss *bss, member
/linux-6.15/net/mac80211/
H A Dcfg.c5242 .inform_bss = ieee80211_inform_bss,