| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wpa_supplicant.conf | 285 # Whether to enable SAE (WPA3-Personal transition mode) automatically for 288 # 1 = add both the WPA2-PSK and SAE configuration and enable PMF so that the 290 # WPA2-Personal (PSK) and WPA3-Personal (SAE) APs). 422 # sae_check_mfp: Require PMF support to select SAE key_mgmt 423 # 0 = Do not check PMF for SAE (default) 424 # 1 = Limit SAE when PMF is not enabled 426 # When enabled SAE will not be selected if PMF will not be used 428 # Scenarios where this check will limit SAE: 434 # network configured with ieee80211w unset and key_mgmt=SAE WPA-PSK. 437 # Limiting SAE with this check can avoid failing to associate to an A [all...] |
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_common.c | 311 DF2S(SAE);
|
| driver_nl80211.c | 2512 /* register for SAE Authentication frames */ 2693 /* Auth frames for mesh SAE */ 2841 "nl80211: Failed to subscribe to handle Authentication frames - SAE offload may not work"); 3349 __AKM(SAE, SAE); 7114 /* Add SAE password in case of SAE authentication offload */ 7122 "nl80211: Use of SAE password identifiers not supported with driver-based SAE"); 7130 wpa_printf(MSG_DEBUG, " * SAE password") [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-opc.h | 738 SAE, 816 unsigned int sae:1; member in struct:i386_opcode_modifier
|
| i386-gen.c | 495 BITFIELD (SAE), 1268 || modifiers[SAE].value)
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-opc.h | 721 SAE, 799 unsigned int sae:1; member in struct:i386_opcode_modifier
|
| i386-gen.c | 486 BITFIELD (SAE), 1259 || modifiers[SAE].value)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-opc.h | 784 SAE, 862 unsigned int sae:1; member in struct:i386_opcode_modifier
|
| i386-gen.c | 544 BITFIELD (SAE), 1332 || modifiers[SAE].value)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-opc.h | 771 SAE, 849 unsigned int sae:1; member in struct:i386_opcode_modifier
|
| i386-gen.c | 524 BITFIELD (SAE), 1312 || modifiers[SAE].value)
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ItaniumMangle.cpp | 4544 const UnaryExprOrTypeTraitExpr *SAE = cast<UnaryExprOrTypeTraitExpr>(E); 4546 if (!SAE->isInstantiationDependent()) { 4556 !ImplicitlyConvertedToType->isIntegerType())? SAE->getType() 4558 llvm::APSInt V = SAE->EvaluateKnownConstInt(Context.getASTContext()); 4566 if (SAE->isArgumentType()) { 4568 mangleType(SAE->getArgumentType()); 4571 mangleExpression(SAE->getArgumentExpr()); 4575 switch(SAE->getKind()) { 4587 if (SAE->isArgumentType()) 4588 mangleType(SAE->getArgumentType()) [all...] |