|
@@ -33,7 +33,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Mon Oct 3 12:40:25 2016 from the following file(s):
|
|
|
+ * Thu Oct 6 17:32:00 2016 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -367,9 +367,9 @@ static uint32_t get_packed_size_core(tpAniSirGlobal pCtx,
|
|
|
uint32_t *pnNeeded,
|
|
|
const tIEDefn IEs[]);
|
|
|
|
|
|
-uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
- uint16_t tlvlen, uint8_t *pDstPresent,
|
|
|
- uint8_t *pDstField)
|
|
|
+static uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf, uint16_t tlvlen,
|
|
|
+ uint8_t *pDstPresent, uint8_t *pDstField)
|
|
|
{
|
|
|
uint32_t status = DOT11F_PARSE_SUCCESS;
|
|
|
(void)tlvlen; /* Shutup the compiler */
|
|
@@ -380,9 +380,9 @@ uint32_t dot11f_unpack_tlv_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_tlv_common_func. */
|
|
|
|
|
|
-uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
- uint16_t tlvlen, uint8_t *pDstPresent,
|
|
|
- uint16_t *pDstState)
|
|
|
+static uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf, uint16_t tlvlen,
|
|
|
+ uint8_t *pDstPresent, uint16_t *pDstState)
|
|
|
{
|
|
|
uint32_t status = DOT11F_PARSE_SUCCESS;
|
|
|
(void)tlvlen; /* Shutup the compiler */
|
|
@@ -394,14 +394,14 @@ uint32_t dot11f_unpack_tlv_common_func2(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
|
|
|
} /* End dot11f_unpack_tlv_common_func2. */
|
|
|
|
|
|
-void dot11f_unpack_ff_common_func(tpAniSirGlobal pCtx,
|
|
|
+static void dot11f_unpack_ff_common_func(tpAniSirGlobal pCtx,
|
|
|
uint8_t *pBuf, uint16_t *pDstField)
|
|
|
{
|
|
|
framesntohs(pCtx, pDstField, pBuf, 0);
|
|
|
(void)pCtx;
|
|
|
} /* End dot11f_unpack_ff_common_func. */
|
|
|
|
|
|
-uint32_t dot11f_unpack_ie_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
+static uint32_t dot11f_unpack_ie_common_func(tpAniSirGlobal pCtx, uint8_t *pBuf,
|
|
|
uint8_t ielen, uint8_t *pDstPresent ,
|
|
|
uint8_t *pDstField)
|
|
|
{
|