Searched refs:NL80211_ATTR_WDEV (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dnl80211.h645 * its %NL80211_ATTR_WDEV identifier. It must have been created with
650 * its %NL80211_ATTR_WDEV identifier.
990 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices
1892 NL80211_ATTR_WDEV, enumerator in enum:nl80211_attrs
4210 * %NL80211_ATTR_WDEV.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnl80211_copy.h693 * its %NL80211_ATTR_WDEV identifier. It must have been created with
698 * its %NL80211_ATTR_WDEV identifier.
1075 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices
2015 NL80211_ATTR_WDEV, enumerator in enum:nl80211_attrs
4513 * %NL80211_ATTR_WDEV.
H A Ddriver_nl80211_event.c2031 else if (tb[NL80211_ATTR_WDEV]) {
2032 wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);
H A Ddriver_nl80211.c450 return nla_put_u64(msg, NL80211_ATTR_WDEV, bss->wdev_id);
5850 if (tb[NL80211_ATTR_WDEV]) {
5851 wi->wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);
/external/wpa_supplicant_8/src/drivers/
H A Dnl80211_copy.h693 * its %NL80211_ATTR_WDEV identifier. It must have been created with
698 * its %NL80211_ATTR_WDEV identifier.
1075 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices
2015 NL80211_ATTR_WDEV, enumerator in enum:nl80211_attrs
4513 * %NL80211_ATTR_WDEV.
H A Ddriver_nl80211_event.c2031 else if (tb[NL80211_ATTR_WDEV]) {
2032 wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);
H A Ddriver_nl80211.c450 return nla_put_u64(msg, NL80211_ATTR_WDEV, bss->wdev_id);
5850 if (tb[NL80211_ATTR_WDEV]) {
5851 wi->wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnl80211_copy.h693 * its %NL80211_ATTR_WDEV identifier. It must have been created with
698 * its %NL80211_ATTR_WDEV identifier.
1075 * @NL80211_ATTR_WDEV: wireless device identifier, used for pseudo-devices
2015 NL80211_ATTR_WDEV, enumerator in enum:nl80211_attrs
4513 * %NL80211_ATTR_WDEV.
H A Ddriver_nl80211_event.c2031 else if (tb[NL80211_ATTR_WDEV]) {
2032 wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);
H A Ddriver_nl80211.c450 return nla_put_u64(msg, NL80211_ATTR_WDEV, bss->wdev_id);
5850 if (tb[NL80211_ATTR_WDEV]) {
5851 wi->wdev_id = nla_get_u64(tb[NL80211_ATTR_WDEV]);

Completed in 411 milliseconds