Home
last modified time | relevance | path

Searched defs:puc_header (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_frame.h1705 static inline hi_void mac_hdr_set_frame_control(hi_u8 *puc_header, hi_u16 us_fc) in mac_hdr_set_frame_control()
1715 static inline hi_void mac_hdr_set_duration(hi_u8 *puc_header, hi_u16 frame_type, hi_u16 us_duration) in mac_hdr_set_duration()
1730 static inline hi_void mac_hdr_set_fragment_number(hi_u8 *puc_header, hi_u8 frag_num) in mac_hdr_set_fragment_number()
1744 static inline hi_void mac_hdr_set_from_ds(hi_u8 *puc_header, hi_u8 from_ds) in mac_hdr_set_from_ds()
1754 static inline hi_u8 mac_hdr_get_from_ds(const hi_u8 *puc_header) in mac_hdr_get_from_ds()
1767 static inline hi_void mac_hdr_set_to_ds(hi_u8 *puc_header, hi_u8 to_ds) in mac_hdr_set_to_ds()
1777 static inline hi_u8 mac_hdr_get_to_ds(const hi_u8 *puc_header) in mac_hdr_get_to_ds()
1785 static inline hi_u8 mac_get_tid_value_4addr(const hi_u8 *puc_header) in mac_get_tid_value_4addr()
1793 static inline hi_u8 mac_get_tid_value(const hi_u8 *puc_header, hi_u8 is_4addr) in mac_get_tid_value()
1805 static inline hi_u16 mac_get_seq_num(const hi_u8 *puc_header) in mac_get_seq_num()
[all …]
Dmac_frame.c2013 WIFI_ROM_TEXT hi_u32 mac_prepare_action_frame_head(hi_u8 *puc_header, const hi_u8 *da_mac_addr, in mac_prepare_action_frame_head()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dwlan_types.h895 static inline hi_u8 wlan_hdr_get_frame_type(const hi_u8 *puc_header) in wlan_hdr_get_frame_type()