Searched refs:use_for (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/wireless/
H A Dscan.c1546 u32 use_for)
1571 if ((bss->pub.use_for & use_for) != use_for)
1867 known->pub.use_for &= new->pub.use_for;
2120 u8 use_for; member in struct:cfg80211_inform_single_bss_data
2188 data->use_for = 0;
2207 tmp.pub.use_for = data->use_for;
1540 __cfg80211_get_bss(struct wiphy *wiphy, struct ieee80211_channel *channel, const u8 *bssid, const u8 *ssid, size_t ssid_len, enum ieee80211_bss_type bss_type, enum ieee80211_privacy privacy, u32 use_for) argument
2656 u32 use_for; member in struct:tbtt_info_iter_data
2894 u8 link_id, use_for; local
[all...]
H A Dnl80211.c10377 if (nla_put_u32(msg, NL80211_BSS_USE_FOR, res->use_for))
10441 !(scan->pub.use_for & NL80211_BSS_USE_FOR_NORMAL))
10890 u32 freq, use_for = 0; local
10906 use_for = NL80211_BSS_USE_FOR_MLD_LINK;
10908 use_for |= NL80211_BSS_USE_FOR_NORMAL;
10914 use_for);
/linux-master/net/wireless/tests/
H A Dscan.c633 KUNIT_EXPECT_EQ(test, link_bss->use_for, 0);
642 KUNIT_EXPECT_EQ(test, link_bss->use_for,
/linux-master/include/net/
H A Dcfg80211.h2868 * @restrict_use: restrict usage, if not set, assume @use_for is
2870 * @use_for: bitmap of possible usage for this BSS, see
2873 * if @restrict_use is set and @use_for is zero (empty); may be 0 for
2886 u8 restrict_use:1, use_for:7; member in struct:cfg80211_inform_bss
2942 * @use_for: bitmap of possible usage for this BSS, see
2945 * if @restrict_use is set and @use_for is zero (empty); may be 0 for
2974 u8 use_for; member in struct:cfg80211_bss
7304 * @use_for: indicates which use is intended
7312 u32 use_for);

Completed in 189 milliseconds