HomeSort by relevance Sort by last modified time
    Searched refs:NL80211_ATTR_WIPHY (Results 1 - 25 of 44) sorted by null

1 2

  /external/iw/
event.c 326 if (tb[NL80211_ATTR_IFINDEX] && tb[NL80211_ATTR_WIPHY]) {
328 printf("%s (phy #%d): ", ifname, nla_get_u32(tb[NL80211_ATTR_WIPHY]));
329 } else if (tb[NL80211_ATTR_WDEV] && tb[NL80211_ATTR_WIPHY]) {
332 nla_get_u32(tb[NL80211_ATTR_WIPHY]));
338 } else if (tb[NL80211_ATTR_WIPHY]) {
339 printf("phy #%d: ", nla_get_u32(tb[NL80211_ATTR_WIPHY]));
387 if (tb[NL80211_ATTR_WIPHY])
388 printf(" on phy%d", nla_get_u32(tb[NL80211_ATTR_WIPHY]));
396 nla_get_u32(tb[NL80211_ATTR_WIPHY]),
402 if (tb[NL80211_ATTR_WIPHY])
    [all...]
interface.c 316 if (wiphy && tb_msg[NL80211_ATTR_WIPHY]) {
317 unsigned int thiswiphy = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]);
346 if (!wiphy && tb_msg[NL80211_ATTR_WIPHY])
347 printf("%s\twiphy %d\n", indent, nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]));
reg.c 152 if (tb_msg[NL80211_ATTR_WIPHY])
153 printf("phy#%d%s\n", nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]),
info.c 122 if (tb_msg[NL80211_ATTR_WIPHY]) {
123 if (nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]) == phy_id)
127 phy_id = nla_get_u32(tb_msg[NL80211_ATTR_WIPHY]);
iw.c 449 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx);
nl80211.h 180 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
190 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
193 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
202 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
204 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
207 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
275 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device
390 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
507 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
    [all...]
  /system/connectivity/shill/net/
netlink_message_matchers.h 61 if (!msg->const_attributes()->GetU32AttributeValue(NL80211_ATTR_WIPHY,
netlink_message_unittest.cc 464 NL80211_ATTR_WIPHY, &value));
517 NL80211_ATTR_WIPHY, &value));
610 NL80211_ATTR_WIPHY, &value));
650 NL80211_ATTR_WIPHY, &value));
690 NL80211_ATTR_WIPHY, &value));
728 NL80211_ATTR_WIPHY, NetlinkMessage::MessageContext()));
730 message.attributes()->SetU32AttributeValue(NL80211_ATTR_WIPHY, kWiPhy));
787 NL80211_ATTR_WIPHY, &value));
827 NL80211_ATTR_WIPHY, &value));
865 NL80211_ATTR_WIPHY, &value))
    [all...]
  /external/autotest/client/deps/iwcap/src/
nl80211.h 47 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
54 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
57 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
60 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
66 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
68 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
71 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
184 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
330 * @NL80211_ATTR_WIPHY: index of wiphy to operate on, cf.
495 NL80211_ATTR_WIPHY,
    [all...]
iwcap.c 525 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY, devidx);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 49 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
56 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
59 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
62 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
68 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
70 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
73 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
186 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
369 * @NL80211_ATTR_WIPHY: index of wiphy to operate on, cf.
594 NL80211_ATTR_WIPHY,
    [all...]
  /system/connectivity/shill/wifi/
wake_on_wifi.cc 268 if (!msg->attributes()->CreateU32Attribute(NL80211_ATTR_WIPHY,
272 if (!msg->attributes()->SetU32AttributeValue(NL80211_ATTR_WIPHY, index)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 119 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
128 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
131 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
134 * either a dump request on a %NL80211_ATTR_WIPHY or a specific get
140 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
142 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
145 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
299 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
402 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
671 * @NL80211_ATTR_WIPHY: index of wiphy to operate on, cf
    [all...]
  /bionic/libc/kernel/uapi/linux/
nl80211.h 202 NL80211_ATTR_WIPHY,
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 181 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
191 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
194 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
203 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
205 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
208 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
276 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device
399 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
516 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
    [all...]
  /external/wpa_supplicant_8/src/drivers/
nl80211_copy.h 181 * @NL80211_CMD_SET_WIPHY: set wiphy parameters, needs %NL80211_ATTR_WIPHY or
191 * or rename notification. Has attributes %NL80211_ATTR_WIPHY and
194 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_WIPHY_NAME.
203 * %NL80211_ATTR_WIPHY and %NL80211_ATTR_IFTYPE attributes. Can also
205 * then requires attributes %NL80211_ATTR_WIPHY, %NL80211_ATTR_IFTYPE and
208 * %NL80211_ATTR_IFINDEX and %NL80211_ATTR_WIPHY. Can also be sent from
276 * regulatory domain. If %NL80211_ATTR_WIPHY is specified and the device
399 * (%NL80211_ATTR_WIPHY) and the channel on which this occurred
516 * %NL80211_ATTR_WIPHY or %NL80211_ATTR_IFINDEX is used to specify the
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 153 C2S(NL80211_ATTR_WIPHY)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
nl80211.h 184 NL80211_ATTR_WIPHY,
    [all...]

Completed in 1756 milliseconds

1 2