Home
last modified time | relevance | path

Searched refs:UINT16 (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A DIEEE_types.h38 #define IS_BROADCAST(macaddr) ((*(UINT16 *)macaddr == 0xffff) && \
39 (*(UINT16 *)((UINT8 *)macaddr+2) == 0xffff) && \
40 (*(UINT16 *)((UINT8 *)macaddr+4) == 0xffff))
276 UINT16 ip_id; /* identification */
280 UINT16 ip_sum; /* checksum */
297 UINT16 payload_len;
313 UINT16 ar_hrd; // hardware address space
314 UINT16 ar_pro; // prototcol address space
317 UINT16 ar_op; // ARP opcode
332 UINT16 sum;
[all …]
H A Dwl_mib.h41 UINT16 CfpMax; /* 0 to 65535 */
89 UINT16 RtsThresh; /* 0 to 2347 */
92 UINT16 FragThresh; /* 256 to 2346 */
181 UINT16 TxPwrLevel1; /* 0 to 10000 */
182 UINT16 TxPwrLevel2; /* 0 to 10000 */
183 UINT16 TxPwrLevel3; /* 0 to 10000 */
184 UINT16 TxPwrLevel4; /* 0 to 10000 */
185 UINT16 TxPwrLevel5; /* 0 to 10000 */
186 UINT16 TxPwrLevel6; /* 0 to 10000 */
187 UINT16 TxPwrLevel7; /* 0 to 10000 */
[all …]
H A Dtlv.h278 UINT16 Type;
279 UINT16 Length;
290 UINT16 Status; // 1 = Active, 0 = Inactive
309 UINT16 keyMgtId;
315 UINT16 len;
321 UINT16 len;
327 UINT16 len;
337 UINT16 keyInfo;
358 UINT16 devPwdID;
364 UINT16 tmo;
[all …]
H A Dwlpd.h54 UINT16 RxPacketLength; //!< Rx Packet Length
56 UINT16 RxPacketType;
57 UINT16 SeqNum;
128 UINT16 TxPacketLength; //!< Tx Packet Length
129 UINT16 TxPacketOffset; //!< Offset to Tx Data
130 UINT16 TxPacketType; //!< Tx Packet Type
H A Dmrvl_sha256_crypto.c56 UINT16 context_len, UINT8 *pOutput, UINT16 output_len) in mrvl_sha256_crypto_kdf()
65 UINT16 i; in mrvl_sha256_crypto_kdf()
H A Dwl_macros.h50 #define WL_REGS16_SETBITS(reg, val) (WL_REGS16(reg) |= (UINT16)(val))
57 (UINT16)(WL_REGS16(reg)&~(val)))
128 #define htons(x) (UINT16)SHORT_SWAP(x)
131 #define ntohs(x) (UINT16)SHORT_SWAP(x)
H A Dmrvl_sha256_crypto.h37 UINT16 context_len,
38 UINT8 *pOutput, UINT16 output_len);
H A Dwl_mib_rom.h57 UINT16 MSDULifetime; /* 0 to 500, 500 default */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyCommonDef.h62 UINT16 TxIV16;
63 UINT16 KeyIndex;
75 UINT16 keyLen;
87 UINT16 loReplayCounter16; //!< initialized by host
89 UINT16 txIV16; //!< controlled by FW
151 UINT16 pckt_body_len;
160 UINT16 KeyMIC:1; /* Bit 8 */
161 UINT16 Secure:1; /* Bit 9 */
162 UINT16 Error:1; /* Bit 10 */
163 UINT16 Request:1; /* Bit 11 */
[all …]
H A DkeyMgmtStaTypes.h52 UINT16 noRsn:1;
53 UINT16 wepStatic:1;
54 UINT16 wepDynamic:1;
55 UINT16 wpa:1;
56 UINT16 wpaNone:1;
57 UINT16 wpa2:1;
58 UINT16 cckm:1;
59 UINT16 wapi:1;
60 UINT16 rsvd:8;
H A Dauthenticator.h98 UINT16 deauthReason;
105 UINT16 stickyTimCount;
153 UINT16 keyExchange:1;
154 UINT16 authenticate:1;
155 UINT16 reserved:14;
168 UINT16 AuthKey;
169 UINT16 AuthKeyCount;
202 UINT16 RtsThresh;
203 UINT16 FragThresh;
210 UINT16 Reserved;
[all …]
H A DkeyMgmtSta_rom.h57 UINT16 key_len, UINT8 isPairwise,
89 UINT16 *ptr_val);
91 extern UINT16 keyMgmtFormatWpaRsnIe_internal(phostsa_private priv,
110 UINT16 *ptr_val);
112 extern UINT16 keyMgmtGetKeySize_internal(RSNConfig_t *pRsnConfig,
130 UINT16 len,
133 extern KDE_t *parseKeyDataGTK(phostsa_private priv, UINT8 *pKey, UINT16 len,
158 extern UINT16 KeyMgmtSta_PopulateEAPOLLengthMic(phostsa_private priv,
213 extern void keyMgmtSendDeauth2Peer(phostsa_private priv, UINT16 reason);
H A DAssocAp_srv_rom.c52 UINT16
53 AssocSrvAp_checkAkm(phostsa_private priv, AkmSuite_t *pAkm, UINT16 allowedAkms) in AssocSrvAp_checkAkm()
56 UINT16 matchedAkms; in AssocSrvAp_checkAkm()
90 UINT16 rsnCap, Cipher_t config_mcstCipher) in assocSrvAp_validate4WayHandshakeIe()
123 UINT16 staRsnCap, UINT8 akmType) in AssocSrvAp_InitKeyMgmtInfo()
140 Cipher_t *pwCipher, UINT16 staRsnCap, UINT8 akmType) in AssocSrvAp_InitStaKeyInfo()
163 UINT16 apAuthKey, in assocSrvAp_checkRsnWpa()
187 UINT16 shortInt; in assocSrvAp_checkRsnWpa()
H A DkeyMgmtApStaCommon.c160 UINT16 data_length, in ComputeEAPOL_MIC()
264 UINT16
271 UINT16 frameLen; in KeyMgmtSta_PopulateEAPOLLengthMic()
405 UINT16 frameLen) in UpdateEAPOLWcbLenAndTransmit()
580 UINT16 pwsKeyCnt; in supplicantParseRsnIe()
582 UINT16 authKeyCnt; in supplicantParseRsnIe()
587 UINT16 *pPMKIDCnt; in supplicantParseRsnIe()
588 UINT16 PMKIDCnt; in supplicantParseRsnIe()
621 pwsKeyCnt = wlan_le16_to_cpu(*(UINT16 *)pIeData); in supplicantParseRsnIe()
630 authKeyCnt = wlan_le16_to_cpu(*(UINT16 *)pIeData); in supplicantParseRsnIe()
[all …]
H A DkeyMgmtSta.c68 UINT16 key_len, UINT8 isPairwise, KeyData_t *pKey);
70 UINT16 keyType,
73 UINT16 keyMgmtFormatWpaRsnIe(phostsa_private priv,
157 keyMgmtSendDeauth2Peer(phostsa_private priv, UINT16 reason) in keyMgmtSendDeauth2Peer()
365 UINT16 frameLen; in GeneratePWKMsg2()
366 UINT16 packet_len = 0; in GeneratePWKMsg2()
441 UINT16 frameLen; in GeneratePWKMsg4()
442 UINT16 packet_len = 0; in GeneratePWKMsg4()
523 UINT16 frameLen; in GenerateGrpMsg2()
524 UINT16 packet_len = 0; in GenerateGrpMsg2()
[all …]
H A DkeyMgmtAp_rom.c185 UINT16 Type, UINT32 replay_cnt[2], UINT8 *Nonce) in PopulateKeyMsg()
465 UINT16 authKey, UINT16 authKeyCnt) in keyMgmtAp_FormatWPARSN_IE_internal()
473 UINT16 bitPos = 0; in keyMgmtAp_FormatWPARSN_IE_internal()
474 UINT16 authKeyBitmap = authKey; in keyMgmtAp_FormatWPARSN_IE_internal()
478 UINT16 ieLength = 0; in keyMgmtAp_FormatWPARSN_IE_internal()
561 UINT16 authKey, UINT16 authKeyCount) in keyMgmtAp_FormatWPARSN_IE()
564 UINT16 ieLength; in keyMgmtAp_FormatWPARSN_IE()
H A DKeyApiStaDefs.h101 UINT16 keyType;
102 UINT16 keyInfo;
103 UINT16 keyLen;
H A DkeyMgmtApStaCommon.h47 UINT16 data_length, UINT8 *MIC_Key,
54 extern UINT16 KeyMgmtSta_PopulateEAPOLLengthMic(phostsa_private priv,
67 pmlan_buffer pmbuf, UINT16 frameLen);
H A DkeyMgmtAp.h63 UINT16 authKey, UINT16 authKeyCount);
H A DkeyApiStaTypes.h127 UINT16 keyLen;
134 UINT16 Action;
H A DkeyMgmtSta_rom.c130 UINT16
143 UINT16 ptr_val; in keyMgmtFormatWpaRsnIe_internal()
364 UINT16
368 UINT16 retval = 32; in keyMgmtGetKeySize_internal()
477 key_MgtMaterial_t *pKeyMgtData, UINT16 key_len, in FillKeyMaterialStruct_internal()
500 if (key_len == (UINT16)WPA_AES_KEY_LEN) { in FillKeyMaterialStruct_internal()
618 parseKeyDataGTK(phostsa_private priv, UINT8 *pKey, UINT16 len, in parseKeyDataGTK()
H A DkeyMgmtApTypes_rom.h56 UINT16 staRsnCap;
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_log.h86 const UINT16 row, ...);
88 const UINT16 row, ...);
90 const UINT16 row, va_list args);
H A Drt_type.h45 typedef uint16_t UINT16; typedef
58 #define RtToU16(x) ((UINT16)(x))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dtypedefs.h354 typedef UINT16 ushort;
356 typedef UINT16 uint16;
369 typedef UINT16 u_short;

12