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

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c329 if (drv->monitor_ifidx >= 0) {
330 nl80211_remove_iface(drv, drv->monitor_ifidx);
331 drv->monitor_ifidx = -1;
348 if (drv->monitor_ifidx >= 0) {
379 drv->monitor_ifidx =
383 if (drv->monitor_ifidx == -EOPNOTSUPP) {
395 if (drv->monitor_ifidx < 0)
403 ll.sll_ifindex = drv->monitor_ifidx;
H A Ddriver_nl80211.h138 int monitor_ifidx; member in struct:wpa_driver_nl80211_data

Completed in 181 milliseconds