|
@@ -33,7 +33,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Wed Dec 27 16:34:21 2017 from the following file(s):
|
|
|
+ * Tue Jan 9 16:51:56 2018 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -13162,11 +13162,8 @@ uint32_t dot11f_get_packed_iersn(tpAniSirGlobal pCtx,
|
|
|
break;
|
|
|
}
|
|
|
*pnNeeded += (pIe->pmkid_count * 16);
|
|
|
- if (pIe->gp_mgmt_cipher_suite) {
|
|
|
- *pnNeeded += 4;
|
|
|
- } else {
|
|
|
- break;
|
|
|
- }
|
|
|
+ /* gp_mgmt_cipher_suite */
|
|
|
+ *pnNeeded += 4;
|
|
|
break;
|
|
|
}
|
|
|
return status;
|
|
@@ -21509,13 +21506,10 @@ uint32_t dot11f_pack_ie_rsn(tpAniSirGlobal pCtx,
|
|
|
DOT11F_MEMCPY(pCtx, pBuf, &(pSrc->pmkid), (pSrc->pmkid_count * 16));
|
|
|
*pnConsumed += (pSrc->pmkid_count * 16);
|
|
|
pBuf += (pSrc->pmkid_count * 16);
|
|
|
- if (pSrc->gp_mgmt_cipher_suite) {
|
|
|
- DOT11F_MEMCPY(pCtx, pBuf, pSrc->gp_mgmt_cipher_suite, 4);
|
|
|
- *pnConsumed += 4;
|
|
|
- /* fieldsEndFlag = 1 */
|
|
|
- } else {
|
|
|
- break;
|
|
|
- }
|
|
|
+ /* gp_mgmt_cipher_suite */
|
|
|
+ DOT11F_MEMCPY(pCtx, pBuf, pSrc->gp_mgmt_cipher_suite, 4);
|
|
|
+ *pnConsumed += 4;
|
|
|
+ /* fieldsEndFlag = 1 */
|
|
|
break;
|
|
|
}
|
|
|
(void)pCtx;
|