HomeSort by relevance Sort by last modified time
    Searched refs:mac_addr_text (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 924 * @mac_addr_text: Buffer for returning allocated MAC address text
929 char **mac_addr_text)
937 *mac_addr_text = os_zalloc(18);
938 if (*ip_addr_text == NULL || *mac_addr_text == NULL)
972 os_snprintf(*mac_addr_text, 18, MACSTR, MAC2STR(req.ifr_addr.sa_data));
982 os_free(*mac_addr_text);
983 *mac_addr_text = NULL;
1016 os_free(sm->mac_addr_text);
1017 sm->mac_addr_text = NULL;
1056 sm->mac_addr, &sm->mac_addr_text)) {
    [all...]
wps_upnp_i.h 132 char *mac_addr_text; /* mac addr of network i.f. we use */ member in struct:upnp_wps_device_sm

Completed in 37 milliseconds