Searched refs:inputVals (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_api.c | 59 hal_wls_processing_input_params_t *inputVals, // WLS / AoA CSI Processing Parameters Structure in wls_process_csi() argument 82 if (!(inputVals->enableCsi)) in wls_process_csi() 146 …readHexDataDemodulateProcessVhtHeNg1Parallel(pktinfo, inputVals, bufferMemory + start_csi, csiData… in wls_process_csi() 149 …readHexDataDemodulateProcessVhtHeNg1(pktinfo, inputVals, bufferMemory + start_csi, csiDataSize, ff… in wls_process_csi() 153 detectPhaseJump(pktinfo, inputVals, fftInBuffer, phaseRollNg); in wls_process_csi() 158 …readHexDataDemodulateProcessParallel(pktinfo, inputVals, bufferMemory + start_csi, csiDataSize, ff… in wls_process_csi() 161 …readHexDataDemodulateProcess(pktinfo, inputVals, bufferMemory + start_csi, csiDataSize, fftInBuffe… in wls_process_csi() 221 if (inputVals->useToaMin == 1) in wls_process_csi() 245 if (inputVals->useSubspace == 1) in wls_process_csi() 261 if (inputVals->enableAoA && pktinfo->nRx) in wls_process_csi() [all …]
|
| D | wls_processing.h | 33 hal_wls_processing_input_params_t *inputVals, 41 hal_wls_processing_input_params_t *inputVals, 50 hal_wls_processing_input_params_t *inputVals, 58 hal_wls_processing_input_params_t *inputVals, 67 hal_wls_processing_input_params_t *inputVals,
|
| D | wls_processing.c | 621 …cessVhtHeNg1(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t *inputVals, unsigned int* d… in readHexDataDemodulateProcessVhtHeNg1() argument 672 nTx = (pktinfo->nTx<inputVals->nTx) ? (pktinfo->nTx + 1) : (inputVals->nTx + 1); in readHexDataDemodulateProcessVhtHeNg1() 677 nRx = (pktinfo->nRx<inputVals->nRx) ? (pktinfo->nRx + 1) : (inputVals->nRx + 1); in readHexDataDemodulateProcessVhtHeNg1() 889 void detectPhaseJump(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t *inputVals, unsigned… in detectPhaseJump() argument 970 …ulateProcess(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t *inputVals, unsigned int* d… argument 1014 nTx = (pktinfo->nTx<inputVals->nTx)?(pktinfo->nTx+1):(inputVals->nTx+1); 1019 nRx = (pktinfo->nRx<inputVals->nRx)?(pktinfo->nRx+1):(inputVals->nRx+1);
|
| D | wls_api.h | 26 hal_wls_processing_input_params_t *inputVals,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 6409 hal_wls_processing_input_params_t inputVals; in proc_csi_event() local 6416 inputVals.enableCsi = 1; // turn on CSI processing in proc_csi_event() 6417 inputVals.enableAoA = AOA_DEFAULT; // turn on AoA (req. enableCsi==1) in proc_csi_event() 6418 inputVals.nTx = 3; // limit # tx streams to process in proc_csi_event() 6419 inputVals.nRx = 3; // limit # rx to process in proc_csi_event() 6420 inputVals.selCal = 0; // choose cal values in proc_csi_event() 6421 inputVals.dumpMul = 0; // dump extra peaks in AoA in proc_csi_event() 6422 inputVals.enableAntCycling = 0; // enable antenna cycling in proc_csi_event() 6423 inputVals.dumpRawAngle = 0; // Dump Raw Angle in proc_csi_event() 6424 …inputVals.useToaMin = TOA_MIN_DEFAULT; // 1: use min combining, 0: power combining; in proc_csi_event() [all …]
|