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

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h160 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
170 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
173 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
176 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
182 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
184 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
187 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
352 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
459 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
914 * @NL80211_ATTR_WIPHY
1565 NL80211_ATTR_WIPHY, enumerator in enum:nl80211_attrs
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h160 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
170 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
173 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
176 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
182 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
184 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
187 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
353 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
470 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
947 * @NL80211_ATTR_WIPHY
1648 NL80211_ATTR_WIPHY, enumerator in enum:nl80211_attrs
[all...]
H A Ddriver_nl80211.c816 if (tb[NL80211_ATTR_WIPHY])
817 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
917 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
3008 if (tb[NL80211_ATTR_WIPHY])
3009 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h160 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
170 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
173 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
176 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
182 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
184 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
187 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
353 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
470 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
947 * @NL80211_ATTR_WIPHY
1648 NL80211_ATTR_WIPHY, enumerator in enum:nl80211_attrs
[all...]
H A Ddriver_nl80211.c816 if (tb[NL80211_ATTR_WIPHY])
817 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
917 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
3008 if (tb[NL80211_ATTR_WIPHY])
3009 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h160 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
170 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
173 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
176 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
182 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
184 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
187 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
353 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
470 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
947 * @NL80211_ATTR_WIPHY
1648 NL80211_ATTR_WIPHY, enumerator in enum:nl80211_attrs
[all...]
H A Ddriver_nl80211.c816 if (tb[NL80211_ATTR_WIPHY])
817 info->wiphy_idx = nla_get_u32(tb[NL80211_ATTR_WIPHY]);
917 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, w->wiphy_idx);
3008 if (tb[NL80211_ATTR_WIPHY])
3009 wiphy = nla_get_u32(tb[NL80211_ATTR_WIPHY]);

Completed in 239 milliseconds