Home
last modified time | relevance | path

Searched refs:ihk (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp104 HKEY hk, ihk; in addRegistryInterface() local
153 ret = RegCreateKeyEx(hk, name, 0, NULL, 0, KEY_WRITE, NULL, &ihk, in addRegistryInterface()
160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ, in addRegistryInterface()
168 RegSetValueEx(ihk, TEXT("config"), 0, REG_SZ, in addRegistryInterface()
170 RegSetValueEx(ihk, TEXT("ctrl_interface"), 0, REG_SZ, in addRegistryInterface()
173 RegSetValueEx(ihk, TEXT("skip_on_error"), 0, REG_DWORD, (LPBYTE) &val, in addRegistryInterface()
176 RegCloseKey(ihk); in addRegistryInterface()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winsvc.c139 HKEY hk, ihk; in wpa_supplicant_thread() local
192 &ihk); in wpa_supplicant_thread()
205 ret = RegEnumKeyEx(ihk, i, name, &namelen, NULL, NULL, NULL, in wpa_supplicant_thread()
222 if (read_interface(global, ihk, name) < 0) in wpa_supplicant_thread()
226 RegCloseKey(ihk); in wpa_supplicant_thread()