Searched refs:so (Results 1 – 25 of 43) sorted by relevance
12
/hostap-latest/tests/hwsim/tnc/ |
D | Makefile | 4 ALL=libhostap_imc.so libhostap_imv.so libhostap2_imc.so libhostap2_imv.so 18 lib%.so: %.c
|
D | .gitignore | 1 libhostap2_imc.so 2 libhostap2_imv.so 3 libhostap_imc.so 4 libhostap_imv.so
|
D | tnc_config | 1 IMC "hostap IMC" tnc/libhostap_imc.so 2 IMV "hostap IMV" tnc/libhostap_imv.so 3 IMC "hostap2 IMC" tnc/libhostap2_imc.so 4 IMV "hostap2 IMV" tnc/libhostap2_imv.so
|
/hostap-latest/src/eap_peer/ |
D | eap_methods.c | 185 int eap_peer_method_load(const char *so) in eap_peer_method_load() argument 191 handle = dlopen(so, RTLD_LAZY); in eap_peer_method_load() 194 "'%s': %s", so, dlerror()); in eap_peer_method_load() 202 "eap_peer_method_dynamic_init()", so); in eap_peer_method_load() 210 "ret %d", so, ret); in eap_peer_method_load() 218 wpa_printf(MSG_DEBUG, "EAP: Loaded dynamic EAP method: '%s'", so); in eap_peer_method_load()
|
D | eap_methods.h | 69 int eap_peer_method_load(const char *so); 74 static inline int eap_peer_method_load(const char *so) in eap_peer_method_load() argument
|
D | .gitignore | 1 *.so
|
/hostap-latest/wpa_supplicant/examples/ |
D | openCryptoki.conf | 19 pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so 20 pkcs11_module_path=/usr/lib/opencryptoki/libopencryptoki.so
|
/hostap-latest/eap_example/ |
D | Makefile | 107 LIBEAP = libeap.so 108 libeap.so: $(EAP_LIBS) $(OBJS_lib) 117 rm -f core *~ *.o *.d libeap.a libeap.so
|
D | .gitignore | 3 libeap.so
|
/hostap-latest/wpa_supplicant/ |
D | Makefile | 18 _all: libpasn.so 24 _all: libwpa_client.so
|
D | todo.txt | 12 (actually, this already works with driver_ndis; so maybe just change 34 state machine so that EAPOL state machine is not needed for this
|
D | README-Windows.txt | 57 default nmake.mak expects this to be unpacked into C:\dev\WpdPack so 128 Linux version, so instructions in README and example wpa_supplicant.conf 137 Windows NDIS/WinPcap uses quite long interface names, so some care 274 be a long (half a minute or so) delay in starting up wpa_supplicant
|
D | README-P2P | 69 change in the future so that all the needed operations could be done 148 out whether the peer device is operating as a GO and if so, use 196 out whether the peer device is operating as a GO and if so, use 492 the P2P service indicator value so that peers know when previously 506 be transmitted, so use of the internal processing is strongly 671 connect through manual configuration does not change here, so if that is
|
/hostap-latest/src/ |
D | build.rules | 97 # (lib_phony so we recurse all the time)
|
/hostap-latest/tests/hwsim/ |
D | example-hostapd.config | 95 # (though, with still some CPU and memory cost, so VM cases will need more
|
D | example-wpa_supplicant.config | 143 # (though, with still some CPU and memory cost, so VM cases will need more
|
D | README | 77 path into the environment so it doesn't need to be installed. 110 Some of the test scripts are still using hardcoded interface names, so
|
/hostap-latest/hostapd/ |
D | README | 141 packets, so the Authentication Server should be a RADIUS server, like 150 with open systems authentication, so there is no security. After 291 certification for CCMP and/or mixed modes using both TKIP and CCMP, so 316 # so the PSK changes when ASCII passphrase is used and the SSID is changed.
|
D | README-MULTI-AP | 111 BSSs, not on backhaul BSSs, so WPS should not be enabled on a backhaul-only 122 WPA2-Personal is supported in the Multi-AP specification, so there is no need
|
D | hostapd.eap_user | 28 # first matching entry is selected, so * should be used as the last phase 1
|
/hostap-latest/wpadebug/ |
D | README | 14 not supposed to be installed on a production use device and doing so may
|
/hostap-latest/tests/hwsim/vm/ |
D | linux.gdb | 64 echo as shared libraries, so just say 'y' if asked to make the\n
|
/hostap-latest/doc/ |
D | eap_server.doxygen | 10 defined in this RFC and so is the interface between the server state
|
D | eap.doxygen | 10 defined in this RFC and so is the interface between the peer state
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 125 before <command>wpa_supplicant</command> is started, so it is fine to
|
12