Searched refs:mac_str (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_secdownload.c434 const char *rel_uri, *ts_str, *mac_str, *protected_path; local
471 mac_str = con->uri.path->ptr + buffer_string_length(p->conf.uri_prefix);
473 if (!is_base64_len(mac_str, mac_len)) return HANDLER_GO_ON;
475 protected_path = mac_str + mac_len;
497 if (!secdl_verify_mac(srv, &p->conf, protected_path, mac_str, mac_len)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_secdownload.c434 const char *rel_uri, *ts_str, *mac_str, *protected_path; local
471 mac_str = con->uri.path->ptr + buffer_string_length(p->conf.uri_prefix);
473 if (!is_base64_len(mac_str, mac_len)) return HANDLER_GO_ON;
475 protected_path = mac_str + mac_len;
497 if (!secdl_verify_mac(srv, &p->conf, protected_path, mac_str, mac_len)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_secdownload.c434 const char *rel_uri, *ts_str, *mac_str, *protected_path; local
471 mac_str = con->uri.path->ptr + buffer_string_length(p->conf.uri_prefix);
473 if (!is_base64_len(mac_str, mac_len)) return HANDLER_GO_ON;
475 protected_path = mac_str + mac_len;
497 if (!secdl_verify_mac(srv, &p->conf, protected_path, mac_str, mac_len)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_dbus.c441 char mac_str[18]; local
443 memset(mac_str, 0, sizeof(mac_str));
444 snprintf(mac_str, sizeof(mac_str) - 1, WPAS_DBUS_BSSID_FORMAT,
446 if (!strcmp(bssid, mac_str)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_dbus.c441 char mac_str[18]; local
443 memset(mac_str, 0, sizeof(mac_str));
444 snprintf(mac_str, sizeof(mac_str) - 1, WPAS_DBUS_BSSID_FORMAT,
446 if (!strcmp(bssid, mac_str)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface_dbus.c441 char mac_str[18]; local
443 memset(mac_str, 0, sizeof(mac_str));
444 snprintf(mac_str, sizeof(mac_str) - 1, WPAS_DBUS_BSSID_FORMAT,
446 if (!strcmp(bssid, mac_str)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c237 char mac_str[13]; local
238 if (getsyshwaddr(mac_str, sizeof(mac_str)) == 0)
239 strcpy(serialnumber, mac_str);
537 char mac_str[13]; local
562 if (getsyshwaddr(mac_str, sizeof(mac_str)) < 0)
565 strcpy(mac_str, "554e4b4e4f57");
568 strncat(uuidvalue, mac_str, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c237 char mac_str[13]; local
238 if (getsyshwaddr(mac_str, sizeof(mac_str)) == 0)
239 strcpy(serialnumber, mac_str);
537 char mac_str[13]; local
562 if (getsyshwaddr(mac_str, sizeof(mac_str)) < 0)
565 strcpy(mac_str, "554e4b4e4f57");
568 strncat(uuidvalue, mac_str, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c237 char mac_str[13]; local
238 if (getsyshwaddr(mac_str, sizeof(mac_str)) == 0)
239 strcpy(serialnumber, mac_str);
537 char mac_str[13]; local
562 if (getsyshwaddr(mac_str, sizeof(mac_str)) < 0)
565 strcpy(mac_str, "554e4b4e4f57");
568 strncat(uuidvalue, mac_str, 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/networkmap/
H A Dnetworkmap.c342 convert_mac_to_string(unsigned char *mac, char *mac_str) argument
344 sprintf(mac_str, "%02x%02x%02x%02x%02x%02x",
595 char *mac_str; local
605 mac_str = p_client_tab->delete_mac;
606 NMP_DEBUG("*** delete_from_memory: %s ***\n%s\n", mac_str, nmp_client_list);
609 b = strstr(search_list, mac_str);
612 NMP_DEBUG_M("client data in DB: %s\n", mac_str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/networkmap/
H A Dnetworkmap.c342 convert_mac_to_string(unsigned char *mac, char *mac_str) argument
344 sprintf(mac_str, "%02x%02x%02x%02x%02x%02x",
595 char *mac_str; local
605 mac_str = p_client_tab->delete_mac;
606 NMP_DEBUG("*** delete_from_memory: %s ***\n%s\n", mac_str, nmp_client_list);
609 b = strstr(search_list, mac_str);
612 NMP_DEBUG_M("client data in DB: %s\n", mac_str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/networkmap/
H A Dnetworkmap.c342 convert_mac_to_string(unsigned char *mac, char *mac_str) argument
344 sprintf(mac_str, "%02x%02x%02x%02x%02x%02x",
595 char *mac_str; local
605 mac_str = p_client_tab->delete_mac;
606 NMP_DEBUG("*** delete_from_memory: %s ***\n%s\n", mac_str, nmp_client_list);
609 b = strstr(search_list, mac_str);
612 NMP_DEBUG_M("client data in DB: %s\n", mac_str);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/atm/
H A Dspeedtch.c662 unsigned char mac_str[13]; local
668 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) {
670 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
671 hex_to_bin(mac_str[i * 2 + 1]);
H A Dueagle-atm.c2438 unsigned char mac_str[2 * ETH_ALEN + 1]; local
2441 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str,
2442 sizeof(mac_str)) != 2 * ETH_ALEN)
2446 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
2447 hex_to_bin(mac_str[2 * i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/atm/
H A Dspeedtch.c662 unsigned char mac_str[13]; local
668 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) {
670 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
671 hex_to_bin(mac_str[i * 2 + 1]);
H A Dueagle-atm.c2438 unsigned char mac_str[2 * ETH_ALEN + 1]; local
2441 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str,
2442 sizeof(mac_str)) != 2 * ETH_ALEN)
2446 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
2447 hex_to_bin(mac_str[2 * i + 1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/platforms/iss/
H A Dnetwork.c285 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; local
293 if ((rem=split_if_spec(init+1, &mac_str, &dev_name)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/platforms/iss/
H A Dnetwork.c285 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; local
293 if ((rem=split_if_spec(init+1, &mac_str, &dev_name)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dweb.c8297 char mac_str[13];
8311 mac_str[i] = tolower(*mac);
8319 mac_str[i] = '\0';
8337 strlcpy(p_client_info_tab->delete_mac, mac_str, sizeof(p_client_info_tab->delete_mac));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dweb.c8297 char mac_str[13];
8311 mac_str[i] = tolower(*mac);
8319 mac_str[i] = '\0';
8337 strlcpy(p_client_info_tab->delete_mac, mac_str, sizeof(p_client_info_tab->delete_mac));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dweb.c8297 char mac_str[13];
8311 mac_str[i] = tolower(*mac);
8319 mac_str[i] = '\0';
8337 strlcpy(p_client_info_tab->delete_mac, mac_str, sizeof(p_client_info_tab->delete_mac));

Completed in 284 milliseconds