Searched defs:monitor_ifidx (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c82 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
1355 drv->monitor_ifidx =
1358 if (drv->monitor_ifidx < 0)
1371 ll.sll_ifindex = drv->monitor_ifidx;
1402 nl80211_remove_iface(drv, drv->monitor_ifidx);
1567 if (drv->monitor_ifidx > 0)
1568 nl80211_remove_iface(drv, drv->monitor_ifidx);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c234 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
2907 drv->monitor_ifidx = -1;
6030 if (drv->monitor_ifidx >= 0) {
6031 nl80211_remove_iface(drv, drv->monitor_ifidx);
6032 drv->monitor_ifidx = -1;
6050 if (drv->monitor_ifidx >= 0) {
6070 drv->monitor_ifidx =
6074 if (drv->monitor_ifidx == -EOPNOTSUPP) {
6086 if (drv->monitor_ifidx < 0)
6094 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c234 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
2907 drv->monitor_ifidx = -1;
6030 if (drv->monitor_ifidx >= 0) {
6031 nl80211_remove_iface(drv, drv->monitor_ifidx);
6032 drv->monitor_ifidx = -1;
6050 if (drv->monitor_ifidx >= 0) {
6070 drv->monitor_ifidx =
6074 if (drv->monitor_ifidx == -EOPNOTSUPP) {
6086 if (drv->monitor_ifidx < 0)
6094 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c234 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
2907 drv->monitor_ifidx = -1;
6030 if (drv->monitor_ifidx >= 0) {
6031 nl80211_remove_iface(drv, drv->monitor_ifidx);
6032 drv->monitor_ifidx = -1;
6050 if (drv->monitor_ifidx >= 0) {
6070 drv->monitor_ifidx =
6074 if (drv->monitor_ifidx == -EOPNOTSUPP) {
6086 if (drv->monitor_ifidx < 0)
6094 ll.sll_ifindex = drv->monitor_ifidx;
[all...]

Completed in 122 milliseconds