Lines Matching refs:MAC
781 * @from_mac_addr: Source (Enrollee) MAC address for the event
797 const u8 *mac = from_mac_addr;
817 os_snprintf(mac_text, sizeof(mac_text), MACSTR, MAC2STR(mac));
895 * @mac: Buffer for returning MAC address
899 u8 mac[ETH_ALEN])
932 os_memcpy(mac, req.ifr_addr.sa_data, 6);
934 if (eth_get(net_if, mac) < 0) {
935 wpa_printf(MSG_ERROR, "WPS UPnP: Failed to get MAC address");
939 #error MAC address fetch not implemented
1029 /* Determine which IP and mac address we're using */
1032 wpa_printf(MSG_INFO, "WPS UPnP: Could not get IP/MAC address "