HomeSort by relevance Sort by last modified time
    Searched refs:TI_UINT8 (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 102 TI_UINT8 dataRetryThreshold; /**< Consecutive number of TX retries per roaming event;
105 TI_UINT8 numExpectedTbttForBSSLoss; /**< Number of expected TBTTs for BSS Loss event
108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold;
114 TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming event is initiated.
151 TI_UINT8 uMetric; /**< 0 - RSSI Beacon, 1 - RSSI Packet, 2 - SNR Beacon, 3 - SNR Packet */
152 TI_UINT8 uType; /**< 0 - Level, 1 - Edge */
153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */
154 TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value. Units: dB ; Threshold range: (0 .. 255) */
155 TI_UINT8 uIndex; /**< User Index (0 .. 1) */
156 TI_UINT8 uEnable; /**< User trigger Enable. 0 - Disable, 1 - Enable *
    [all...]
scanMngrTypes.h 88 TI_UINT8 numOfProbeReqs; /**< Number of probe request frames to be transmitted on each channel */
89 TI_UINT8 txPowerDbm; /**< Tx Power level of the probe request frame (1: strong power; 5: weak power), at which to transmit */
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 */
124 TI_UINT8 triggeringTid; /**< Quality-of-service (QoS) AC that triggers the scans in the AC triggered scan process */
139 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early Termination Event setting,
180 TI_UINT8 numOfChannlesForDiscovery; /**< Number of channels to scan at each discovery attempt */
181 TI_UINT8 numOfChannles; /**< Number of channels to use on this band */
182 TI_UINT8 channelList[ MAX_BAND_POLICY_CHANNLES ];/**< All possible channels */
204 TI_UINT8 maxTrackFailures; /**< The max number of track failures to keep
207 TI_UINT8 BSSListSize; /**< The number of APs in the BSS list *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 102 TI_UINT8 dataRetryThreshold; /**< Consecutive number of TX retries per roaming event;
105 TI_UINT8 numExpectedTbttForBSSLoss; /**< Number of expected TBTTs for BSS Loss event
108 TI_UINT8 txRateThreshold; /**< Low TX rate roaming even threshold;
114 TI_UINT8 lowSnrThreshold; /**< When the low SNR threshold is crossed, the low SNR roaming event is initiated.
151 TI_UINT8 uMetric; /**< 0 - RSSI Beacon, 1 - RSSI Packet, 2 - SNR Beacon, 3 - SNR Packet */
152 TI_UINT8 uType; /**< 0 - Level, 1 - Edge */
153 TI_UINT8 uDirection; /**< 0 - Low, 1 - High, 2 - Bidirectional */
154 TI_UINT8 uHystersis; /**< Hysteresis range around the threshold value. Units: dB ; Threshold range: (0 .. 255) */
155 TI_UINT8 uIndex; /**< User Index (0 .. 1) */
156 TI_UINT8 uEnable; /**< User trigger Enable. 0 - Disable, 1 - Enable *
    [all...]
scanMngrTypes.h 88 TI_UINT8 numOfProbeReqs; /**< Number of probe request frames to be transmitted on each channel */
89 TI_UINT8 txPowerDbm; /**< Tx Power level of the probe request frame (1: strong power; 5: weak power), at which to transmit */
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 */
124 TI_UINT8 triggeringTid; /**< Quality-of-service (QoS) AC that triggers the scans in the AC triggered scan process */
139 TI_UINT8 ETMaxNumberOfApFrames; /**< Number of frames from the early termination frame types according to the early Termination Event setting,
180 TI_UINT8 numOfChannlesForDiscovery; /**< Number of channels to scan at each discovery attempt */
181 TI_UINT8 numOfChannles; /**< Number of channels to use on this band */
182 TI_UINT8 channelList[ MAX_BAND_POLICY_CHANNLES ];/**< All possible channels */
204 TI_UINT8 maxTrackFailures; /**< The max number of track failures to keep
207 TI_UINT8 BSSListSize; /**< The number of APs in the BSS list *
    [all...]
  /hardware/ti/wlan/wl1271/utils/
freq.h 46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
47 TI_UINT32 Chan2Freq (TI_UINT8 chan);
tidef.h 195 #define MAC_COPY(dst,src) ((TI_UINT8*)(dst))[0] = ((TI_UINT8*)(src))[0]; \
196 ((TI_UINT8*)(dst))[1] = ((TI_UINT8*)(src))[1]; \
197 ((TI_UINT8*)(dst))[2] = ((TI_UINT8*)(src))[2]; \
198 ((TI_UINT8*)(dst))[3] = ((TI_UINT8*)(src))[3]; \
199 ((TI_UINT8*)(dst))[4] = ((TI_UINT8*)(src))[4];
    [all...]
fsm.h 63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
73 TI_UINT8 nextState; /**< next state in transition */
84 TI_UINT8 MaxNoOfStates; /**< Max Number of states in the matrix */
85 TI_UINT8 MaxNoOfEvents; /**< Max Number of events in the matrix */
86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
87 TI_UINT8 ActiveNoOfEvents; /**< Active Number of events in the matrix */
99 TI_UINT8 MaxNoOfStates,
100 TI_UINT8 MaxNoOfEvents);
107 TI_UINT8 ActiveNoOfStates
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
freq.h 46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
47 TI_UINT32 Chan2Freq (TI_UINT8 chan);
tidef.h 200 #define MAC_COPY(dst,src) *((TI_UINT8*)&((dst)[0])) = *((TI_UINT8*)&((src)[0])); \
201 *((TI_UINT8*)&((dst)[1])) = *((TI_UINT8*)&((src)[1])); \
202 *((TI_UINT8*)&((dst)[2])) = *((TI_UINT8*)&((src)[2])); \
203 *((TI_UINT8*)&((dst)[3])) = *((TI_UINT8*)&((src)[3])); \
204 *((TI_UINT8*)&((dst)[4])) = *((TI_UINT8*)&((src)[4]));
    [all...]
