/device/asus/flo/conn_init/ |
wfc_util_common.c | 110 void wfc_util_random_mac(unsigned char* mac_addr) 114 if(NULL == mac_addr) { 124 mac_addr[0] = (unsigned char)0x00; 125 mac_addr[1] = (unsigned char)0x11; 126 mac_addr[2] = (unsigned char)0x22; 128 wfc_util_atoh(WFC_UTIL_RANDOM_MAC_HEADER, 6, mac_addr, 3); 130 mac_addr[3] = (unsigned char)rand_mac; 131 mac_addr[4] = (unsigned char)(rand_mac >> 8); 132 mac_addr[5] = (unsigned char)(rand_mac >> 16);
|
wfc_util_qcom.c | 409 unsigned char mac_addr[WFC_UTIL_CFG_LENGHT_MAC]; local 420 mac_addr, 422 if(0x00 == mac_addr[0] && 0x00 == mac_addr[1] && 0x00 == mac_addr[2] && 423 0x00 == mac_addr[3] && 0x00 == mac_addr[4] && 0x00 == mac_addr[5]) 429 memset(mac_addr, 0, WFC_UTIL_CFG_LENGHT_MAC); 433 mac_addr, [all...] |
wfc_util_common.h | 49 void wfc_util_random_mac(unsigned char* mac_addr);
|
/device/lge/mako/conn_init/ |
wfc_util_common.c | 110 void wfc_util_random_mac(unsigned char* mac_addr) 114 if(NULL == mac_addr) { 124 mac_addr[0] = (unsigned char)0x00; 125 mac_addr[1] = (unsigned char)0x11; 126 mac_addr[2] = (unsigned char)0x22; 128 wfc_util_atoh(WFC_UTIL_RANDOM_MAC_HEADER, 6, mac_addr, 3); 130 mac_addr[3] = (unsigned char)rand_mac; 131 mac_addr[4] = (unsigned char)(rand_mac >> 8); 132 mac_addr[5] = (unsigned char)(rand_mac >> 16);
|
wfc_util_qcom.c | 407 unsigned char mac_addr[WFC_UTIL_CFG_LENGHT_MAC]; local 418 mac_addr, 420 if(0x00 == mac_addr[0] && 0x00 == mac_addr[1] && 0x00 == mac_addr[2] && 421 0x00 == mac_addr[3] && 0x00 == mac_addr[4] && 0x00 == mac_addr[5]) 427 memset(mac_addr, 0, WFC_UTIL_CFG_LENGHT_MAC); 431 mac_addr, [all...] |
wfc_util_common.h | 49 void wfc_util_random_mac(unsigned char* mac_addr);
|
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 95 if (kde.rsn_ie == NULL || kde.mac_addr == NULL || 102 /* Initiator = sm->addr; Peer = kde.mac_addr */ 104 search.addr = kde.mac_addr; 110 MAC2STR(kde.mac_addr)); 111 wpa_smk_send_error(wpa_auth, sm, kde.mac_addr, STK_MUI_SMK, 170 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, kde->mac_addr, ETH_ALEN, 269 kde.mac_addr == NULL || kde.mac_addr_len < ETH_ALEN || 276 /* Peer = sm->addr; Initiator = kde.mac_addr; 279 search.addr = kde.mac_addr; 285 MAC2STR(kde.mac_addr)); [all...] |
wpa_auth_ie.h | 20 const u8 *mac_addr; member in struct:wpa_eapol_ie_parse
|
iapp.c | 82 u8 mac_addr[ETH_ALEN]; member in struct:iapp_add_notify 103 u8 mac_addr[ETH_ALEN]; member in struct:iapp_move_notify 114 u8 mac_addr[ETH_ALEN]; member in struct:iapp_move_response 131 u8 mac_addr[ETH_ALEN]; member in struct:iapp_cache_notify 144 u8 mac_addr[ETH_ALEN]; member in struct:iapp_cache_response 178 static void iapp_send_add(struct iapp_data *iapp, u8 *mac_addr, u16 seq_num) 197 os_memcpy(add->mac_addr, mac_addr, ETH_ALEN); 284 sta = ap_get_sta(iapp->hapd, add->mac_addr); 287 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
nvs.c | 193 int get_mac_addr(int ifc_num, unsigned char *mac_addr) 217 memcpy(mac_addr, &ifr.ifr_ifru.ifru_hwaddr.sa_data[0], 6); 441 unsigned char mac_addr[MAC_ADDR_LEN] = { local 454 if (get_mac_addr(0, mac_addr)) { 460 write(fd, &mac_addr[5], 1); 461 write(fd, &mac_addr[4], 1); 462 write(fd, &mac_addr[3], 1); 463 write(fd, &mac_addr[2], 1); 469 write(fd, &mac_addr[1], 1); 470 write(fd, &mac_addr[0], 1) 513 unsigned char mac_addr[MAC_ADDR_LEN]; local [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.h | 30 const u8 *mac_addr, const struct wpabuf *msg,
|
wps_er.h | 45 u8 mac_addr[ETH_ALEN]; member in struct:wps_er_ap 79 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */ member in struct:wps_er
|
wps_attr_process.c | 195 const u8 *mac_addr) 197 if (mac_addr == NULL) { 203 wpa_printf(MSG_DEBUG, "WPS: MAC Address " MACSTR, MAC2STR(mac_addr)); 204 os_memcpy(cred->mac_addr, mac_addr, ETH_ALEN); 313 wps_process_cred_mac_addr(cred, attr->mac_addr) || 339 wps_process_cred_mac_addr(cred, attr->mac_addr))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmlec.h | 69 unsigned char mac_addr[ETH_ALEN]; member in struct:atmlec_msg::__anon26291::__anon26292 83 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */ member in struct:atmlec_msg::__anon26291::__anon26293
|
if_bridge.h | 96 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmlec.h | 69 unsigned char mac_addr[ETH_ALEN]; member in struct:atmlec_msg::__anon27881::__anon27882 83 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */ member in struct:atmlec_msg::__anon27881::__anon27883
|
if_bridge.h | 96 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmlec.h | 69 unsigned char mac_addr[ETH_ALEN]; member in struct:atmlec_msg::__anon29396::__anon29397 83 unsigned char mac_addr[ETH_ALEN]; /* dst mac addr */ member in struct:atmlec_msg::__anon29396::__anon29398
|
if_bridge.h | 96 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/development/ndk/platforms/android-3/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ie.h | 22 const u8 *mac_addr; member in struct:wpa_eapol_ie_parse
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[6]; member in struct:__fdb_entry
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
if_bridge.h | 93 __u8 mac_addr[6]; member in struct:__fdb_entry
|