Searched refs:mymac (Results 1 – 1 of 1) sorted by relevance
| /src/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 122 unsigned char mymac[] = "\x00\x00\xde\xfa\xce\x0d"; variable 378 set_if_mac(mymac, dev); in setup_if() 588 memcpy(wh->i_addr2, mymac, 6); in fill_basic() 1448 memcmp(wh->i_addr2, mymac, 6) != 0) ) { in got_wep() 1463 (memcmp(wh->i_addr3, mymac, 6) != 0) && in got_wep() 1475 (memcmp(wh->i_addr3, mymac, 6) == 0) && in got_wep() 1488 (memcmp(wh->i_addr3, mymac, 6) == 0) && in got_wep() 1572 memcpy(mymac, mac, 6); in stuff_for_net() 1573 time_print("Trying to use MAC=(%s)\n", mac2str(mymac)); in stuff_for_net() 1605 if (memcmp(wh->i_addr1, mymac, 6) == 0) { in anal() [all …]
|