Searched refs:hal_pktinfo_t (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_processing.h | 32 void readHexDataDemodulateProcess(hal_pktinfo_t *pktinfo, 40 void readHexDataDemodulateProcessParallel(hal_pktinfo_t *pktinfo, 49 void readHexDataDemodulateProcessVhtHeNg1(hal_pktinfo_t *pktinfo, 57 void readHexDataDemodulateProcessVhtHeNg1Parallel(hal_pktinfo_t *pktinfo, 66 void detectPhaseJump(hal_pktinfo_t *pktinfo, 71 void calculateTotalPower(hal_pktinfo_t *pktinfo, unsigned int *powerPerSubband, unsigned int *total… 73 void processLegacyPackets(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int… 76 …hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr, unsigned … 78 …hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *phaseRollPtr, unsigned … 80 void ifftProcessing(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, unsigned int *fftOutBuffer, … [all …]
|
| D | wls_processing.c | 621 void readHexDataDemodulateProcessVhtHeNg1(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t… in readHexDataDemodulateProcessVhtHeNg1() 889 void detectPhaseJump(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t *inputVals, unsigned… in detectPhaseJump() 970 void readHexDataDemodulateProcess(hal_pktinfo_t *pktinfo, hal_wls_processing_input_params_t *inputV… 1160 void calculateTotalPower(hal_pktinfo_t *pktinfo, unsigned int *powerPerSubband, unsigned int *total… 1190 void processLegacyPackets(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int… 1232 void ifftProcessing(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, unsigned int *fftOutBuffer, … 1273 void interpolatePilots(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int bufferspacing, int *p… 1557 void interpolateBandEdges20(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int phaseRollNg) { 1693 void interpolateBandEdges40(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int phaseRollNg) { 1838 void interpolateBandEdges(hal_pktinfo_t *pktinfo, unsigned int *fftInBuffer, int phaseRollNg){ [all …]
|
| D | wls_subspace_processing.c | 74 void calcCorMatrix(hal_pktinfo_t *pktinfo, unsigned int *fftOutBuffer, unsigned int *totalpower, in… in calcCorMatrix() 277 int findSigSpace(float *inputBuff, float *eMatrix, float thresh, int matSizeN, hal_pktinfo_t *pktin… in findSigSpace() 545 void calcDelayAmplitude(hal_pktinfo_t *pktinfo, in calcDelayAmplitude() 627 int determineFirstPath(hal_pktinfo_t *pktinfo, in determineFirstPath() 689 int calcSubspaceFineTiming(hal_pktinfo_t *pktinfo, // structure with CSI buffer parameters in calcSubspaceFineTiming()
|
| D | wls_api.c | 78 hal_pktinfo_t *pktinfo; in wls_process_csi() 94 pktinfo = (hal_pktinfo_t *)tempVec; in wls_process_csi()
|
| D | wls_subspace_processing.h | 21 int calcSubspaceFineTiming(hal_pktinfo_t *pktinfo, // structure with CSI buffer param…
|
| D | wls_structure_defs.h | 494 } hal_pktinfo_t; typedef
|