/hostap-latest/src/utils/ |
D | base64.c | 92 unsigned char dtable[256], *out, *pos, block[4], tmp; in base64_gen_decode() local 131 block[count] = tmp; in base64_gen_decode() 134 *pos++ = (block[0] << 2) | (block[1] >> 4); in base64_gen_decode() 135 *pos++ = (block[1] << 4) | (block[2] >> 2); in base64_gen_decode() 136 *pos++ = (block[2] << 6) | block[3]; in base64_gen_decode()
|
/hostap-latest/tests/hwsim/ |
D | test_rfkill.py | 37 rfk.block() 70 rfk.block() 94 rfk0.block() 106 rfk1.block() 131 rfk0.block() 133 rfk1.block() 192 rfk.block() 204 rfk.block() 230 rfk.block()
|
D | rfkill.py | 89 def soft_blocked(self, block): argument 90 if block: 91 self.block() 99 def block(self): member in RFKill
|
D | test_wext.py | 244 rfk.block()
|
D | example-setup.txt | 183 block the mac80211_hwsim network devices.
|
/hostap-latest/src/crypto/ |
D | sha1-internal.c | 135 #define blk0(i) (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) | \ 136 (rol(block->l[i], 8) & 0x00FF00FF)) 138 #define blk0(i) block->l[i] 140 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \ 141 block->l[(i + 8) & 15] ^ block->l[(i + 2) & 15] ^ block->l[i & 15], 1)) 183 CHAR64LONG16* block; in SHA1Transform() local 186 block = &workspace; in SHA1Transform() 187 os_memcpy(block, buffer, 64); in SHA1Transform() 189 block = (CHAR64LONG16 *) buffer; in SHA1Transform() 227 forced_memzero(block, 64); in SHA1Transform()
|
D | md4-internal.c | 70 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]); 198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) in MD4Transform() 203 os_memcpy(in, block, sizeof(in)); in MD4Transform() 207 (u32)(block[a * 4 + 0]) | in MD4Transform() 208 (u32)(block[a * 4 + 1]) << 8 | in MD4Transform() 209 (u32)(block[a * 4 + 2]) << 16 | in MD4Transform() 210 (u32)(block[a * 4 + 3]) << 24); in MD4Transform()
|
D | des-internal.c | 318 static void desfunc(u32 *block, const u32 *keys) in desfunc() argument 323 leftt = block[0]; in desfunc() 324 right = block[1]; in desfunc() 392 block[0] = right; in desfunc() 393 block[1] = leftt; in desfunc()
|
D | ms_funcs.c | 497 const u8 *block, u8 *cypher) in nt_password_hash_encrypted_with_block() argument 499 if (des_encrypt(password_hash, block, cypher) < 0 || in nt_password_hash_encrypted_with_block() 500 des_encrypt(password_hash + 8, block + 7, cypher + 8) < 0) in nt_password_hash_encrypted_with_block()
|
D | aes-gcm.c | 16 static void inc32(u8 *block) in inc32() argument 19 val = WPA_GET_BE32(block + AES_BLOCK_SIZE - 4); in inc32() 21 WPA_PUT_BE32(block + AES_BLOCK_SIZE - 4, val); in inc32()
|
D | ms_funcs.h | 54 const u8 *block, u8 *cypher);
|
/hostap-latest/src/common/ |
D | sae_pk.c | 217 u64 block = 0; in sae_pk_base32_encode() local 234 block <<= 8; in sae_pk_base32_encode() 235 block |= val; in sae_pk_base32_encode() 239 (block >> j * 5) & 0x1f, &left); in sae_pk_base32_encode() 240 block = 0; in sae_pk_base32_encode() 253 u64 block = 0; in sae_pk_base32_decode() local 292 block <<= 5; in sae_pk_base32_decode() 293 block |= tmp; in sae_pk_base32_decode() 296 *pos++ = (block >> 32) & 0xff; in sae_pk_base32_decode() 297 *pos++ = (block >> 24) & 0xff; in sae_pk_base32_decode() [all …]
|
/hostap-latest/wpa_supplicant/ |
D | README-HS20 | 34 network block or credential. If a credential is picked (based on ANQP 35 information from APs), a temporary network block is created 36 automatically for the matching network. This temporary network block is 98 # matching network block 104 # credential block 119 # network (based on either an enabled network block or a credential) 489 wpa_supplicant creates a temporary network block for the selected
|
D | todo.txt | 38 * network block
|
D | ChangeLog | 601 with the same network block that generated them 667 - roaming partner configuration (roaming_partner within a cred block) 789 * disable network block temporarily on repeated connection failures 796 limited for all cases instead of just for a specific network block 833 * added a new cred block parameter 'temporary' to allow credential 891 * do not save an invalid network block in wpa_supplicant.conf to avoid 1042 * disable network block temporarily on authentication failures 1142 used to clear the bssid_set flag in a network block, i.e., to remove 1208 network configuration block instead of having to (re-)learn the 1289 configuration block to request background scans less frequently when [all …]
|
D | README-Windows.txt | 290 network block in the configuration file. In addition, blobs subkey has
|
D | android.config | 287 # can be enabled to get a stronger construction of messages when block ciphers
|
D | README | 859 Add the following block to the end of 'start' action handler in 867 Add the following block to the end of 'stop' action handler (may need
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 71 block with each line in \c variable=value format. For example: 118 block with each line in \c variable=value format. For example: 538 a peer and request to automatically block any further connection or 1037 indicates which network block includes the persistent group data.
|
D | porting.doxygen | 23 block). These functions may need to be implemented or at least defined
|
D | dbus.doxygen | 243 …figuration. Dictionary entries are equivalent to entries in the "network" block in wpa_supplicant … 566 …configuration. Dictionary entries are equivalent to entries in the "cred" block in wpa_supplicant … 1690 … reject a pending GO Negotiation with a peer and request to automatically block any further connec… 2088 …<tr><td>disabled</td><td>s</td><td>Set to "2" to indicate special network block use as a P2P persi… 2279 …<p>Properties of the configured network. Dictionary contains entries from "network" block of wpa_s… 2482 …<tr><td>disabled</td><td>s</td><td>Set to "2" to indicate special network block use as a P2P persi…
|
/hostap-latest/hs20/server/ |
D | hs20-osu-server.txt | 224 Add following block just before "SSL Engine Switch" line":
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.sgml | 730 <para>Add the following block to the end of <emphasis>start</emphasis> 740 <para>Add the following block to the end of <emphasis>stop</emphasis>
|
/hostap-latest/hostapd/ |
D | README-MULTI-AP | 54 role, by setting 'multi_ap_backhaul_sta=1' in the network configuration block
|
D | defconfig | 289 # can be enabled to get a stronger construction of messages when block ciphers
|