Searched refs:ifc (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware_legacy/wifi/
H A Dwifi.c340 char ifc[PROPERTY_VALUE_MAX]; local
366 property_get("wifi.interface", ifc, WIFI_TEST_INTERFACE);
368 strcpy(ifc, CONTROL_IFACE_PATH);
385 int mlen = strlen(ifc);
387 if (strncmp(ifc, iptr, mlen) != 0) {
388 ALOGE("ctrl_interface != %s", ifc);
394 memcpy(iptr, ifc, strlen(ifc));
/hardware/broadcom/wlan/bcmdhd/bcmdhd_net_iface/
H A Dbcmdhd_net_iface.c14 #include <netutils/ifc.h>

Completed in 1974 milliseconds