Searched defs:fc (Results 1 - 9 of 9) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DmlmeBuilder.c103 status = mlmeBuilder_buildFrameCtrl (pHandle, type, (TI_UINT16 *)&pDot11Header->fc, setWepOpt);
152 TI_UINT16 fc = 0; local
157 fc |= DOT11_FC_ASSOC_REQ;
160 fc |= DOT11_FC_ASSOC_RESP;
163 fc |= DOT11_FC_REASSOC_REQ;
166 fc |= DOT11_FC_REASSOC_RESP;
169 fc |= DOT11_FC_DISASSOC;
172 fc |= DOT11_FC_AUTH;
175 fc |= DOT11_FC_DEAUTH;
178 fc |
[all...]
H A Dtemplates.c87 TI_UINT16 fc; local
105 fc = DOT11_FC_DATA_NULL_FUNCTION;
106 fc |= (TI_TRUE << DOT11_FC_TO_DS_SHIFT);
108 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* copy with endianess handling. */
141 TI_UINT16 fc; local
159 fc = DOT11_FC_DISASSOC; /* will be change by firmware to DOT11_FC_DEAUTH if needed */
160 fc |= (TI_TRUE << DOT11_FC_TO_DS_SHIFT);
162 COPY_WLAN_WORD(&pBuffer->hdr.fc, &fc); /* cop
238 TI_UINT16 fc = DOT11_FC_PROBE_REQ; local
607 TI_UINT16 fc; local
676 TI_UINT16 fc; local
[all...]
H A DmlmeParser.c127 status = mlmeParser_getFrameType(pHandle, (TI_UINT16 *)&pMgmtFrame->hdr.fc, &msgType);
825 TI_UINT16 fc; local
827 COPY_WLAN_WORD(&fc, pFrameCtrl); /* copy with endianess handling. */
829 if ((fc & DOT11_FC_PROT_VERSION_MASK) != DOT11_FC_PROT_VERSION)
835 if ((fc & DOT11_FC_TYPE_MASK) != DOT11_FC_TYPE_MGMT)
841 *pType = (dot11MgmtSubType_e)((fc & DOT11_FC_SUB_MASK) >> 4);
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DtxCtrlServ.c74 TI_UINT16 fc; local
91 fc = DOT11_FC_DATA_NULL_QOS | DOT11_FC_TO_DS;
93 fc = DOT11_FC_DATA_NULL_FUNCTION | DOT11_FC_TO_DS;
94 COPY_WLAN_WORD(&pHeader->fc, &fc); /* copy with endianess handling. */
178 COPY_WLAN_WORD (&pDot11Header->fc, &headerFlags); /* copy with endianess handling. */
H A DtxCtrl.c674 TI_UINT16 fc = 0; local
690 fc = DOT11_FC_ORDER;
726 fc |= DOT11_FC_DATA_QOS;
728 fc |= DOT11_FC_DATA;
739 fc |= DOT11_FC_DATA_QOS | DOT11_FC_TO_DS;
741 fc |= DOT11_FC_DATA | DOT11_FC_TO_DS;
753 fc |= DOT11_FC_WEP;
759 fc |= DOT11_FC_WEP;
763 COPY_WLAN_WORD(&pDot11Header->fc, &fc); /* cop
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A Dtemplates.c84 UINT16 fc; local
102 fc = DOT11_FC_DATA_NULL_FUNCTION;
103 fc |= (TRUE << DOT11_FC_TO_DS_SHIFT);
105 pBuffer->hdr.fc = ENDIAN_HANDLE_WORD(fc);
165 pBuffer->hdr.fc = ENDIAN_HANDLE_WORD(DOT11_FC_PROBE_REQ);
305 pBuffer->hdr.fc = ENDIAN_HANDLE_WORD(DOT11_FC_PROBE_RESP);
481 UINT16 fc; local
502 fc = DOT11_FC_PS_POLL;
507 fc |
552 UINT16 fc; local
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp749 GGLfixed fc = (c->state.fog.color[i] * 0x10000) / 0xFF; local
753 c = gglMulAddx(c, f, gglMulx(fc, 0x10000 - f));
/system/wlan/ti/wilink_6_1/utils/
H A D802_11Defs.h200 #define IS_WEP_ON(fc) ((1 << DOT11_FC_WEP_SHIFT) & (fc))
201 #define IS_DATA(fc) (((DOT11_FC_TYPE_MASK) & (fc)) == DOT11_FC_TYPE_DATA)
202 #define IS_CTRL(fc) (((DOT11_FC_TYPE_MASK) & (fc)) == DOT11_FC_TYPE_CTRL)
203 #define IS_MGMT(fc) (((DOT11_FC_TYPE_MASK) & (fc)) == DOT11_FC_TYPE_MGMT)
204 #define IS_LEGACY_DATA(fc) (((DOT11_FC_TYPESUBTYPE_MASK) & (fc))
240 TI_UINT16 fc; member in struct:__anon1839
252 TI_UINT16 fc; member in struct:__anon1840
264 TI_UINT16 fc; member in struct:__anon1841
283 TI_UINT16 fc; member in struct:__anon1843
291 TI_UINT16 fc; member in struct:__anon1844
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1479 TI_UINT16 fc; /**< */ member in struct:__anon1348

Completed in 138 milliseconds