Home
last modified time | relevance | path

Searched refs:hlp_ie (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c5516 const bcm_tlv_ext_t *hlp_ie; in wl_fils_add_hlp_container() local
5518 if ((hlp_ie = (const bcm_tlv_ext_t*)bcm_parse_tlvs_dot11((const uint8 *)ie_buf, ie_len, in wl_fils_add_hlp_container()
5520 u16 hlp_len = hlp_ie->len; in wl_fils_add_hlp_container()
5521 u16 left_len = (ie_len - ((const uint8*)hlp_ie - ie_buf)); in wl_fils_add_hlp_container()
5542 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); in wl_fils_add_hlp_container()
5548 memcpy(((bcm_xtlv_t*)pxtlv)->data, hlp_ie, ((bcm_xtlv_t*)pxtlv)->len); in wl_fils_add_hlp_container()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c5502 const bcm_tlv_ext_t *hlp_ie; in wl_fils_add_hlp_container() local
5504 if ((hlp_ie = (const bcm_tlv_ext_t*)bcm_parse_tlvs_dot11((const uint8 *)ie_buf, ie_len, in wl_fils_add_hlp_container()
5506 u16 hlp_len = hlp_ie->len; in wl_fils_add_hlp_container()
5507 u16 left_len = (ie_len - ((const uint8*)hlp_ie - ie_buf)); in wl_fils_add_hlp_container()
5528 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len); in wl_fils_add_hlp_container()
5534 memcpy(((bcm_xtlv_t*)pxtlv)->data, hlp_ie, ((bcm_xtlv_t*)pxtlv)->len); in wl_fils_add_hlp_container()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c6562 const bcm_tlv_ext_t *hlp_ie; local
6564 if ((hlp_ie = (const bcm_tlv_ext_t*)bcm_parse_tlvs_dot11((const uint8 *)ie_buf, ie_len,
6566 u16 hlp_len = hlp_ie->len;
6567 u16 left_len = (ie_len - ((const uint8*)hlp_ie - ie_buf));
6588 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len);
6594 memcpy(((bcm_xtlv_t*)pxtlv)->data, hlp_ie, ((bcm_xtlv_t*)pxtlv)->len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c6560 const bcm_tlv_ext_t *hlp_ie; local
6562 if ((hlp_ie = (const bcm_tlv_ext_t*)bcm_parse_tlvs_dot11((const uint8 *)ie_buf, ie_len,
6564 u16 hlp_len = hlp_ie->len;
6565 u16 left_len = (ie_len - ((const uint8*)hlp_ie - ie_buf));
6586 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len);
6592 memcpy(((bcm_xtlv_t*)pxtlv)->data, hlp_ie, ((bcm_xtlv_t*)pxtlv)->len);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c6433 const bcm_tlv_ext_t *hlp_ie; local
6435 if ((hlp_ie = (const bcm_tlv_ext_t*)bcm_parse_tlvs_dot11((const uint8 *)ie_buf, ie_len,
6437 u16 hlp_len = hlp_ie->len;
6438 u16 left_len = (ie_len - ((const uint8*)hlp_ie - ie_buf));
6459 prhex("HLP, HLP", (const uchar *)hlp_ie, hlp_len);
6465 memcpy(((bcm_xtlv_t*)pxtlv)->data, hlp_ie, ((bcm_xtlv_t*)pxtlv)->len);