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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeParser.c 122 os_memoryZero (pHandle->hOs, &(pHandle->tempFrameInfo), sizeof(mlmeIEParsingParams_t));
141 pHandle->tempFrameInfo.frame.subType = msgType;
151 pHandle->tempFrameInfo.myBssid = TI_TRUE;
153 pHandle->tempFrameInfo.myBssid = TI_FALSE;
157 pHandle->tempFrameInfo.mySa = TI_TRUE;
159 pHandle->tempFrameInfo.mySa = TI_FALSE;
162 pHandle->tempFrameInfo.myDst = TI_FALSE;
169 pHandle->tempFrameInfo.frame.extesion.destType = MSG_BROADCAST;
175 pHandle->tempFrameInfo.frame.extesion.destType = MSG_MULTICAST;
179 pHandle->tempFrameInfo.frame.extesion.destType = MSG_UNICAST
    [all...]
mlmeSm.h 107 mlmeIEParsingParams_t tempFrameInfo;

Completed in 299 milliseconds