/external/iw/ |
status.c | 8 [11] = "Reassociation denied due to inability to confirm that association exists", 9 [12] = "Association denied due to reason outside the scope of this standard", 14 [17] = "Association denied because AP is unable to handle additional associated STA", 15 [18] = "Association denied due to requesting station not supporting all of the data rates in the BSSBasicRateSet parameter", 16 [19] = "Association denied due to requesting station not supporting the short preamble option", 17 [20] = "Association denied due to requesting station not supporting the PBCC modulation option", 18 [21] = "Association denied due to requesting station not supporting the channel agility option", 19 [22] = "Association request rejected because Spectrum Management capability is required", 20 [23] = "Association request rejected because the information in the Power Capability element is unacceptable", 21 [24] = "Association request rejected because the information in the Supported Channels element is unacceptable" [all...] |
/external/clang/test/Parser/ |
c1x-generic-selection.c | 8 default: 0, // expected-note {{previous default generic association is here}} 9 default: 0); // expected-error {{duplicate default generic association}}
|
/external/syslinux/gpxe/src/hci/ |
wireless_errors.c | 48 { ECONNREFUSED | EUNIQ_0B, "Reassociation denied due to lack of association" }, 49 { ECONNREFUSED | EUNIQ_0C, "Association denied for another reason" }, 54 { ECONNREFUSED | EUNIQ_11, "Association denied because AP is out of resources" }, 55 { ECONNREFUSED | EUNIQ_12, "Association denied; basic rate support required" }, 56 { ECONNREFUSED | EUNIQ_13, "Association denied; short preamble support req'd" }, 57 { ECONNREFUSED | EUNIQ_14, "Association denied; PBCC modulation support req'd" }, 58 { ECONNREFUSED | EUNIQ_15, "Association denied; Channel Agility support req'd" }, 59 { ECONNREFUSED | EUNIQ_16, "Association denied; Spectrum Management required" }, 60 { ECONNREFUSED | EUNIQ_17, "Association denied; Power Capability unacceptable" }, 61 { ECONNREFUSED | EUNIQ_18, "Association denied; Supported Channels unacceptable" } [all...] |
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
viddec_pm_tags.h | 7 /* Define to initalize temporary association list */
|
/external/clang/test/Sema/ |
generic-selection.c | 7 struct A: 0, // expected-error {{type 'struct A' in generic association incomplete}} 8 void(): 0, // expected-error {{type 'void ()' in generic association not an object type}} 9 int[n]: 0); // expected-error {{type 'int [n]' in generic association is a variably modified type}} 13 void (*)(void): 0); // expected-error {{type 'void (*)(void)' in generic association compatible with previously specified type 'void (*)()'}} 15 (void) _Generic((void (*)()) 0, // expected-error {{controlling expression type 'void (*)()' compatible with 2 generic association types}} 19 (void) _Generic(0, // expected-error {{controlling expression type 'int' not compatible with any generic association type}}
|
/external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/ |
control | 13 This test verifies that before we finish association and DHCP negotiations, 18 can cause association to time out.
|
/external/libxml2/os400/iconv/bldcsndfa/ |
ccsid_mibenum.dtd | 3 --- DTD for CCSID/MIBEnum association documents.
|
/frameworks/base/services/companion/java/com/android/server/companion/ |
CompanionDeviceManagerService.java | 106 private static final String XML_TAG_ASSOCIATION = "association"; 315 "App must have an association before calling this API"); 432 new Association(userId, deviceMacAddress, pkg))); 495 new Association(userId, deviceAddress, priviledgedPackage))); 498 private void updateAssociations(Function<List<Association>, List<Association>> update) { 502 private void updateAssociations(Function<List<Association>, List<Association>> update, 506 List<Association> associations = readAllAssociations(userId); 507 final List<Association> old = CollectionUtils.copyOf(associations) [all...] |
/external/clang/test/SemaCXX/ |
generic-selection.cpp | 6 id = _Generic(T(), // expected-error {{controlling expression type 'char' not compatible with any generic association type}} 9 U: 3) // expected-error {{type 'int' in generic association compatible with previously specified type 'int'}} 25 int: 2, // expected-error {{type 'int' in generic association compatible with previously specified type 'int'}}
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
WifiAssociationTestRunner.java | 27 * Instrumentation Test Runner for wifi association test. 30 * To run the association tests:
|
/external/toybox/toys/other/ |
losetup.c | 31 -S Limit SIZE of loopback association (alias --sizelimit) 49 todo: basic /dev file association 86 // Stat the loop device to see if there's a current association. 100 // Check size of file or delete existing association 164 // With just device, display current association 168 // new association: S size o offset rs - need a file 169 // existing association: cd
|
/external/kernel-headers/original/uapi/linux/ |
sctp.h | 107 #define SCTP_SOCKOPT_PEELOFF 102 /* peel off association. */ 281 * Communication notifications inform the ULP that an SCTP association 282 * has either begun or ended. The identifier for a new association is 303 * event that happened to the association. They include: 354 * association. The entire error TLV as it appears on the wire is 580 * 7.1.2 Association Parameters (SCTP_ASSOCINFO) 582 * This option is used to both examine and set various association and 597 * Requests that the peer mark the enclosed address as the association 598 * primary. The enclosed address must be one of the association's 611 * the association primary. The enclosed address must be one of th [all...] |
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AssociationServiceException.java | 20 * Thrown when an error occurs in the Association Service.
|
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
InverseBindingMethods.java | 22 * Used to enumerate attribute, getter, and event association. The value is an array of
|
/external/libtextclassifier/common/memory_image/ |
data-store.proto | 17 // A DataStore maintains an association between names and chunks of bytes. It 37 // DataStore code handles the association.
|
/system/sepolicy/private/ |
security_classes | 55 # IPSec association 56 class association
|
/external/ltp/utils/sctp/include/netinet/ |
sctp.h | 102 #define SCTP_SOCKOPT_PEELOFF 102 /* peel off association. */ 110 /* SCTP socket option used to read per endpoint association statistics. */ 191 * Communication notifications inform the ULP that an SCTP association 192 * has either begun or ended. The identifier for a new association is 213 * event that happened to the association. They include: 264 * association. The entire error TLV as it appears on the wire is 483 * 7.1.2 Association Parameters (SCTP_ASSOCINFO) 485 * This option is used to both examine and set various association and 500 * Requests that the peer mark the enclosed address as the association 501 * primary. The enclosed address must be one of the association' [all...] |
/external/ltp/utils/sctp/func_tests/ |
test_connectx.c | 160 /* Doing a connectx on a socket to create an association that is 192 tst_brkm(TBROK, tst_exit, "Association id mismatch: " 195 tst_resm(TPASS, "Association id match between sctp_connectx()" 208 * Blocking connectx should block until the association is established 242 /* Trying to create an association on a socket that matches an 243 * existing peeled-off association should fail. 256 tst_resm(TPASS, "server association 1 peers ok"); 258 tst_resm(TPASS, "server association 2 peers ok"); 260 tst_resm(TPASS, "client association 1 peers ok"); 262 tst_resm(TPASS, "client association 2 peers ok") [all...] |
test_1_to_1_accept_close.c | 15 * TEST6: On a CLOSED association 16 * TEST7: Extracting the association on the listening socket 188 /*Closing the previously established association*/ 193 /*accept() TEST6: On the CLOSED association should succeed*/ 196 tst_brkm(TBROK, tst_exit, "accept a closed association" 199 tst_resm(TPASS, "accept() a closed association - SUCCESS"); 203 /*accept() TEST7: Extracting the association on the listening socket
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
WiFi.h | 126 /// association to authenticate the stations.
732 /// Specifies the address of the peer MAC entity from which the association request
741 /// Specifies the association ID value assigned by the AP.
745 /// Indicates the measured RCPI of the corresponding association request frame. It is
750 /// Indicates the measured RSNI at the time the corresponding association request
780 /// EFI_SUCCESS: Association operation completed successfully.
785 /// Pointer to the association data.
789 /// Indicates the association state.
793 /// Indicates the association result. It is caller's responsibility to free this
931 /// Indicates the association state. [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 162 * Tell if the pattern for this association is a wildcard. 227 * Get the next association. 237 * Set the next element on this association 239 * this association, and, if equal priority, should occur 242 * @param mp The next association to score if this one fails.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
FrameParser.java | 532 mTypeString = "Association Request"; 535 mTypeString = "Association Response"; 623 return "Reassociation denied; could not confirm association exists"; 625 return "Association denied for reasons outside standard"; 635 return "Association denied; too many STAs"; 637 return "Association denied; must support BSSBasicRateSet"; 639 return "Association denied; must support short preamble"; 641 return "Association denied; must support PBCC"; 643 return "Association denied; must support channel agility"; 645 return "Association rejected; must support spectrum management" [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 48 * an association attempt fails either due to the selected BSS rejecting 49 * association or due to timeout. 53 * association. It does not prevent the listed BSS from being used; it only
|
/external/wpa_supplicant_8/src/ap/ |
sta_info.h | 182 struct wpabuf *wps_ie; /* WPS IE from (Re)Association Request */ 183 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ 184 struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */ 191 struct wpabuf *mb_ies; /* MB IEs from (Re)Association Request */ 203 /* Last Authentication/(Re)Association Request/Action frame sequence 206 /* Last Authentication/(Re)Association Request/Action frame subtype */
|
/external/wpa_supplicant_8/src/common/ |
defs.h | 218 * enable a network) is needed to start association. 252 * WPA_ASSOCIATED - Association completed 254 * This state is entered when the driver reports that association has 266 * frame after association. In case of WPA-EAP, this state is entered 290 * plaintext connections, this state is entered when an association 294 * processing for the association phase and that data connection is
|