fsm.h 63 typedef TI_STATUS (*fsm_eventActivation_t)(TI_UINT8 *currState, TI_UINT8 event, void* data);
73 TI_UINT8 nextState; /**< next state in transition */
84 TI_UINT8 MaxNoOfStates; /**< Max Number of states in the matrix */
85 TI_UINT8 MaxNoOfEvents; /**< Max Number of events in the matrix */
86 TI_UINT8 ActiveNoOfStates; /**< Active Number of states in the matrix */
87 TI_UINT8 ActiveNoOfEvents; /**< Active Number of events in the matrix */
99 TI_UINT8 MaxNoOfStates,
100 TI_UINT8 MaxNoOfEvents);
107 TI_UINT8 ActiveNoOfStates
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
p_buffer.h 40 *(TI_UINT8 *)(_p_buffer++) = _uint8; \
45 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint16 & 0x00FF); \
46 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint16 & 0xFF00) >> 8); \
51 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint32 & 0x000000FF); \
52 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x0000FF00) >> 8); \
53 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x00FF0000) >> 16);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
p_buffer.h 40 *(TI_UINT8 *)(_p_buffer++) = _uint8; \
45 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint16 & 0x00FF); \
46 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint16 & 0xFF00) >> 8); \
51 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)(_uint32 & 0x000000FF); \
52 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x0000FF00) >> 8); \
53 *(TI_UINT8 *)(_p_buffer++) = (TI_UINT8)((_uint32 & 0x00FF0000) >> 16);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDeriveTkip.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
61 TI_UINT8 keyRSC[KEY_RSC_LEN];
62 TI_UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
63 TI_UINT8 micRxKey[KEY_DERIVE_TKIP_MIC_LEN];
64 TI_UINT8 micTxKey[KEY_DERIVE_TKIP_MIC_LEN];
admCtrlWpa.h 97 TI_UINT8 elementid; /* WPA information element id is 0xDD */
98 TI_UINT8 length;
99 TI_UINT8 oui[DOT11_OUI_LEN - 1];
100 TI_UINT8 ouiType;
102 TI_UINT8 groupSuite[DOT11_OUI_LEN];
104 TI_UINT8 pairwiseSuite[DOT11_OUI_LEN];
106 TI_UINT8 authKeyMngSuite[DOT11_OUI_LEN];
119 TI_UINT8 bcastForUnicatst;
120 TI_UINT8 replayCounters;
133 TI_STATUS admCtrlWpa_getInfoElement(admCtrl_t *pAdmCtrl, TI_UINT8 *pIe, TI_UINT32 *pLength)
    [all...]
