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

1 2

  /external/iw/
mpp.c 31 mac_addr_n2a(dst, nla_data(tb[NL80211_ATTR_MAC]));
60 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, dst);
event.c 144 if (attrs[NL80211_ATTR_MAC]) {
149 mac_addr_n2a(buf, nla_data(attrs[NL80211_ATTR_MAC]));
181 if (attrs[NL80211_ATTR_MAC]) {
183 mac_addr_n2a(addr, nla_data(attrs[NL80211_ATTR_MAC]));
448 mac_addr_n2a(macbuf, nla_data(tb[NL80211_ATTR_MAC]));
452 mac_addr_n2a(macbuf, nla_data(tb[NL80211_ATTR_MAC]));
456 mac_addr_n2a(macbuf, nla_data(tb[NL80211_ATTR_MAC]));
509 if (tb[NL80211_ATTR_MAC]) {
510 mac_addr_n2a(macbuf, nla_data(tb[NL80211_ATTR_MAC]));
519 if (tb[NL80211_ATTR_MAC]) {
    [all...]
mpath.c 63 mac_addr_n2a(dst, nla_data(tb[NL80211_ATTR_MAC]));
114 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, dst);
163 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, dst);
connect.c 41 NLA_PUT(msg, NL80211_ATTR_MAC, 6, bssid);
168 NLA_PUT(msg, NL80211_ATTR_MAC, 6, bssid);
station.c 173 mac_addr_n2a(mac_addr, nla_data(tb[NL80211_ATTR_MAC]));
371 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
441 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
489 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
541 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
interface.c 242 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
333 if (tb_msg[NL80211_ATTR_MAC]) {
335 mac_addr_n2a(mac_addr, nla_data(tb_msg[NL80211_ATTR_MAC]));
547 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
ibss.c 114 NLA_PUT(msg, NL80211_ATTR_MAC, 6, abssid);
link.c 223 NLA_PUT(msg, NL80211_ATTR_MAC, ETH_ALEN, mac_addr);
nl80211.h 212 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
216 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER,
219 * or %NL80211_ATTR_MAC.
243 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
245 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
248 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
257 * destination %NL80211_ATTR_MAC on the interface identified by
260 * destination %NL80211_ATTR_MAC on the interface identified by
263 * %NL80211_ATTR_MAC via %NL80211_ATTR_MPATH_NEXT_HOP.
265 * %NL80211_ATTR_MAC
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 884 if (tb[NL80211_ATTR_MAC]) {
886 nla_data(tb[NL80211_ATTR_MAC]),
887 nla_len(tb[NL80211_ATTR_MAC]));
888 data.michael_mic_failure.src = nla_data(tb[NL80211_ATTR_MAC]);
918 if (tb[NL80211_ATTR_MAC] == NULL) {
923 os_memcpy(drv->bssid, nla_data(tb[NL80211_ATTR_MAC]), ETH_ALEN);
1005 if (tb[NL80211_ATTR_MAC])
1007 nla_data(tb[NL80211_ATTR_MAC]), ETH_ALEN);
1107 if (!tb[NL80211_ATTR_MAC])
1109 os_memcpy(ed.low_ack.addr, nla_data(tb[NL80211_ATTR_MAC]),
    [all...]
driver_nl80211.c 534 if (tb[NL80211_ATTR_MAC] && info->macaddr)
535 os_memcpy(info->macaddr, nla_data(tb[NL80211_ATTR_MAC]),
    [all...]
driver_nl80211_scan.c 195 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN,
271 if (nla_put(msg, NL80211_ATTR_MAC, ETH_ALEN, params->bssid))
nl80211_copy.h 213 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
217 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER,
220 * or %NL80211_ATTR_MAC.
244 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
246 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
249 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
258 * destination %NL80211_ATTR_MAC on the interface identified by
261 * destination %NL80211_ATTR_MAC on the interface identified by
264 * %NL80211_ATTR_MAC via %NL80211_ATTR_MPATH_NEXT_HOP.
266 * %NL80211_ATTR_MAC
    [all...]
  /external/autotest/client/deps/iwcap/src/
nl80211.h 76 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
80 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC and %NL80211_ATTR_KEY_CIPHER
83 * or %NL80211_ATTR_MAC.
95 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
97 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
100 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
105 * destination %NL80211_ATTR_MAC on the interface identified by
108 * destination %NL80211_ATTR_MAC on the interface identified by
112 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
193 * interface. %NL80211_ATTR_MAC is used to specify PeerSTAAddress (an
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 78 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
82 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER,
85 * or %NL80211_ATTR_MAC.
97 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
99 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
102 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
107 * destination %NL80211_ATTR_MAC on the interface identified by
110 * destination %NL80211_ATTR_MAC on the interface identified by
114 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
195 * interface. %NL80211_ATTR_MAC is used to specify PeerSTAAddress (an
    [all...]
  /system/connectivity/shill/net/
netlink_message_unittest.cc 576 NL80211_ATTR_MAC, &value));
704 NL80211_ATTR_MAC, &value));
738 NL80211_ATTR_MAC, NetlinkMessage::MessageContext()));
739 EXPECT_TRUE(message.attributes()->SetRawAttributeValue(NL80211_ATTR_MAC,
879 NL80211_ATTR_MAC, &value));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nl80211.h 150 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
154 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER,
157 * or %NL80211_ATTR_MAC.
176 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
178 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
181 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
186 * destination %NL80211_ATTR_MAC on the interface identified by
189 * destination %NL80211_ATTR_MAC on the interface identified by
192 * %NL80211_ATTR_MAC via %NL80211_ATTR_MPATH_NEXT_HOP.
194 * %NL80211_ATTR_MAC
    [all...]
  /bionic/libc/kernel/uapi/linux/
nl80211.h 209 NL80211_ATTR_MAC,
    [all...]
  /development/ndk/platforms/android-21/include/linux/
nl80211.h 190 NL80211_ATTR_MAC,
    [all...]
  /external/kernel-headers/original/uapi/linux/
nl80211.h 213 * by %NL80211_ATTR_KEY_IDX and/or %NL80211_ATTR_MAC.
217 * %NL80211_ATTR_KEY_IDX, %NL80211_ATTR_MAC, %NL80211_ATTR_KEY_CIPHER,
220 * or %NL80211_ATTR_MAC.
244 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
246 * %NL80211_ATTR_MAC on the interface identified by %NL80211_ATTR_IFINDEX.
249 * @NL80211_CMD_DEL_STATION: Remove a station identified by %NL80211_ATTR_MAC
258 * destination %NL80211_ATTR_MAC on the interface identified by
261 * destination %NL80211_ATTR_MAC on the interface identified by
264 * %NL80211_ATTR_MAC via %NL80211_ATTR_MPATH_NEXT_HOP.
266 * %NL80211_ATTR_MAC
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 160 C2S(NL80211_ATTR_MAC)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
nl80211.h 190 NL80211_ATTR_MAC,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
nl80211.h 190 NL80211_ATTR_MAC,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
nl80211.h 190 NL80211_ATTR_MAC,
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
nl80211.h 190 NL80211_ATTR_MAC,
    [all...]

Completed in 4511 milliseconds

1 2