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

  /external/wpa_supplicant_8/src/drivers/
netlink.c 174 struct ifinfomsg ifinfo; member in struct:__anon21489
189 req.ifinfo.ifi_family = AF_UNSPEC;
190 req.ifinfo.ifi_type = 0;
191 req.ifinfo.ifi_index = ifindex;
192 req.ifinfo.ifi_flags = 0;
193 req.ifinfo.ifi_change = 0;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 857 interface_info *ifinfo local
859 if (ifinfo == NULL) {
860 ALOGE("%s: Error ifinfo NULL", __func__);
868 if (get_interface(de->d_name, ifinfo) != WIFI_SUCCESS) {
869 free(ifinfo);
872 ifinfo->handle = handle;
873 info->interfaces[i] = ifinfo;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 939 interface_info *ifinfo = (interface_info *)malloc(sizeof(interface_info)); local
940 if (get_interface(de->d_name, ifinfo) != WIFI_SUCCESS) {
941 free(ifinfo);
944 ifinfo->handle = handle;
945 info->interfaces[i] = ifinfo;
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 281 milliseconds