Lines Matching full:adapter
11 * (adapter to confname mapping). Each such mapping is a subkey that has
12 * 'adapter' and 'config' values.
66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN];
92 buflen = sizeof(adapter);
93 ret = RegQueryValueEx(hk, TEXT("adapter"), NULL, NULL,
94 (LPBYTE) adapter, &buflen);
96 adapter[TBUFLEN - 1] = TEXT('\0');
97 wpa_unicode2ascii_inplace(adapter);
98 printf("adapter[len=%d] '%s'\n",
99 (int) buflen, (char *) adapter);
100 iface.ifname = (char *) adapter;