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

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 329 if (drv->monitor_ifidx >= 0) {
330 nl80211_remove_iface(drv, drv->monitor_ifidx);
331 drv->monitor_ifidx = -1;
348 if (drv->monitor_ifidx >= 0) {
370 drv->monitor_ifidx =
374 if (drv->monitor_ifidx == -EOPNOTSUPP) {
386 if (drv->monitor_ifidx < 0)
394 ll.sll_ifindex = drv->monitor_ifidx;
driver_nl80211.h 120 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
driver_nl80211.c     [all...]

Completed in 44 milliseconds