Searched refs:hlp_len (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 5520 u16 hlp_len = hlp_ie->len; in wl_fils_add_hlp_container() local 5527 TRUE, (uint*)&hlp_len); in wl_fils_add_hlp_container() 5529 hlp_len += BCM_TLV_EXT_HDR_SIZE; in wl_fils_add_hlp_container() 5531 if ((hlp_len > DOT11_MAX_MPDU_BODY_LEN) || (hlp_len > left_len)) { in wl_fils_add_hlp_container() 5532 WL_ERR(("bad HLP length %d\n", hlp_len)); in wl_fils_add_hlp_container() 5535 iov_buf_len = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) - 1 + hlp_len; in wl_fils_add_hlp_container() 5542 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); in wl_fils_add_hlp_container() 5546 ((bcm_xtlv_t*)pxtlv)->len = hlp_len; in wl_fils_add_hlp_container()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 5506 u16 hlp_len = hlp_ie->len; in wl_fils_add_hlp_container() local 5513 TRUE, (uint*)&hlp_len); in wl_fils_add_hlp_container() 5515 hlp_len += BCM_TLV_EXT_HDR_SIZE; in wl_fils_add_hlp_container() 5517 if ((hlp_len > DOT11_MAX_MPDU_BODY_LEN) || (hlp_len > left_len)) { in wl_fils_add_hlp_container() 5518 WL_ERR(("bad HLP length %d\n", hlp_len)); in wl_fils_add_hlp_container() 5521 iov_buf_len = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) - 1 + hlp_len; in wl_fils_add_hlp_container() 5528 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); in wl_fils_add_hlp_container() 5532 ((bcm_xtlv_t*)pxtlv)->len = hlp_len; in wl_fils_add_hlp_container()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 6566 u16 hlp_len = hlp_ie->len; local 6573 TRUE, (uint*)&hlp_len); 6575 hlp_len += BCM_TLV_EXT_HDR_SIZE; 6577 if ((hlp_len > DOT11_MAX_MPDU_BODY_LEN) || (hlp_len > left_len)) { 6578 WL_ERR(("bad HLP length %d\n", hlp_len)); 6581 iov_buf_len = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) - 1 + hlp_len; 6588 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); 6592 ((bcm_xtlv_t*)pxtlv)->len = hlp_len;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 6564 u16 hlp_len = hlp_ie->len; local 6571 TRUE, (uint*)&hlp_len); 6573 hlp_len += BCM_TLV_EXT_HDR_SIZE; 6575 if ((hlp_len > DOT11_MAX_MPDU_BODY_LEN) || (hlp_len > left_len)) { 6576 WL_ERR(("bad HLP length %d\n", hlp_len)); 6579 iov_buf_len = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) - 1 + hlp_len; 6586 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); 6590 ((bcm_xtlv_t*)pxtlv)->len = hlp_len;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 6437 u16 hlp_len = hlp_ie->len; local 6444 TRUE, (uint*)&hlp_len); 6446 hlp_len += BCM_TLV_EXT_HDR_SIZE; 6448 if ((hlp_len > DOT11_MAX_MPDU_BODY_LEN) || (hlp_len > left_len)) { 6449 WL_ERR(("bad HLP length %d\n", hlp_len)); 6452 iov_buf_len = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) - 1 + hlp_len; 6459 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); 6463 ((bcm_xtlv_t*)pxtlv)->len = hlp_len;
|