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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeApi.h 133 dot11_TPC_REPORT_t *TPCReport;
222 dot11_TPC_REPORT_t TPCReport;
mlmeParser.h 159 dot11_TPC_REPORT_t *TPCReport);
mlmeParser.c     [all...]
scanResultTable.c 70 #define UPDATE_AP_TX_POWER(pSite, pFrame) if ((pFrame)->parsedIEs->content.iePacket.TPCReport != NULL) \
71 pSite->APTxPower = (pFrame)->parsedIEs->content.iePacket.TPCReport->transmitPower
    [all...]
siteMgr.c 155 #define UPDATE_BEACON_AP_TX_POWER(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.TPCReport != NULL) \
156 pSite->APTxPower = pFrameInfo->content.iePacket.TPCReport->transmitPower
158 #define UPDATE_PROBE_AP_TX_POWER(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.TPCReport != NULL) \
159 pSite->APTxPower = pFrameInfo->content.iePacket.TPCReport->transmitPower
    [all...]

Completed in 205 milliseconds