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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2329 DWORD dwCtlFlags; member in struct:__anon33627
2584 intf.dwCtlFlags = -1;
2596 wpa_printf(MSG_DEBUG, "NDIS: WZC interface flags 0x%x dwCtlFlags 0x%x",
2597 (int) flags, (int) intf.dwCtlFlags);
2599 if (intf.dwCtlFlags == -1) {
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2329 DWORD dwCtlFlags; member in struct:__anon33880
2584 intf.dwCtlFlags = -1;
2596 wpa_printf(MSG_DEBUG, "NDIS: WZC interface flags 0x%x dwCtlFlags 0x%x",
2597 (int) flags, (int) intf.dwCtlFlags);
2599 if (intf.dwCtlFlags == -1) {
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2329 DWORD dwCtlFlags; member in struct:__anon34131
2584 intf.dwCtlFlags = -1;
2596 wpa_printf(MSG_DEBUG, "NDIS: WZC interface flags 0x%x dwCtlFlags 0x%x",
2597 (int) flags, (int) intf.dwCtlFlags);
2599 if (intf.dwCtlFlags == -1) {
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;

Completed in 87 milliseconds