Searched refs:body_len (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 161 static __initdata unsigned long body_len, name_len; variable 183 body_len = parsed[0x6]; in parse_header() 268 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header() 275 if (body_len > PATH_MAX) { in do_header() 279 remains = N_ALIGN(name_len) + body_len; in do_header() 284 if (S_ISREG(mode) || !body_len) { in do_header() 365 if (body_len) { in do_name() 366 vfs_truncate(&wfile->f_path, body_len); in do_name() 388 if (byte_count >= body_len) { in do_copy() 390 if (xwrite(wfile, victim, body_len, in do_copy() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.c | 2045 WIFI_ROM_TEXT hi_u8 mac_prepare_action_frame_body(hi_u8 *puc_body, hi_u8 body_len, hi_u8 category, in mac_prepare_action_frame_body() argument 2048 if (body_len < (WLAN_ACTION_BODY_ELEMENT_OFFSET + element_len)) { in mac_prepare_action_frame_body() 2062 if (0 != memcpy_s(puc_body + WLAN_ACTION_BODY_ELEMENT_OFFSET, body_len, puc_elements, element_len)) { in mac_prepare_action_frame_body()
|
H A D | mac_frame.h | 1643 hi_u8 mac_prepare_action_frame_body(hi_u8 *puc_body, hi_u8 body_len, hi_u8 category, const hi_u8 *puc_elements,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 498 const struct ether_addr *bssid, u8 **pheader, u32 *body_len, u8 *pbody); 13795 u32 body_len = 0; in wl_notify_connect_status_ap_auth() local 13859 body_len = len; in wl_notify_connect_status_ap_auth() 13880 MFREE(cfg->osh, body, body_len); in wl_notify_connect_status_ap_auth() 13912 u32 body_len = 0; in wl_notify_connect_status_ap() local 14036 body_len = len; in wl_notify_connect_status_ap() 14066 MFREE(cfg->osh, body, body_len); in wl_notify_connect_status_ap() 14588 u32 body_len = 0; in wl_notify_connect_status_mesh() local 14694 body_len = len; in wl_notify_connect_status_mesh() 14724 MFREE(cfg->osh, body, body_len); in wl_notify_connect_status_mesh() 16446 wl_frame_get_mgmt(struct bcm_cfg80211 *cfg, u16 fc, const struct ether_addr *da, const struct ether_addr *sa, const struct ether_addr *bssid, u8 **pheader, u32 *body_len, u8 *pbody) wl_frame_get_mgmt() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 12886 uint16 body_len; /* length of body (does not include oui field) */ member
|
Completed in 93 milliseconds