Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c2057 IN PHALMAC_BCN_IE_INFO pBcn_ie_info in halmac_send_h2c_update_bcn_parse_info_88xx() argument
2070 UPDATE_BEACON_PARSING_INFO_SET_FUNC_EN(pH2c_buff, pBcn_ie_info->func_en); in halmac_send_h2c_update_bcn_parse_info_88xx()
2071 UPDATE_BEACON_PARSING_INFO_SET_SIZE_TH(pH2c_buff, pBcn_ie_info->size_th); in halmac_send_h2c_update_bcn_parse_info_88xx()
2072 UPDATE_BEACON_PARSING_INFO_SET_TIMEOUT(pH2c_buff, pBcn_ie_info->timeout); in halmac_send_h2c_update_bcn_parse_info_88xx()
2074 UPDATE_BEACON_PARSING_INFO_SET_IE_ID_BMP_0(pH2c_buff, (u32)(pBcn_ie_info->ie_bmp[0])); in halmac_send_h2c_update_bcn_parse_info_88xx()
2075 UPDATE_BEACON_PARSING_INFO_SET_IE_ID_BMP_1(pH2c_buff, (u32)(pBcn_ie_info->ie_bmp[1])); in halmac_send_h2c_update_bcn_parse_info_88xx()
2076 UPDATE_BEACON_PARSING_INFO_SET_IE_ID_BMP_2(pH2c_buff, (u32)(pBcn_ie_info->ie_bmp[2])); in halmac_send_h2c_update_bcn_parse_info_88xx()
2077 UPDATE_BEACON_PARSING_INFO_SET_IE_ID_BMP_3(pH2c_buff, (u32)(pBcn_ie_info->ie_bmp[3])); in halmac_send_h2c_update_bcn_parse_info_88xx()
2078 UPDATE_BEACON_PARSING_INFO_SET_IE_ID_BMP_4(pH2c_buff, (u32)(pBcn_ie_info->ie_bmp[4])); in halmac_send_h2c_update_bcn_parse_info_88xx()
H A Dhalmac_func_88xx.h244 IN PHALMAC_BCN_IE_INFO pBcn_ie_info
H A Dhalmac_api_88xx.h266 IN PHALMAC_BCN_IE_INFO pBcn_ie_info
H A Dhalmac_api_88xx.c2734 IN PHALMAC_BCN_IE_INFO pBcn_ie_info in halmac_bcn_ie_filter_88xx() argument
2755 status = halmac_send_h2c_update_bcn_parse_info_88xx(pHalmac_adapter, pBcn_ie_info); in halmac_bcn_ie_filter_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1789 …_STATUS (*halmac_bcn_ie_filter)(PHALMAC_ADAPTER pHalmac_adapter, PHALMAC_BCN_IE_INFO pBcn_ie_info);