Searched refs:head_len (Results 1 - 12 of 12) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/ |
H A D | hi_nvm.h | 43 hi_u8 head_len; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/include/ |
H A D | hi_nvm.h | 35 hi_u8 head_len; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | hi_nvm.h | 42 hi_u8 head_len; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 56 ("head_len", HI_U8),
206 nv_file_st.head_len = sizeof(NV_FILE_STRU)
207 print('NV_FILE_STRU :'+str(nv_file_st.head_len))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 56 ("head_len", HI_U8),
206 nv_file_st.head_len = sizeof(NV_FILE_STRU)
207 print('NV_FILE_STRU :'+str(nv_file_st.head_len))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | hi_wifi_driver_wpa_if.h | 344 hi_u32 head_len; member
|
H A D | wal_cfg80211.c | 2683 if (beacon_info->head_len > us_offset) { in wal_parse_protocol_mode() 2685 beacon_info->head_len - us_offset); /* mac header长度24 */ in wal_parse_protocol_mode() 3554 hi_u16 beacon_head_len = (hi_u16)beacon_info->head_len; in wal_cfg80211_configuration_beacon() 3578 beacon_info_tmp.head_len = (hi_u32)beacon_head_len; in wal_cfg80211_configuration_beacon()
|
H A D | wal_mac80211.c | 374 beacon_data.head_len = param->headIEsLength;
in WalChangeBeacon()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_driver_wpa_if.h | 335 hi_u32 head_len; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 788 size_t head_len, tail_len; member 1404 hi_u32 head_len, tail_len; member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 1303 pInfo->head_len = (size_t)param->headIEsLength; in InitCfg80211BeaconDataInfo() 1331 g_ap_setting_info.beacon.head_len = param->headIEsLength; in InitCfg80211ApSettingInfo()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 12314 WL_DBG(("interval (%d) dtim_period (%d) head_len (%d) tail_len (%d)\n", in wl_cfg80211_add_set_beacon() 12315 info->interval, info->dtim_period, info->head_len, info->tail_len)); in wl_cfg80211_add_set_beacon() 12353 info->head_len - ie_offset, in wl_cfg80211_add_set_beacon()
|
Completed in 50 milliseconds