Home | History | Annotate | Download | only in drivers

Lines Matching full:use_monitor

1702 			if (!drv->use_monitor)
3105 if (drv->use_monitor) {
4102 wpa_printf(MSG_DEBUG, "nl80211: Setup AP(%s) - device_ap_sme=%d use_monitor=%d",
4103 bss->ifname, drv->device_ap_sme, drv->use_monitor);
4113 if (!drv->device_ap_sme && !drv->use_monitor)
4117 if (drv->device_ap_sme && !drv->use_monitor)
4121 if (!drv->device_ap_sme && drv->use_monitor &&
4141 wpa_printf(MSG_DEBUG, "nl80211: Teardown AP(%s) - device_ap_sme=%d use_monitor=%d",
4142 bss->ifname, drv->device_ap_sme, drv->use_monitor);
4145 if (!drv->use_monitor)
4147 } else if (drv->use_monitor)
4198 if (drv->device_ap_sme || !drv->use_monitor)
6182 !drv->use_monitor))
6554 if (os_strstr(param, "use_monitor=1")) {
6557 drv->use_monitor = 1;
7453 drv->use_monitor ? "use_monitor=1\n" : "",