Searched refs:use_for (Results 1 - 4 of 4) sorted by last modified time

/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
2192 data->use_for = 0;
2211 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
2666 u32 use_for; member in struct:tbtt_info_iter_data
2913 u8 link_id, use_for; local
[all...]
H A Dnl80211.c10378 if (nla_put_u32(msg, NL80211_BSS_USE_FOR, res->use_for))
10442 !(scan->pub.use_for & NL80211_BSS_USE_FOR_NORMAL))
10891 u32 freq, use_for = 0; local
10907 use_for = NL80211_BSS_USE_FOR_MLD_LINK;
10909 use_for |= NL80211_BSS_USE_FOR_NORMAL;
10915 use_for);
/linux-master/include/net/
H A Dcfg80211.h2875 * @restrict_use: restrict usage, if not set, assume @use_for is
2877 * @use_for: bitmap of possible usage for this BSS, see
2880 * if @restrict_use is set and @use_for is zero (empty); may be 0 for
2893 u8 restrict_use:1, use_for:7; member in struct:cfg80211_inform_bss
2949 * @use_for: bitmap of possible usage for this BSS, see
2952 * if @restrict_use is set and @use_for is zero (empty); may be 0 for
2981 u8 use_for; member in struct:cfg80211_bss
7329 * @use_for: indicates which use is intended
7339 u32 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,

Completed in 220 milliseconds