Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 46) sorted by relevance

12

/hostap-latest/src/tls/
Dbignum.c77 size_t need = mp_unsigned_bin_size((mp_int *) n); in bignum_get_unsigned_bin() local
78 if (len && need > *len) { in bignum_get_unsigned_bin()
79 *len = need; in bignum_get_unsigned_bin()
87 *len = need; in bignum_get_unsigned_bin()
/hostap-latest/src/crypto/
Dmd4-internal.c113 size_t have, need; in MD4Update() local
117 need = MD4_BLOCK_LENGTH - have; in MD4Update()
122 if (len >= need) { in MD4Update()
124 os_memcpy(ctx->buffer + have, input, need); in MD4Update()
126 input += need; in MD4Update()
127 len -= need; in MD4Update()
/hostap-latest/wpa_supplicant/
DREADME-Windows.txt61 used, these Include and Lib directories need to be added to project
73 If you do not need EAP-FAST support, you may also be able to use Win32
76 the library yourself. In this case, you will need to copy Include and
97 CONFIG_DRIVER_NDIS. In addition, include directories may need to be
99 defconfig. The library and include files for WinPcap will either need
101 location will need to be adding to .config when building
134 When using access points in "hidden SSID" mode, ap_scan=2 mode need to
264 Service need to be registered with 'wpasvc.exe reg <full path to
Dtodo.txt45 if something fails; does something else need deinit?
62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
76 should not need to care about fragmentation at all
DREADME226 IEEE 802.1X is using or pre-shared keys without need for additional
289 In order to be able to build wpa_supplicant, you will first need to
379 # install binaries (this may need root privileges)
383 You will need to make a configuration file, e.g.,
399 build time configuration (.config), you may need to specify which
671 format, they need to be converted to suitable PEM/DER format for
717 When wpa_supplicant need authentication parameters, like username and
867 Add the following block to the end of 'stop' action handler (may need
985 wpa_supplicant performs operations that need special permissions, e.g.,
1020 operations during other tasks that may need exclusive control of the
DREADME-WPS65 will also need to add the following line:
83 automatically based on control interface commands, so they do not need
88 restarting wpa_supplicant), wpa_supplicant will need to be configured
115 This will return the generated 8-digit PIN which will then need to be
Deap_testing.txt9 IEEE 802.1X authentication automatically without need for wireless
22 server need to be available from Internet (at least from one static IP
23 address) and I will need to get suitable user name/password pairs,
DREADME-HS2056 need to be enabled in the wpa_supplicant build configuration
207 # need to be pre-configured with the credentials since the NAI Realm
226 # Consortium to match the network, the EAP parameters need to be
626 OSEN. Note that ssid and identify (NAI) values need to be set based on
/hostap-latest/src/eap_peer/
Deap_teap_pac.c482 size_t i, need; in eap_teap_write() local
489 need = os_strlen(field) + len * 2 + 30; in eap_teap_write()
491 need += os_strlen(field) + len + 20; in eap_teap_write()
493 if (*pos - *buf + need > *buf_len) { in eap_teap_write()
494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_teap_write()
503 *buf_len += need; in eap_teap_write()
Deap_fast_pac.c481 size_t i, need; in eap_fast_write() local
489 need = os_strlen(field) + len * 2 + 30; in eap_fast_write()
491 need += os_strlen(field) + len + 20; in eap_fast_write()
493 if (*pos - *buf + need > *buf_len) { in eap_fast_write()
494 char *nbuf = os_realloc(*buf, *buf_len + need); in eap_fast_write()
502 *buf_len += need; in eap_fast_write()
/hostap-latest/doc/
Ddriver_wrapper.doxygen9 Driver wrappers need to implement whatever calls are used in the
46 \ref driver_hostap.c. These files need to define struct \ref wpa_driver_ops
63 of these need to be implemented in order to provide enough support for
70 protocols and thus, the driver will need to be modified to support
81 The driver will also need to provide configuration mechanism to allow
145 Extensions will need to use a custom event. Host AP driver used a custom
Dporting.doxygen23 block). These functions may need to be implemented or at least defined
32 not support either of these examples, a new os_*.c file may need to be
45 may need to be added for the target platform.
86 separate interface may need to be implemented to the network stack or
101 layer is required, a new l2_packet module may need to be
126 support sockets, this interface will likely need to be modified to use
Dhostapd_ctrl_iface.doxygen22 External programs, e.g., a GUI or a configuration utility, that need to
41 \ref wpa_ctrl_request() caller will need to supply a callback, msg_cb,
Deap_server.doxygen29 New EAP methods need to be registered by adding them into the build
/hostap-latest/src/common/
Dsae_pk.c603 size_t need; in sae_write_confirm_pk() local
658 need = 4 + wpabuf_len(pk->pubkey) + 3 + wpabuf_len(sig) + in sae_write_confirm_pk()
660 if (wpabuf_tailroom(buf) < need) { in sae_write_confirm_pk()
663 wpabuf_tailroom(buf), need); in sae_write_confirm_pk()
/hostap-latest/tests/hwsim/auth_serv/
Dhlr_auc_gw.milenage_db6 # stub values will need to be included in this file.
/hostap-latest/hostapd/
Dhlr_auc_gw.milenage_db6 # stub values will need to be included in this file.
DREADME-MULTI-AP122 WPA2-Personal is supported in the Multi-AP specification, so there is no need
126 If the BSS is a simultaneous backhaul and fronthaul BSS, there is no need to
DREADME91 In order to be able to build hostapd, you will need to create a build
122 Authenticator, in which case there is no need for additional protocol
264 IEEE 802.1X is using or pre-shared keys without need for additional
/hostap-latest/tests/hwsim/
DREADME37 You will need to build (or use already built) components to be
77 path into the environment so it doesn't need to be installed.
120 can result in conflicts with the test scripts and you may need to
Dexample-hostapd.config95 # (though, with still some CPU and memory cost, so VM cases will need more
Dexample-wpa_supplicant.config143 # (though, with still some CPU and memory cost, so VM cases will need more
/hostap-latest/hs20/server/
Dhs20-osu-server.txt8 parameters may need to be adjusted.
89 # add example configuration (note: need to update URLs to match the system)
/hostap-latest/wpadebug/
DREADME62 arbitrary shell commands to be executed. This text file need to be in
/hostap-latest/tests/hwsim/vm/
DREADME79 Note that in this case you need to keep your build and source directories

12