HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 1 - 25 of 1464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/src/
scan-gram-c.c 2 #include "scan-gram.c"
scan-skel-c.c 2 #include "scan-skel.c"
  /external/bison/djgpp/
fnchange.lst 1 @V@/src/scan-gram-c.c @V@/src/c-scan-gram.c
2 @V@/src/scan-skel-c.c @V@/src/c-scan-skel.c
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnApp.c 35 * \brief Scan concentrator application scan module implementation
56 * Parses and executes a set param command (start/stop one-shot/periodic/OS scan)
58 * \param hScanCncn - handle to the scan concentrator object
74 /* verify that scan is not currently running */
77 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app one-shot scan when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
78 /* Scan was not started successfully, send a scan complete event to the user */
82 /* set one-shot scan as running app scan client *
    [all...]
ScanCncn.h 35 * \brief Scan concentartor module API
51 * \brief Scan Concentrator Client
54 * Enumerates the different possible clients requesting scan from the scan concentrator
60 /* 0 */ SCAN_SCC_ROAMING_IMMED, /**< Indicates a scan from the immediate scan for a roaming client */
61 /* 1 */ SCAN_SCC_ROAMING_CONT, /**< Indicates a scan from the continuous scan for a roaming client */
62 /* 2 */ SCAN_SCC_DRIVER, /**< Indicates a scan from the driver client (SME scan) */
    [all...]
ScanCncnSmSpecific.c 35 * \brief Scan concentrator state machine type-specific functions implemenattion
50 * Aplication one-shot scan
54 * \brief Request the SCR for one-shot application scan
56 * Request the SCR for one-shot application scan. handle different results.
67 /* request the SCR as application scan client, and act according to return status */
95 * \brief Release the SCR as one-shot application scan
97 * Release the SCR as one-shot application scan
112 * \brief Request scan start from TWD for one-shot application scan
114 * Request scan start from TWD for one-shot application sca
    [all...]
