/hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 127 * Scan SRV API functions 134 * \brief Registers a complete callback for scan complete notifications. 139 * \param hScanCompleteObj - handle to the object passed to the scan complete callback function.\n 149 * \brief Performs a scan 153 * \param scanParams - the scan specific parameters.\n 154 * \param eScanTag - tag used for result and scan complete tracking 155 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n 156 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 157 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 158 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\ [all...] |
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_event_mbox.h | 179 uint8 scanTag; /* Tag of scan */ 181 uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, [24-31] reserved. */ 203 scanCompleteResults_t scanCompleteResults; /* Scan complete results (counter and scan tag) */ 205 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */ 221 uint8 scheduledScanStatus; /* Status of scheduled scan. Refer to */
|
/system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 127 * Scan SRV API functions 134 * \brief Registers a complete callback for scan complete notifications. 139 * \param hScanCompleteObj - handle to the object passed to the scan complete callback function.\n 149 * \brief Performs a scan 153 * \param scanParams - the scan specific parameters.\n 154 * \param eScanTag - tag used for result and scan complete tracking 155 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n 156 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 157 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 158 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/ |
smeSm.c | 402 * If scan is disabled then send self scan complete event, skipping the scan procedure. 446 /* Set the SCR group to inter SCAN */ 451 * SM into scan state. 475 /* update statistics - count scan attempts for connection */ 513 /* SCR is set to enable only APP scan */ 554 /* SCR is set to enable only APP scan */ 579 /* SCR is set to enable only APP scan */ 633 /* stopping the current active scan process * [all...] |
/external/v8/tools/ |
test.py | 874 def ParseAtomicExpression(scan): 875 if scan.Current() == "true": 876 scan.Advance() 878 elif scan.Current() == "false": 879 scan.Advance() 881 elif IsAlpha(scan.Current()): 882 name = scan.Current() 883 scan.Advance() 885 elif scan.Current() == '$': 886 scan.Advance( [all...] |
/external/zlib/contrib/masmx86/ |
gvmat32.asm | 74 scan equ dword ptr [esp+NbStack-64]
define 186 ; scan = window + strstart
188 mov scan,esi
194 ; scan_start = *scan
196 ; strend = scan + MAX_MATCH-1
361 ; calculate the good chain_length, and we'll compare scan and match string
429 mov esi,scan ; esi = scan
433 xor edx,[edi+3] ; and scan +3
458 ; here we now scan and match begin same 623 scan equ esp + 32 ; ptr to string wanting match define [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/ |
drv_sources.inc | 87 $(COMSRC)/Management/scan/inc \ 89 $(COMSRC)/Management/scan/scanCncn \ 100 $(COMSRC)/Management/scan/inc \ 245 $(COMSRC)/Management/scan/scanCncn/ScanCncn.c \ 246 $(COMSRC)/Management/scan/scanCncn/ScanCncnAppSM.c \ 247 $(COMSRC)/Management/scan/scanCncn/ScanCncnDrvSM.c \ 248 $(COMSRC)/Management/scan/scanCncn/ScanCncnOidSM.c \ 249 $(COMSRC)/Management/scan/scanCncn/ScanCncnRoamingContSM.c \ 250 $(COMSRC)/Management/scan/scanCncn/ScanCncnRoamingImmedSM.c \ 251 $(COMSRC)/Management/scan/scanCncn/ScanCncnAppApi.c [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
sme.c | 88 /* Create SME scan result table */ 92 WLAN_OS_REPORT (("sme_Create: unable to create scan result table. SME creation failed\n")); 128 /* Initialize the scan result table object */ 137 * \brief Set default values to the SME (and the SM and scan result table) 139 * Set default values to the SME (and the SM and scan result table) 201 /* register scan conecntrator CB */ 237 /* destroy the scan result table */ 583 * \brief Callback function from scan concentrator for results and scan complete indications 585 * Callback function from scan concentrator for results and scan complete indication [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/ |
MacServices_api.h | 82 * \brief Defines the function prototype for the scan complete callback 161 * Scan SRV API functions 168 * \brief Registers a complete callback for scan complete notifications. 173 * \param hScanCompleteObj - handle to the object passed to the scan complete callback function.\n 183 * \brief Performs a scan 187 * \param scanParams - the scan specific parameters.\n 188 * \param bHighPriority - whether to perform a high priority (overlaps DTIM) scan.\n 189 * \param bDriverMode - whether to try to enter driver mode (with PS on) before issuing the scan command.\n 190 * \param bScanOnDriverModeError - whether to proceed with the scan if requested to enter driver mode and failed.\n 191 * \param bSendNullData - whether to send Null data when exiting driver mode on scan complete.\ [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scanResultTable.c | 35 * \brief implements a table holding scan results, by BSSID 138 EScanResultTableClear eClearTable; /** inicates if table should be cleared at scan */ 151 * \brief Create a scan result table object. 153 * Create a scan result table object. Allocate system resources. 157 * \return Handle to the newly created scan result table object, NULL if an error occured. 193 * \brief Initializes the scan result table object 195 * Initializes the scan result table object. Set handles to other objects. 197 * \param hScanResultTable - handle to the scan result table object 217 /* default Scan Result Aging threshold is 60 second */ 224 * \brief Destroys the scan result table objec [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 35 * struct wpa_scan_result - Scan results (old structure) 54 * This structure is used as a generic format for scan results from the 56 * the driver or OS specific scan results into this format. 58 * This structure is the old data structure used for scan results. It is 85 * struct wpa_scan_res - Scan result for an BSS/IBSS 96 * This structure is used as a generic format for scan results from the 98 * the driver or OS specific scan results into this format. 119 * struct wpa_scan_results - Scan results 120 * @res: Array of pointers to allocated variable length scan result entries 121 * @num: Number of entries in the scan result arra 572 int (*scan)(void *priv, const u8 *ssid, size_t ssid_len); member in struct:wpa_driver_ops [all...] |
/external/jpeg/ |
jdinput.c | 122 /* Do computations that are needed before processing a JPEG scan */ 130 /* Noninterleaved (single-component) scan */ 137 /* For noninterleaved scan, always one block per MCU */ 156 /* Interleaved (multi-component) scan */ 200 * in the current scan, unless already saved during a prior scan. 202 * In a multiple-scan JPEG file, the encoder could assign different components 208 * We do this by copying the table at the start of the first scan containing 213 * at the start of the first scan for the component. 247 * Initialize the input modules to read a scan of compressed data [all...] |
rdswitch.c | 11 * -scans file Read scan script from text file 131 * this simplifies parsing of punctuation in scan scripts. 159 /* Read a scan script from the specified text file. 160 * Each entry in the file defines one scan to be emitted. 165 * in the current scan. The first component has index 0. 183 fprintf(stderr, "Can't open scan definition file %s\n", filename); 199 fprintf(stderr, "Too many components in one scan in file %s\n", 232 fprintf(stderr, "Invalid scan entry format in file %s\n", filename); 246 /* Stash completed scan list in cinfo structure.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/ |
roamingMngr.c | 44 * In each Internal Roaming request, scan is performed and selection for 109 /* scan types */ 168 /* the scan type performed for Roaming */ 170 /* list of BSS received from Scan Manager */ 444 {ROAMING_STATE_IDLE, roamingMngr_smUnexpected}, /* SCAN */ 455 {ROAMING_STATE_WAIT_4_TRIGGER, roamingMngr_smUnexpected}, /* SCAN */ 466 {ROAMING_STATE_SCANNING, roamingMngr_smInvokeScan}, /* SCAN */ 477 {ROAMING_STATE_SCANNING, roamingMngr_smInvokeScan}, /* SCAN */ 489 {ROAMING_STATE_SELECTING, roamingMngr_smUnexpected}, /* SCAN */ 501 {ROAMING_STATE_CONNECTING, roamingMngr_smUnexpected}, /* SCAN, */ [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 56 /** current scan x-coordinate */ 59 /** current scan y-coordinate */ 182 /** scan positions at current scale */ 185 /** current scan index */ 238 /** resets scan position at current scale level */ 262 /** goes to next scan position */ 265 /** goes to scan position */ 268 /** goes to scan index position */ 271 /** goes to scan position from image uls position (error if scales do not match); x,y: 16.16; scale: 12.20 */
|
/external/zlib/contrib/asm686/ |
match.S | 30 #define scan 32 /* ptr to string wanting match */ define 126 /* register Bytef *scan = s->window + s->strstart; */ 132 movl %edi, scan(%esp) 134 /* Determine how many bytes the scan ptr is off from being */ 162 /* register ush scan_start = *(ushf*)scan; */ 163 /* register ush scan_end = *(ushf*)(scan+best_len-1); */ 224 movl scan(%esp), %edi 267 movl scan(%esp), %edi 288 /* scan_end = *(ushf*)(scan+best_len-1); */
|
/hardware/ti/wlan/wl1271/Test/ |
HealthMonitorDbg.c | 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */ 94 else /* scan Srv is probably entering/exiting PowerSave. We won't handle this case since it happens rarely */ 96 WLAN_OS_REPORT(("Scan isn't running at the moment, so try again (make sure it is enabled)\n")); 179 /* stop the no scan complete timer in the scan SRV */
|
SoftGeminiDbg.c | 91 WLAN_OS_REPORT((" Scan Concentrator Debug Functions \n")); 103 * \brief Performs a driver scan from within an app scan.\n
|
/system/wlan/ti/wilink_6_1/Test/ |
HealthMonitorDbg.c | 88 /* check if the no scan complete timer is running. if so - we can stop the timer and trigger recovery */ 94 else /* scan Srv is probably entering/exiting PowerSave. We won't handle this case since it happens rarely */ 96 WLAN_OS_REPORT(("Scan isn't running at the moment, so try again (make sure it is enabled)\n")); 179 /* stop the no scan complete timer in the scan SRV */
|
SoftGeminiDbg.c | 91 WLAN_OS_REPORT((" Scan Concentrator Debug Functions \n")); 103 * \brief Performs a driver scan from within an app scan.\n
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 150 * for global notification whenever the scan mode changes. For example, an 187 * Broadcast Action: Indicates the Bluetooth scan mode of the local Adapter 190 * #EXTRA_PREVIOUS_SCAN_MODE} containing the new and old scan modes 200 * intents to request the current scan mode. Possible values are: 208 * intents to request the previous scan mode. Possible values are: 217 * Indicates that both inquiry scan and page scan are disabled on the local 223 * Indicates that inquiry scan is disabled, but page scan is enabled on the 230 * Indicates that both inquiry scan and page scan are enabled on the loca [all...] |
/system/wlan/ti/wilink_6_1/utils/ |
CmdInterfaceCodes.h | 156 SCAN_CNCN_PARAM = 0x1500, /**< Scan Concentrator Module Number */ 157 SCAN_MNGR_PARAM = 0x1600, /**< Scan Manager Module Number */ [all...] |
/external/bison/src/ |
scan-skel.l | 0 /* Scan Bison Skeletons. -*- C -*- 40 #include "scan-skel.h" 123 | Scan a Bison skeleton. |
|
/frameworks/base/media/libstagefright/id3/ |
testid3.cpp | 112 void scan(const char *path) { function 139 scan(newPath); 160 scan(argv[i]);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/ |
roamingMngr.h | 73 /* called by the Scan Manager when scan for Roaming completed */ 76 /* called by the Scan Manager when new BSSID was found */
|