Home | History | Annotate | Download | only in drivers

Lines Matching defs:dwCtlFlags

2355 	DWORD dwCtlFlags;
2610 intf.dwCtlFlags = -1;
2622 wpa_printf(MSG_DEBUG, "NDIS: WZC interface flags 0x%x dwCtlFlags 0x%x",
2623 (int) flags, (int) intf.dwCtlFlags);
2625 if (intf.dwCtlFlags == -1) {
2634 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2637 intf.dwCtlFlags |= INTFCTL_ENABLED;
2653 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2656 intf.dwCtlFlags &= ~INTFCTL_ENABLED;