Searched refs:number (Results 1 – 25 of 40) sorted by relevance
12
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.ui | 32 <number>0</number> 56 <number>0</number>
|
D | scanresults.ui | 28 <number>5</number>
|
D | networkconfig.ui | 321 <number>10000</number> 324 <number>10</number>
|
D | signalbar.cpp | 52 opts.text = QString::number(signal) + " dBm"; in paint()
|
D | userdatarequest.cpp | 90 QString::number(networkid) + ':' + in sendReply()
|
D | wpagui.ui | 44 <number>0</number>
|
/hostap-latest/src/utils/ |
D | json.c | 396 curr_token->number = 1; in json_parse() 401 curr_token->number = 0; in json_parse() 430 token->number = num; in json_parse() 433 curr_token->number = num; in json_parse() 439 curr_token->number); in json_parse() 444 curr_token->number = num; in json_parse() 449 curr_token->number); in json_parse()
|
D | json.h | 30 int number; member
|
/hostap-latest/hs20/server/ca/ |
D | openssl-root.cnf | 27 serial = $dir/serial # The current serial number 28 crlnumber = $dir/crlnumber # the current crl number 32 RANDFILE = $dir/private/.rand # private random number file
|
D | openssl.cnf | 27 serial = $dir/serial # The current serial number 28 crlnumber = $dir/crlnumber # the current crl number 32 RANDFILE = $dir/private/.rand # private random number file
|
/hostap-latest/hostapd/ |
D | ChangeLog | 38 * a large number of other fixes, cleanup, and extensions 60 increase the maximum number of EAP message exchanges (mainly to 81 * a large number of other fixes, cleanup, and extensions 115 with potential DoS attacks trying to flood an AP with large number 137 - added support for release number 3 163 * fixed WPA packet number reuse with replayed messages and key 199 * large number of other fixes, cleanup, and extensions 272 * added initial MBO support; number of extensions to WNM BSS Transition 288 * number of small fixes 324 * number of small fixes [all …]
|
D | defconfig | 109 # enabled for production use. The IETF RFC 7170 that defines EAP-TEAP has number 235 # hostapd depends on strong random number generation being available from the 240 # on embedded devices that do not have a hardware random number generator and 241 # may by default start up with minimal entropy available for random number 249 # with enough entropy either by using hardware assisted random number 253 # enhance random number generation. This is not perfect, but it is much more
|
D | README-WPS | 15 devices. WPS includes number of methods for setting up connections 120 WPS requires either a device PIN code (usually, 8-digit number) or a 231 for the specified number of seconds 239 for the specified number of seconds
|
/hostap-latest/doc/ |
D | code_structure.doxygen | 16 wpa_supplicant implementation is divided into number of independent 21 are number of separate files for generic helper functions. 82 Version number definitions 152 Big number math
|
D | mainpage.doxygen | 44 wpa_supplicant source tree includes number of \ref testing_tools 67 solution or a RADIUS authentication server with support for number of
|
D | porting.doxygen | 6 already used with number of operating systems and numerous wireless 9 ported to number of other operating systems like VxWorks, PalmOS, 43 \ref common.h defines number of helper macros for handling integers of
|
D | testing_tools.doxygen | 9 wpa_supplicant source tree includes number of testing and development 61 -r<count> = number of re-authentications
|
D | directories.doxygen | 18 layer for different crypto/TLS libraries. Wrappers for number of
|
/hostap-latest/tests/ |
D | cipher-and-key-mgmt-testing.txt | 4 wpa_supplicant and hostapd include number of extensions that allow 157 clearing its packet number to test replay protection. That can help in 184 that unicast traffic can recover once the packet number from the test 196 frames. Note that broadcast traffic can recover once the packet number 222 traffic can recover once the packet number from the test device
|
D | README | 4 The tests directory with its subdirectories contain number of tools used 15 wpa_supplicant and hostapd support number of build option
|
/hostap-latest/wpa_supplicant/ |
D | ChangeLog | 51 * a large number of other fixes, cleanup, and extensions 74 * increased the maximum number of EAP message exchanges (mainly to 78 * a number of MKA/MACsec fixes and extensions 104 * a large number of other fixes, cleanup, and extensions 166 - do not indicate release number that is higher than the one 168 - added support for release number 3 177 * number of MKA/MACsec fixes and extensions 189 * extended D-Bus interface with number of new properties 205 * fixed WPA packet number reuse with replayed messages and key 227 - number of fixes and extensions [all …]
|
D | android.config | 404 # wpa_supplicant depends on strong random number generation being available 410 # number generator and may by default start up with minimal entropy available 411 # for random number generation. 418 # entropy either by using hardware assisted random number generator or by 422 # restarts to enhance random number generation. This is not perfect, but it is
|
D | defconfig | 119 # enabled for production use. The IETF RFC 7170 that defines EAP-TEAP has number 466 # wpa_supplicant depends on strong random number generation being available 472 # number generator and may by default start up with minimal entropy available 473 # for random number generation. 480 # entropy either by using hardware assisted random number generator or by 484 # restarts to enhance random number generation. This is not perfect, but it is
|
/hostap-latest/eap_example/ |
D | README | 37 The EAP library links in number of helper functions from src/utils and
|
/hostap-latest/tests/remote/ |
D | rutils.py | 270 def get_ipv4_addr(setup_params, number): argument 277 ipv4 = parts[0] + "." + parts[1] + "." + parts[2] + "." + str(number)
|
12