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

  /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
976 BEACON = 8,
    [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...]
  /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...]

Completed in 73 milliseconds