Searched defs:INTFCTL_ENABLED (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c2348 #define INTFCTL_ENABLED 0x8000 macro
2586 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags);
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2612 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;
2631 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c2348 #define INTFCTL_ENABLED 0x8000 macro
2586 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags);
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2612 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;
2631 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2348 #define INTFCTL_ENABLED 0x8000 macro
2586 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags);
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) {
2611 intf.dwCtlFlags |= INTFCTL_ENABLED;
2612 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,
2627 if (intf.dwCtlFlags & INTFCTL_ENABLED) {
2630 intf.dwCtlFlags &= ~INTFCTL_ENABLED;
2631 res = wzc_set_interf(NULL, INTFCTL_ENABLED, &intf,

Completed in 105 milliseconds