Searched refs:mac_header (Results 1 – 9 of 9) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
D | mac_frame.h | 1697 hi_u16 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *addr1, const hi… 1868 static inline hi_void mac_rx_get_da(mac_ieee80211_frame_stru *mac_header, hi_u8 **da_mac_addr) in mac_rx_get_da() argument 1871 if (mac_header->frame_control.to_ds == 0) { in mac_rx_get_da() 1872 *da_mac_addr = mac_header->auc_address1; in mac_rx_get_da() 1874 *da_mac_addr = mac_header->auc_address3; in mac_rx_get_da() 1884 static inline hi_void mac_rx_get_sa(mac_ieee80211_frame_stru *mac_header, hi_u8 **sa_mac_addr) in mac_rx_get_sa() argument 1886 if (mac_header->frame_control.from_ds == 0) { in mac_rx_get_sa() 1888 *sa_mac_addr = mac_header->auc_address2; in mac_rx_get_sa() 1889 } else if ((mac_header->frame_control.from_ds == 1) && (mac_header->frame_control.to_ds == 0)) { in mac_rx_get_sa() 1891 *sa_mac_addr = mac_header->auc_address3; in mac_rx_get_sa() [all …]
|
D | mac_frame.c | 2709 WIFI_ROM_TEXT hi_u16 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *a… in mac_set_mgmt_frame_header() argument 2721 mac_hdr_set_frame_control(mac_header, frame_type); in mac_set_mgmt_frame_header() 2724 mac_hdr_set_duration(mac_header, frame_type, 0); in mac_set_mgmt_frame_header() 2727 if (mac_hdr_set_mac_addrsss(mac_header, addr1, addr2, addr3) == 0) { in mac_set_mgmt_frame_header() 2732 mac_hdr_set_fragment_number(mac_header, 0); in mac_set_mgmt_frame_header()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_frag.c | 53 mac_ieee80211_frame_stru *mac_header = tx_ctl->frame_header; in hmac_frag_process() local 54 mac_header->frame_control.more_frag = HI_TRUE; in hmac_frag_process() 87 if (memcpy_s(frag_header, mac_hdr_size, mac_header, tx_ctl->frame_header_length) != EOK) { in hmac_frag_process()
|
D | hmac_mgmt_bss_comm.c | 2506 mac_ieee80211_frame_stru *mac_header = (mac_ieee80211_frame_stru *)puc_data; in hmac_mgmt_rx_opmode_notify_frame() local 2507 hi_u8 power_save = (hi_u8)mac_header->frame_control.power_mgmt; in hmac_mgmt_rx_opmode_notify_frame()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | pbuf.h | 184 void *mac_header; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | osdep_service_bsd.h | 334 sk_buff_data_t mac_header; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | dhd_config.c | 281 uint8 mac_header[3] = {0x80, 0x07, 0x19}; in dhd_conf_get_otp() local 334 if (!memcmp(mac_header, ptr, 3)) { in dhd_conf_get_otp()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | dhd_config.c | 280 uint8 mac_header[3] = {0x80, 0x07, 0x19}; in dhd_conf_get_otp() local 333 if (!memcmp(mac_header, ptr, 3)) { in dhd_conf_get_otp()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_config.c | 268 uint8 mac_header[3] = {0x80, 0x07, 0x19}; in dhd_conf_get_otp() local 323 if (!memcmp(mac_header, ptr, 0x3)) { in dhd_conf_get_otp()
|