keyDeriveAes.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
61 TI_UINT8 keyRSC[KEY_RSC_LEN];
62 TI_UINT8 encKey[DERIVE_AES_KEY_LEN];
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyDeriveTkip.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
61 TI_UINT8 keyRSC[KEY_RSC_LEN];
62 TI_UINT8 encKey[KEY_DERIVE_TKIP_ENC_LEN];
63 TI_UINT8 micRxKey[KEY_DERIVE_TKIP_MIC_LEN];
64 TI_UINT8 micTxKey[KEY_DERIVE_TKIP_MIC_LEN];
admCtrlWpa.h 97 TI_UINT8 elementid; /* WPA information element id is 0xDD */
98 TI_UINT8 length;
99 TI_UINT8 oui[DOT11_OUI_LEN];
100 TI_UINT8 ouiType;
102 TI_UINT8 groupSuite[DOT11_OUI_LEN+1];
104 TI_UINT8 pairwiseSuite[DOT11_OUI_LEN+1];
106 TI_UINT8 authKeyMngSuite[DOT11_OUI_LEN+1];
119 TI_UINT8 bcastForUnicatst;
120 TI_UINT8 replayCounters;
133 TI_STATUS admCtrlWpa_getInfoElement(admCtrl_t *pAdmCtrl, TI_UINT8 *pIe, TI_UINT32 *pLength)
    [all...]
keyDeriveAes.h 60 TI_UINT8 macAddress[MAC_ADDR_LEN];
61 TI_UINT8 keyRSC[KEY_RSC_LEN];
62 TI_UINT8 encKey[DERIVE_AES_KEY_LEN];
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.h 70 TI_UINT8 uMaxTxPowerDomain; /*
90 TI_UINT8 uDesiredTemporaryTxPower;
92 TI_UINT8 uTemporaryTxPower;
94 TI_UINT8 uUserMaxTxPower;
102 TI_UINT8 uPowerConstraint;
104 TI_UINT8 uExternTxPowerPreferred;
106 TI_UINT8 minDFS_channelNum;
107 TI_UINT8 maxDFS_channelNum;
119 TI_UINT8 pDefaultChannels[A_5G_BAND_NUM_CHANNELS+3];
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.h 70 TI_UINT8 uMaxTxPowerDomain; /*
90 TI_UINT8 uDesiredTemporaryTxPower;
92 TI_UINT8 uTemporaryTxPower;
94 TI_UINT8 uUserMaxTxPower;
102 TI_UINT8 uPowerConstraint;
104 TI_UINT8 uExternTxPowerPreferred;
106 TI_UINT8 minDFS_channelNum;
107 TI_UINT8 maxDFS_channelNum;
119 TI_UINT8 pDefaultChannels[A_5G_BAND_NUM_CHANNELS+3];
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 56 TI_UINT8 CtsToSelf;
59 TI_UINT8 ListenInterval;
63 TI_UINT8 calibrationChannel2_4;
64 TI_UINT8 calibrationChannel5_0;
66 TI_UINT8 CurrAntenna;
67 TI_UINT8 TxAntenna;
68 TI_UINT8 RxAntenna;
69 TI_UINT8 Hw_TxAntenna;
70 TI_UINT8 Hw_RxAntenna;
72 TI_UINT8 RateFallback
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldDb.h 56 TI_UINT8 CtsToSelf;
59 TI_UINT8 ListenInterval;
63 TI_UINT8 calibrationChannel2_4;
64 TI_UINT8 calibrationChannel5_0;
66 TI_UINT8 CurrAntenna;
67 TI_UINT8 TxAntenna;
68 TI_UINT8 RxAntenna;
69 TI_UINT8 Hw_TxAntenna;
70 TI_UINT8 Hw_RxAntenna;
72 TI_UINT8 RateFallback
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 163 TI_UINT8 CCABusyFraction; /**< */
164 TI_UINT8 RPIDensity[ NOISE_HISTOGRAM_LENGTH ]; /**< */
185 TI_UINT8 reserved; /**< */
201 TI_UINT8 channel; /**< */
203 TI_UINT8 txPowerDbm; /**< */
205 TI_UINT8 numberOfTypes; /**< */
222 TI_UINT8 status; /**< The status of measurement performed */
224 TI_UINT8 reserved; /**< */
238 TI_UINT8 numberOfTypes; /**< Number of measurements types (equal to number of measurement replys) */
254 TI_UINT8 activatioDelay; /**< *
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeBuilder.h 75 TI_UINT8 *pDataBuff,
77 TI_UINT8 setWepOpt);
82 TI_UINT8 setWepOpt);
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverMsr.h 163 TI_UINT8 CCABusyFraction; /**< */
164 TI_UINT8 RPIDensity[ NOISE_HISTOGRAM_LENGTH ]; /**< */
185 TI_UINT8 reserved; /**< */
201 TI_UINT8 channel; /**< */
203 TI_UINT8 txPowerDbm; /**< */
205 TI_UINT8 numberOfTypes; /**< */
222 TI_UINT8 status; /**< The status of measurement performed */
224 TI_UINT8 reserved; /**< */
238 TI_UINT8 numberOfTypes; /**< Number of measurements types (equal to number of measurement replys) */
254 TI_UINT8 activatioDelay; /**< *
    [all...]

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>