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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c290 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4302 drv->monitor_ifidx = -1;
8211 if (drv->monitor_ifidx >= 0) {
8212 nl80211_remove_iface(drv, drv->monitor_ifidx);
8213 drv->monitor_ifidx = -1;
8231 if (drv->monitor_ifidx >= 0) {
8253 drv->monitor_ifidx =
8257 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8269 if (drv->monitor_ifidx < 0)
8277 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c290 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4302 drv->monitor_ifidx = -1;
8211 if (drv->monitor_ifidx >= 0) {
8212 nl80211_remove_iface(drv, drv->monitor_ifidx);
8213 drv->monitor_ifidx = -1;
8231 if (drv->monitor_ifidx >= 0) {
8253 drv->monitor_ifidx =
8257 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8269 if (drv->monitor_ifidx < 0)
8277 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c290 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4302 drv->monitor_ifidx = -1;
8211 if (drv->monitor_ifidx >= 0) {
8212 nl80211_remove_iface(drv, drv->monitor_ifidx);
8213 drv->monitor_ifidx = -1;
8231 if (drv->monitor_ifidx >= 0) {
8253 drv->monitor_ifidx =
8257 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8269 if (drv->monitor_ifidx < 0)
8277 ll.sll_ifindex = drv->monitor_ifidx;
[all...]

Completed in 452 milliseconds