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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c294 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4416 drv->monitor_ifidx = -1;
8379 if (drv->monitor_ifidx >= 0) {
8380 nl80211_remove_iface(drv, drv->monitor_ifidx);
8381 drv->monitor_ifidx = -1;
8399 if (drv->monitor_ifidx >= 0) {
8421 drv->monitor_ifidx =
8425 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8437 if (drv->monitor_ifidx < 0)
8445 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c294 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4416 drv->monitor_ifidx = -1;
8379 if (drv->monitor_ifidx >= 0) {
8380 nl80211_remove_iface(drv, drv->monitor_ifidx);
8381 drv->monitor_ifidx = -1;
8399 if (drv->monitor_ifidx >= 0) {
8421 drv->monitor_ifidx =
8425 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8437 if (drv->monitor_ifidx < 0)
8445 ll.sll_ifindex = drv->monitor_ifidx;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c294 int monitor_ifidx; member in struct:wpa_driver_nl80211_data
4416 drv->monitor_ifidx = -1;
8379 if (drv->monitor_ifidx >= 0) {
8380 nl80211_remove_iface(drv, drv->monitor_ifidx);
8381 drv->monitor_ifidx = -1;
8399 if (drv->monitor_ifidx >= 0) {
8421 drv->monitor_ifidx =
8425 if (drv->monitor_ifidx == -EOPNOTSUPP) {
8437 if (drv->monitor_ifidx < 0)
8445 ll.sll_ifindex = drv->monitor_ifidx;
[all...]

Completed in 201 milliseconds