Searched refs:NL80211_ATTR_WIPHY (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c2137 if (tb[NL80211_ATTR_WIPHY])
2138 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
2659 } else if (tb[NL80211_ATTR_WIPHY]) {
2660 wiphy_idx_rx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
H A Ddriver_nl80211_capa.c634 if (tb[NL80211_ATTR_WIPHY])
635 drv->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
2141 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, drv->wiphy_idx)) {
H A Dnl80211_copy.h244 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
254 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
257 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
266 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
268 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
271 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
339 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device
474 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
610 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
1344 * @NL80211_ATTR_WIPHY
2352 NL80211_ATTR_WIPHY, enumerator in enum:nl80211_attrs
[all...]

Completed in 82 milliseconds