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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 165 if ( BEACON == frameInfo->parsedIEs->subType )
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSmApi.c 419 if ( BEACON == frameInfo->parsedIEs->subType )
  /hardware/ti/wlan/wl1271/utils/
802_11Defs.h 55 /* Maximum size of beacon or probe-request information element */
347 /* maximal length of beacon body - note that actual beacons may actually be longer
348 than this size, at least according to the spec, but so far no larger beacon was seen */
975 BEACON = 8,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
802_11Defs.h 305 /* maximal length of beacon body - note that actual beacons may actually be longer
306 than this size, at least according to the spec, but so far no larger beacon was seen */
903 BEACON = 8,
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
802_11Defs.h 55 /* Maximum size of beacon or probe-request information element */
347 /* maximal length of beacon body - note that actual beacons may actually be longer
348 than this size, at least according to the spec, but so far no larger beacon was seen */
976 BEACON = 8,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 426 /* read beacon interval */
529 case BEACON:
531 TRACE1(pHandle->hReport, REPORT_SEVERITY_INFORMATION, "MLME_PARSER: recieved BEACON message, TS= %ld\n", os_timeStampMs(pHandle->hOs));
532 TRACE0(pHandle->hReport, REPORT_SEVERITY_INFORMATION, "beacon BUF");
536 TRACE3(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv: beacon length out of range. length=%d, band=%d, channel=%d\n", RX_BUF_LEN(pBuffer)-WLAN_HDR_LEN-TIME_STAMP_LEN-4, pRxAttr->band, pRxAttr->channel);
554 /* read beacon interval */
594 TRACE0(pHandle->hReport, REPORT_SEVERITY_WARNING, "mlmeParser_parseIEs - Error in parsing Beacon \n");
    [all...]
scanResultTable.c 611 * \brief Update a site entry data from a received frame (beacon or probe response)
613 * Update a site entry data from a received frame (beacon or probe response)
    [all...]
siteMgr.c 390 /* Init Beacon Filter Desired State */
392 /* Init Beacon Filter numOfStored parameter */
516 /* At start-up Set the Beacon Filter state as the User required */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeParser.c 425 /* read beacon interval */
528 case BEACON:
530 TRACE1(pHandle->hReport, REPORT_SEVERITY_INFORMATION, "MLME_PARSER: recieved BEACON message, TS= %ld\n", os_timeStampMs(pHandle->hOs));
531 TRACE0(pHandle->hReport, REPORT_SEVERITY_INFORMATION, "beacon BUF");
535 TRACE3(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv: beacon length out of range. length=%d, band=%d, channel=%d\n", RX_BUF_LEN(pBuffer)-WLAN_HDR_LEN-TIME_STAMP_LEN-4, pRxAttr->band, pRxAttr->channel);
553 /* read beacon interval */
593 TRACE0(pHandle->hReport, REPORT_SEVERITY_WARNING, "mlmeParser_parseIEs - Error in parsing Beacon \n");
    [all...]
scanResultTable.c 460 * \brief Update a site entry data from a received frame (beacon or probe response)
462 * Update a site entry data from a received frame (beacon or probe response)
513 if (BEACON == pFrame->parsedIEs->subType)
523 /* If the BSS type is independent, the beacon & probe modulation are equal,
537 /* If the BSS type is independent, the beacon & probe modulation are equal,
556 * in the beacon or probe response to rate used by the driver. Perfoms the following:
577 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_ERROR, "scanResultTable_updateRates, pRates=NULL, beacon & probeResp are:\n");
    [all...]
siteMgr.c 379 /* Init Beacon Filter Desired State */
381 /* Init Beacon Filter numOfStored parameter */
505 /* At start-up Set the Beacon Filter state as the User required */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgr.c 762 /* Checking if the current request is Beacon Table */
768 ("%s: Received Beacon Table request, building a report for it and continuing\n", __FUNCTION__));
950 /* check whether the packet was received while the firmware was performing a beacon measurement */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 646 * \brief CB function for current TSF and last beacon TSF and DTIM read.\n
659 /* set the current TSF and last beacon TSF and DTIM count */
673 /* now that the current TSF and last beacon TSF had been retrieved from the FW,
681 * \brief requests current TSF and last beacon TSF and DTIM from the FW.\n
736 /* retrieve the current BSS DTIM period and beacon interval, for SPS DTIM avoidance
752 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "Trying to start continuous scan cycle but DTIM period=%d and beacon interval=%d\n", pScanMngr->currentBSSDtimPeriod, pScanMngr->currentBSSBeaconInterval);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.c     [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.c 637 * \brief CB function for current TSF and last beacon TSF and DTIM read.\n
650 /* set the current TSF and last beacon TSF and DTIM count */
664 /* now that the current TSF and last beacon TSF had been retrieved from the FW,
672 * \brief requests current TSF and last beacon TSF and DTIM from the FW.\n
727 /* retrieve the current BSS DTIM period and beacon interval, for SPS DTIM avoidance
743 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_ERROR, "Trying to start continuous scan cycle but DTIM period=%d and beacon interval=%d\n", pScanMngr->currentBSSDtimPeriod, pScanMngr->currentBSSBeaconInterval);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeParser.c 466 /* read beacon interval */
552 case BEACON:
555 ("MLME_PARSER: recieved BEACON message, TS= %ld\n", os_timeStampMs(pHandle->hOs)));
556 WLAN_REPORT_INFORMATION(pHandle->hReport, MLME_SM_MODULE_LOG, ("beacon MSDU") );
561 ("mlmeParser_recv: beacon length out of range. length=%d, band=%d, channel=%d\n", pMsdu->dataLen-WLAN_HDR_LEN-TIME_STAMP_LEN-4, pRxAttr->band, pRxAttr->channel));
562 /* Error in parsing beacon packet - exit */
576 /* read beacon interval */
610 WLAN_REPORT_WARNING(pHandle->hReport, MLME_SM_MODULE_LOG,("mlmeParser_parseIEs - Error in parsing Beacon \n"));
611 /* Error in parsing Beacon packet - exit */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 440 /* Init Beacon Filter Desired State */
442 /* Init Beacon Filter numOfStored parameter */
601 /* At start-up Set the Beacon Filter state as the User required */
    [all...]

Completed in 371 milliseconds