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

  /external/wpa_supplicant_8/src/drivers/
netlink.c 145 struct ifinfomsg ifinfo; member in struct:__anon15621
160 req.ifinfo.ifi_family = AF_UNSPEC;
161 req.ifinfo.ifi_type = 0;
162 req.ifinfo.ifi_index = ifindex;
163 req.ifinfo.ifi_flags = 0;
164 req.ifinfo.ifi_change = 0;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 50 struct ifinfomsg ifinfo; member in struct:__anon15411
65 req.ifinfo.ifi_family = AF_UNSPEC;
66 req.ifinfo.ifi_type = 0;
67 req.ifinfo.ifi_index = drv->ifindex;
68 req.ifinfo.ifi_flags = 0;
69 req.ifinfo.ifi_change = 0;
    [all...]
driver_nl80211.c 222 struct ifinfomsg ifinfo; member in struct:__anon15408
237 req.ifinfo.ifi_family = AF_UNSPEC;
238 req.ifinfo.ifi_type = 0;
239 req.ifinfo.ifi_index = drv->ifindex;
240 req.ifinfo.ifi_flags = 0;
241 req.ifinfo.ifi_change = 0;
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 63 struct ifinfomsg ifinfo; member in struct:__anon18486
78 req.ifinfo.ifi_family = AF_UNSPEC;
79 req.ifinfo.ifi_type = 0;
80 req.ifinfo.ifi_index = drv->ifindex;
81 req.ifinfo.ifi_flags = 0;
82 req.ifinfo.ifi_change = 0;
    [all...]

Completed in 35 milliseconds