Home
last modified time | relevance | path

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

/linux/net/wireless/tests/
H A Dscan.c617 link_bss = __cfg80211_get_bss(wiphy, NULL, sta_prof.bssid, NULL, 0, in KUNIT_ARRAY_PARAM_DESC()
/linux/include/net/
H A Dcfg80211.h7408 struct cfg80211_bss *__cfg80211_get_bss(struct wiphy *wiphy,
7436 return __cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, in cfg80211_get_bss()
/linux/net/wireless/
H A Dscan.c1555 struct cfg80211_bss *__cfg80211_get_bss(struct wiphy *wiphy, in __cfg80211_get_bss() function
1605 EXPORT_SYMBOL(__cfg80211_get_bss);
H A Dnl80211.c11101 bss = __cfg80211_get_bss(&rdev->wiphy, chan, bssid, in nl80211_assoc_bss()