Home
last modified time | relevance | path

Searched refs:filter_wiphy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c2105 s64 filter_wiphy; member
2714 state->filter_wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in nl80211_dump_wiphy_parse()
2716 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse()
2730 state->filter_wiphy = rdev->wiphy_idx; in nl80211_dump_wiphy_parse()
2753 state->filter_wiphy = -1; in nl80211_dump_wiphy()
2768 if (state->filter_wiphy != -1 && in nl80211_dump_wiphy()
2769 state->filter_wiphy != rdev->wiphy_idx) in nl80211_dump_wiphy()
3546 int filter_wiphy = -1; in nl80211_dump_interface() local
3554 .filter_wiphy = -1, in nl80211_dump_interface()
3561 filter_wiphy in nl80211_dump_interface()
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c2386 s64 filter_wiphy; member
3029 state->filter_wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]); in nl80211_dump_wiphy_parse()
3031 state->filter_wiphy = nla_get_u64(tb[NL80211_ATTR_WDEV]) >> 32; in nl80211_dump_wiphy_parse()
3045 state->filter_wiphy = rdev->wiphy_idx; in nl80211_dump_wiphy_parse()
3068 state->filter_wiphy = -1; in nl80211_dump_wiphy()
3083 if (state->filter_wiphy != -1 && in nl80211_dump_wiphy()
3084 state->filter_wiphy != rdev->wiphy_idx) in nl80211_dump_wiphy()
3959 int filter_wiphy = -1; in nl80211_dump_interface() local
3967 .filter_wiphy = -1, in nl80211_dump_interface()
3974 filter_wiphy in nl80211_dump_interface()
[all...]

Completed in 21 milliseconds