Searched refs:inform_bss (Results 1 – 4 of 4) sorted by relevance
314 struct inform_bss { struct325 struct inform_bss *ctx = t_wiphy_ctx(wiphy); in inform_bss_inc_counter() argument337 struct inform_bss ctx = { in test_inform_bss_ssid_only()342 struct cfg80211_inform_bss inform_bss = { in test_inform_bss_ssid_only() local358 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() local557 KUNIT_ASSERT_NOT_NULL(test, inform_bss.chan); in KUNIT_ARRAY_PARAM_DESC()862 static struct kunit_suite inform_bss = { variable[all …]
417 if (rdev->ops->inform_bss) in rdev_inform_bss()418 rdev->ops->inform_bss(&rdev->wiphy, bss, ies, drv_data); in rdev_inform_bss()
4742 void (*inform_bss)(struct wiphy *wiphy, struct cfg80211_bss *bss, member
5242 .inform_bss = ieee80211_inform_bss,