ScanCncnSm.c 35 * \brief Scan concentrator state machine implementation
119 * \brief Cerates a scan concentrator client object
121 * Cerates a scan concentrator client - allocates object and create a state-machine instance
124 * \return Handle to the new scan concentrator client object
131 /* allocate space for the scan concentartor client object */
135 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client object\n"));
146 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client state-machine\n"));
156 * \brief Initialize a scan concentartor client object
158 * Initialize a scan concentartor client object - store handles and specific SM functions
160 * \note Some of the values (e.g. scan result CB( are initialized from the main scan concentartor object
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnApp.c 35 * \brief Scan concentrator application scan module implementation
56 * Parses and executes a set param command (start/stop one-shot/periodic/OS scan)
58 * \param hScanCncn - handle to the scan concentrator object
74 /* verify that scan is not currently running */
77 TRACE1(pScanCncn->hReport, REPORT_SEVERITY_WARNING, "scanCncnApp_SetParam: trying to start app one-shot scan when client %d is currently running!\n", pScanCncn->eCurrentRunningAppScanClient);
78 /* Scan was not started successfully, send a scan complete event to the user */
82 /* set one-shot scan as running app scan client *
    [all...]
ScanCncn.h 35 * \brief Scan concentartor module API
49 * \brief Scan Concentrator Client
52 * Enumerates the different possible clients requesting scan from the scan concentrator
58 /* 0 */ SCAN_SCC_ROAMING_IMMED, /**< Indicates a scan from the immediate scan for a roaming client */
59 /* 1 */ SCAN_SCC_ROAMING_CONT, /**< Indicates a scan from the continuous scan for a roaming client */
60 /* 2 */ SCAN_SCC_DRIVER, /**< Indicates a scan from the driver client (SME scan) */
    [all...]
ScanCncnSmSpecific.c 35 * \brief Scan concentrator state machine type-specific functions implemenattion
50 * Aplication one-shot scan
54 * \brief Request the SCR for one-shot application scan
56 * Request the SCR for one-shot application scan. handle different results.
67 /* request the SCR as application scan client, and act according to return status */
95 * \brief Release the SCR as one-shot application scan
97 * Release the SCR as one-shot application scan
112 * \brief Request scan start from TWD for one-shot application scan
114 * Request scan start from TWD for one-shot application sca
    [all...]
ScanCncnSm.c 35 * \brief Scan concentrator state machine implementation
119 * \brief Cerates a scan concentrator client object
121 * Cerates a scan concentrator client - allocates object and create a state-machine instance
124 * \return Handle to the new scan concentrator client object
131 /* allocate space for the scan concentartor client object */
135 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client object\n"));
146 WLAN_OS_REPORT (("scanCncnSm_Cretae: not enough space for scan concentrator client state-machine\n"));
156 * \brief Initialize a scan concentartor client object
158 * Initialize a scan concentartor client object - store handles and specific SM functions
160 * \note Some of the values (e.g. scan result CB( are initialized from the main scan concentartor object
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 38 * \brief TWDriver Scan APIs
48 Scan Definitions
78 * \brief Scan Type
81 * This Enumeration defines the available scan types.
87 /* 0 */ SCAN_TYPE_NORMAL_PASSIVE = 0, /**< Normal passive scan */
88 /* 1 */ SCAN_TYPE_NORMAL_ACTIVE, /**< Normal active scan */
89 /* 2 */ SCAN_TYPE_SPS, /**< Scheduled Passive scan */
90 /* 3 */ SCAN_TYPE_TRIGGERED_PASSIVE, /**< Triggered Passive scan */
91 /* 4 */ SCAN_TYPE_TRIGGERED_ACTIVE, /**< Triggered Active scan */
92 /* 5 */ SCAN_TYPE_NO_SCAN, /**< No Scan to perform *
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 38 * \brief TWDriver Scan APIs
48 Scan Definitions
79 * \brief Scan Type
82 * This Enumeration defines the available scan types.
88 /* 0 */ SCAN_TYPE_NORMAL_PASSIVE = 0, /**< Normal passive scan */
89 /* 1 */ SCAN_TYPE_NORMAL_ACTIVE, /**< Normal active scan */
90 /* 2 */ SCAN_TYPE_SPS, /**< Scheduled Passive scan */
91 /* 3 */ SCAN_TYPE_TRIGGERED_PASSIVE, /**< Triggered Passive scan */
92 /* 4 */ SCAN_TYPE_TRIGGERED_ACTIVE, /**< Triggered Active scan */
93 /* 5 */ SCAN_TYPE_NO_SCAN, /**< No Scan to perform *
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngrTypes.h 40 * \brief Scan Manager Types \n
41 * This file include public type definitions for the scan manager application level module, \n
79 * \brief Scan Prob Request Parameters
82 * This structure defines the probe request parameters used for active scan
94 * \brief Scan Basic Method Parameters
97 * This structure defines the argument used for the basic scan operation.
98 * The basic scan is a standard 802.11 scan, which can be active (sending a probe request frame on each channel)
99 * or passive (without sending probe request frames). For a passive scan, the probe request parameters are ignored
108 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early TerminationEvent setting, after which the scan is stopped on this channel *
    [all...]
scanMngrApi.h 35 * \brief This file include public definitions for the scan manager module, comprising its API.
67 * \brief Scan Manager Result Status
70 * Enumerates the possible Scan result statuses.
71 * Returned as a response to an immediate scan request.
77 /* 0 */ SCAN_MRS_SCAN_COMPLETE_OK, /**< Scan was completed successfully */
78 /* 1 */ SCAN_MRS_SCAN_RUNNING, /**< Scan was started successfully and is now running */
79 /* 2 */ SCAN_MRS_SCAN_NOT_ATTEMPTED_ALREADY_RUNNING, /**< scan was not attempted because it is already running */
81 * Scan was not attempted because the policy defines
82 * NULL scan type
85 * Scan was not attempted because no channels are
    [all...]
scanMngr.h 35 * \brief This file include private definitions for the scan manager module.
59 #define SCAN_SPS_DURATION_PART_IN_ADVANCE 4 /* 1/4 of scan duration in advance */
67 /* scan iteration number after which, if no new AP was found, pre-auth needs to be re-done */
86 * \brief enumerates immediate scan internal status
90 SCAN_ISS_IDLE = 0, /**< immediate scan is not running */
91 SCAN_ISS_G_BAND, /**< immediate scan is running on G band */
92 SCAN_ISS_A_BAND, /**< immediate scan is running on A band */
94 SCAN_ISS_NUM_OF_STATES /**< number of available immediate scan states states */
98 * \brief enumerates continuous scan internal status
102 SCAN_CSS_IDLE = 0, /**< continuous scan is not running *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngrTypes.h 40 * \brief Scan Manager Types \n
41 * This file include public type definitions for the scan manager application level module, \n
79 * \brief Scan Prob Request Parameters
82 * This structure defines the probe request parameters used for active scan
94 * \brief Scan Basic Method Parameters
97 * This structure defines the argument used for the basic scan operation.
98 * The basic scan is a standard 802.11 scan, which can be active (sending a probe request frame on each channel)
99 * or passive (without sending probe request frames). For a passive scan, the probe request parameters are ignored
108 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early TerminationEvent setting, after which the scan is stopped on this channel *
    [all...]
scanMngrApi.h 35 * \brief This file include public definitions for the scan manager module, comprising its API.
67 * \brief Scan Manager Result Status
70 * Enumerates the possible Scan result statuses.
71 * Returned as a response to an immediate scan request.
77 /* 0 */ SCAN_MRS_SCAN_COMPLETE_OK, /**< Scan was completed successfully */
78 /* 1 */ SCAN_MRS_SCAN_RUNNING, /**< Scan was started successfully and is now running */
79 /* 2 */ SCAN_MRS_SCAN_NOT_ATTEMPTED_ALREADY_RUNNING, /**< scan was not attempted because it is already running */
81 * Scan was not attempted because the policy defines
82 * NULL scan type
85 * Scan was not attempted because no channels are
    [all...]
scanMngr.h 35 * \brief This file include private definitions for the scan manager module.
59 #define SCAN_SPS_DURATION_PART_IN_ADVANCE 4 /* 1/4 of scan duration in advance */
67 /* scan iteration number after which, if no new AP was found, pre-auth needs to be re-done */
86 * \brief enumerates immediate scan internal status
90 SCAN_ISS_IDLE = 0, /**< immediate scan is not running */
91 SCAN_ISS_G_BAND, /**< immediate scan is running on G band */
92 SCAN_ISS_A_BAND, /**< immediate scan is running on A band */
94 SCAN_ISS_NUM_OF_STATES /**< number of available immediate scan states states */
98 * \brief enumerates continuous scan internal status
102 SCAN_CSS_IDLE = 0, /**< continuous scan is not running *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 47 ext2_inode_scan scan,
108 ext2_inode_scan scan; local
133 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan);
136 memset(scan, 0, sizeof(struct ext2_struct_inode_scan));
138 scan->magic = EXT2_ET_MAGIC_INODE_SCAN;
139 scan->fs = fs;
140 scan->inode_size = EXT2_INODE_SIZE(fs->super);
141 scan->bytes_left = 0;
142 scan->current_group = 0;
143 scan->groups_left = fs->group_desc_count - 1
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 35 * \brief This file include private definitions for the scan SRV module.
54 /* guard time for scan (added to calculated scan duration) */
80 * \brief This structure contains the scan SRV object data
92 * upper layer (scan concentrator) scan complete
96 * upper layer (scan concentrator) scan complete
102 * and called when the scan command has been received by the FW
110 * called when the scan command has been Timer Expir
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 35 * \brief This file include private definitions for the scan SRV module.
54 /* guard time for scan (added to calculated scan duration) */
80 * \brief This structure contains the scan SRV object data
92 * upper layer (scan concentrator) scan complete
96 * upper layer (scan concentrator) scan complete
102 * and called when the scan command has been received by the FW
110 * called when the scan command has been Timer Expir
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 2 * \brief This file include private definitions for the scan concentrator module.
90 * \brief This structure contains the scan concentrator object data
108 /* Scan complete callbacks */
110 * scan complete callback function
114 * scan complete callback objects,
118 * clients' scan results, used to
126 * for SPS scan */
131 * scan types
135 * for different scan types
138 /* Scan requests *
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/OS2/
Makefile.os2 24 scan$O skel$O sym$O tblcmp$O yylex$O
31 cp initscan.c scan.c
41 scan.c : scan.l
42 $(FLEX) $(FLEX_FLAGS) $(COMPRESSION) scan.l >scan.c
44 scan$O : scan.c parse.h flexdef.h
62 flex $(FLEX_FLAGS) $(COMPRESSION) scan.l | diff scan.c -
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
scanTypes.h 45 Scan Definitions
72 * \brief enumerates the different scan types
76 SCAN_TYPE_NORMAL_PASSIVE = 0, /**< normal passive scan */
77 SCAN_TYPE_NORMAL_ACTIVE, /**< normal active scan */
78 SCAN_TYPE_SPS, /**< scheduled passive scan */
79 SCAN_TYPE_TRIGGERED_PASSIVE, /**< triggered passive scan */
80 SCAN_TYPE_TRIGGERED_ACTIVE, /**< triggered active scan */
81 SCAN_TYPE_NO_SCAN /**< no scan to perform */
102 * \brief This structure contains single channel parameters for normal scan operation (inc. triggered)
122 * the tx power to use for probe requests (for active scan)
    [all...]

Completed in 172 milliseconds

1 2 3 4 5 6 7 8 91011>>