HomeSort by relevance Sort by last modified time
    Searched refs:resultCBFunc (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeSm.h 107 mlme_resultCB_t resultCBFunc;
mlmeApi.h 190 mlme_resultCB_t resultCBFunc,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c 507 if ( NULL != pHandle->resultCBFunc )
510 pHandle->resultCBFunc( pHandle->resultCBObj, &(pHandle->tempFrameInfo.bssid), &(pHandle->tempFrameInfo.frame), pRxAttr,
617 if ( NULL != pHandle->resultCBFunc )
620 pHandle->resultCBFunc( pHandle->resultCBObj, &(pHandle->tempFrameInfo.bssid), &(pHandle->tempFrameInfo.frame), pRxAttr,
    [all...]
mlmeSm.c 305 pHandle->resultCBFunc = NULL;

Completed in 114 milliseconds