/external/wpa_supplicant_8/src/wps/ |
wps.h | 42 * @mac_addr: MAC address of the Credential receiver 55 u8 mac_addr[ETH_ALEN]; member in struct:wps_credential 72 * @mac_addr: Device MAC address 86 u8 mac_addr[ETH_ALEN]; member in struct:wps_device_data 252 * @mac_addr: MAC address of the Enrollee 260 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, 293 * @mac_addr: MAC address of the Enrollee 301 void (*reg_success_cb)(void *ctx, const u8 *mac_addr, 528 const u8 *mac_addr; member in struct:wps_event_data::wps_event_er_ap 544 const u8 *mac_addr; member in struct:wps_event_data::wps_event_er_enrollee [all...] |
wps_attr_parse.h | 49 const u8 *mac_addr; /* ETH_ALEN (6) octets */ member in struct:wps_parse_attr
|
wps_common.c | 270 u16 config_error, u16 error_indication, const u8 *mac_addr) 281 os_memcpy(data.fail.peer_macaddr, mac_addr, ETH_ALEN); 286 void wps_success_event(struct wps_context *wps, const u8 *mac_addr) 294 os_memcpy(data.success.peer_macaddr, mac_addr, ETH_ALEN); 300 const u8 *mac_addr) 310 os_memcpy(data.pwd_auth_fail.peer_macaddr, mac_addr, ETH_ALEN); 373 wps_build_mac_addr(plain, wps->dev.mac_addr) || 497 void uuid_gen_mac_addr(const u8 *mac_addr, u8 *uuid) 512 addr[1] = mac_addr;
|
wps_registrar.c | 147 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, 153 void (*reg_success_cb)(void *ctx, const u8 *mac_addr, 267 if (os_memcmp(dev->dev.mac_addr, addr, ETH_ALEN) == 0) 277 os_memcpy(dst->mac_addr, src->mac_addr, ETH_ALEN); 298 d = wps_device_get(reg, dev->mac_addr); 1178 int wps_cb_new_psk(struct wps_registrar *reg, const u8 *mac_addr, 1184 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk, 1199 static void wps_cb_reg_success(struct wps_registrar *reg, const u8 *mac_addr, 1206 reg->reg_success_cb(reg->cb_ctx, mac_addr, uuid_e, dev_pw, dev_pw_len) [all...] |
wps_er.c | 45 ev->mac_addr = sta->addr; 101 const u8 *mac_addr) 108 (mac_addr == NULL || 109 os_memcmp(mac_addr, ap->mac_addr, ETH_ALEN) == 0)) 149 evap->mac_addr = ap->mac_addr; 487 if (attr.mac_addr) 488 os_memcpy(ap->mac_addr, attr.mac_addr, ETH_ALEN) [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
tdls.cpp | 108 mac_addr addr; 112 memset(&addr, 0, sizeof(mac_addr)); 357 mac_addr addr, 387 ALOGV("%s: MAC_ADDR: " MAC_ADDR_STR, __FUNCTION__, MAC_ADDR_ARRAY(addr)); 438 wifi_error wifi_disable_tdls(wifi_interface_handle iface, mac_addr addr) 462 ALOGV("%s: MAC_ADDR: " MAC_ADDR_STR, __FUNCTION__, MAC_ADDR_ARRAY(addr)); 487 wifi_error wifi_get_tdls_status(wifi_interface_handle iface, mac_addr addr,
|
cpp_bindings.h | 261 int put_addr(int attribute, mac_addr value) { 262 return nla_put(mMsg, attribute, sizeof(mac_addr), value); 440 virtual int put_addr(int attribute, mac_addr value); 452 mac_addr addr);
|
rssi_monitor.cpp | 103 mac_addr addr; 112 memset(addr, 0, sizeof(mac_addr));
|
wifihal_internal.h | 67 mac_addr addr[]);
|
/external/autotest/client/cros/ |
dhcp_unittest.py | 145 mac_addr = "\x01\x02\x03\x04\x05\x06" 149 discovery_message = dhcp_packet.DhcpPacket.create_discovery_packet(mac_addr) 155 mac_addr)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
platformsettings_test.py | 43 Physical Address. . . . . . . . . : %(mac_addr)s 58 """ % {'ip_addr': WINDOWS_7_IP, 'mac_addr': WINDOWS_7_MAC} 76 Physical Address. . . . . . . . . : %(mac_addr)s 88 """ % {'ip_addr': WINDOWS_XP_IP, 'mac_addr': WINDOWS_XP_MAC}
|
/external/iw/ |
iw.h | 134 int mac_addr_a2n(unsigned char *mac_addr, char *arg); 135 void mac_addr_n2a(char *mac_addr, unsigned char *arg);
|
util.c | 8 void mac_addr_n2a(char *mac_addr, unsigned char *arg) 15 sprintf(mac_addr+l, "%02x", arg[i]); 18 sprintf(mac_addr+l, ":%02x", arg[i]); 24 int mac_addr_a2n(unsigned char *mac_addr, char *arg) 40 mac_addr[i] = temp;
|
/external/libpcap/msdos/ |
ndis2.c | 677 BYTE _far *mac_addr;
local 713 mac_addr = MAC_CHAR (handle)->currentAddress;
716 mac_addr[0], mac_addr[1], mac_addr[2],
717 mac_addr[3], mac_addr[4], mac_addr[5]);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
common.h | 200 mac_addr bssid; 206 mac_addr bssid; // BSSID
|
cpp_bindings.h | 194 int put_addr(int attribute, mac_addr value) { 195 return nla_put(mMsg, attribute, sizeof(mac_addr), value);
|
rtt.cpp | 428 int createTeardownRequest(WifiRequest& request, unsigned num_devices, mac_addr addr[]) { 483 int cancel_specific(unsigned num_devices, mac_addr addr[]) { 519 mac_addr bssid; 522 memcpy(bssid, it2.get_data(), sizeof(mac_addr)); 633 unsigned num_devices, mac_addr addr[])
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 204 void (*wps_reg_success_cb)(void *ctx, const u8 *mac_addr, 212 void (*sta_authorized_cb)(void *ctx, const u8 *mac_addr, 219 void (*new_psk_cb)(void *ctx, const u8 *mac_addr,
|
wps_hostapd.c | 95 static int hostapd_wps_new_psk_cb(void *ctx, const u8 *mac_addr, 106 MAC2STR(mac_addr)); 111 MAC2STR(mac_addr), MAC2STR(p2p_dev_addr)); 125 os_memcpy(p->addr, mac_addr, ETH_ALEN); 130 hapd->new_psk_cb(hapd->new_psk_cb_ctx, mac_addr, p2p_dev_addr, 149 fprintf(f, MACSTR " %s\n", MAC2STR(mac_addr), hex); 183 uuid, MAC2STR(dev->mac_addr), dev->device_name, 200 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, 227 static void hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, 237 MAC2STR(mac_addr), uuid) [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
rtt.h | 62 mac_addr addr; // peer device mac address 109 mac_addr addr; // device mac address 159 unsigned num_devices, mac_addr addr[]);
|
gscan.h | 82 mac_addr bssid; 231 mac_addr bssid; // AP BSSID 273 mac_addr bssids[MAX_BLACKLIST_BSSID]; // blacklisted BSSIDs 282 mac_addr bssid; // BSSID
|
/external/iproute2/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[ETH_ALEN]; member in struct:__fdb_entry
|
/external/kernel-headers/original/uapi/linux/ |
if_bridge.h | 93 __u8 mac_addr[ETH_ALEN]; member in struct:__fdb_entry
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.h | 87 const u8 *mac_addr, int authorized,
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211_scan.c | 192 if (params->mac_addr) { 194 MAC2STR(params->mac_addr)); 196 params->mac_addr)) 1000 if (params->mac_addr) { 1002 MAC2STR(params->mac_addr)); 1004 ETH_ALEN, params->mac_addr))
|