Home | History | Annotate | Download | only in wps

Lines Matching refs:mac

810  * @from_mac_addr: Source (Enrollee) MAC address for the event
826 const u8 *mac = from_mac_addr;
846 os_snprintf(mac_text, sizeof(mac_text), MACSTR, MAC2STR(mac));
923 * @mac: Buffer for returning MAC address
924 * @mac_addr_text: Buffer for returning allocated MAC address text
928 char **ip_addr_text, u8 mac[ETH_ALEN],
963 os_memcpy(mac, req.ifr_addr.sa_data, 6);
965 if (eth_get(net_if, mac) < 0) {
966 wpa_printf(MSG_ERROR, "WPS UPnP: Failed to get MAC address");
970 #error MAC address fetch not implemented
1053 /* Determine which IP and mac address we're using */
1057 wpa_printf(MSG_INFO, "WPS UPnP: Could not get IP/MAC address "