Home
last modified time | relevance | path

Searched refs:frame_control (Results 1 - 16 of 16) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_wapi.c73 if ((mac_hdr->frame_control.type == WLAN_DATA_BASICTYPE) && (WLAN_QOS_DATA & mac_hdr->frame_control.sub_type)) { in hmac_wapi_is_qos()
105 if (memcpy_s(puc_mic, sizeof(mac_hdr->frame_control), (hi_u8 *)&(mac_hdr->frame_control), in hmac_wapi_calc_mic_data()
106 sizeof(mac_hdr->frame_control)) != EOK) { in hmac_wapi_calc_mic_data()
114 puc_mic += sizeof(mac_hdr->frame_control); in hmac_wapi_calc_mic_data()
768 mac_hdr->frame_control.more_frag); in hmac_wapi_encrypt()
H A Dhmac_crypto_tkip.c72 hi_u8 frame_dir = (frame_4addr_hdr->frame_control.to_ds) ? 1 : 0; in hmac_crypto_tkip_michael_hdr()
73 frame_dir += (frame_4addr_hdr->frame_control.from_ds) ? 2 : 0; /* 自增2 */ in hmac_crypto_tkip_michael_hdr()
103 if (frame_4addr_hdr->frame_control.sub_type == WLAN_QOS_DATA) { in hmac_crypto_tkip_michael_hdr()
H A Dhmac_frag.c54 mac_header->frame_control.more_frag = HI_TRUE; in hmac_frag_process()
121 frag_header->frame_control.more_frag = HI_FALSE; in hmac_frag_process()
285 hi_u8 more_frag = (hi_u8)mac_hdr->frame_control.more_frag; in hmac_defrag_process()
H A Ddmac_ext_if.h936 (((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->frame_control.sub_type)
945 (((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) + HI_MAX_DEV_CB_LEN))->frame_control.type)
H A Dhmac_blockack.c544 if ((hi_u8)frame_hdr->frame_control.more_frag == HI_TRUE) { in hmac_ba_filter_serv()
H A Dhmac_scan.c967 if (frame_header->frame_control.sub_type == WLAN_BEACON) { in hmac_scan_update_bss_base()
H A Dhmac_mgmt_bss_comm.c2507 hi_u8 power_save = (hi_u8)mac_header->frame_control.power_mgmt; in hmac_mgmt_rx_opmode_notify_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_scan.c229 frame_hdr->frame_control.sub_type = in wal_inform_all_bss()
230 (frame_hdr->frame_control.sub_type == WLAN_BEACON) ? WLAN_PROBE_RSP : frame_hdr->frame_control.sub_type; in wal_inform_all_bss()
H A Dwal_cfg80211_apt.c884 if (frame_hdr->frame_control.type != WLAN_DATA_BASICTYPE) { in hwal_send_others_bss_data()
889 if (frame_hdr->frame_control.type != WLAN_MANAGEMENT) { in hwal_send_others_bss_data()
H A Dwal_event.c594 ieee80211_mgmt->frame_control, GET_NET_DEV_CFG80211_WIRELESS(netdev)->iftype); in wal_send_mgmt_to_host()
601 l_freq, us_len, ieee80211_mgmt->frame_control); in wal_send_mgmt_to_host()
H A Dwal_cfg80211.c4710 if (oal_ieee80211_is_probe_resp(mgmt->frame_control)) { in wal_check_cookie_timeout()
4883 if (oal_ieee80211_is_probe_resp(mgmt->frame_control) == HI_TRUE) { in wal_check_cookie_timeout()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_linux_mon.c218 frame_ctl = le16_to_cpu(dot11_hdr->frame_control); in dhd_mon_if_subif_start_xmit()
224 if (dot11_hdr->frame_control & 0x0080) in dhd_mon_if_subif_start_xmit()
226 if ((dot11_hdr->frame_control & 0x0300) == 0x0300) in dhd_mon_if_subif_start_xmit()
H A Dwl_cfg80211.c9631 if (ieee80211_is_mgmt(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx()
9632 if (ieee80211_is_probe_resp(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx()
9652 } else if (ieee80211_is_disassoc(mgmt->frame_control) || in wl_cfg80211_mgmt_tx()
9653 ieee80211_is_deauth(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx()
9687 } else if (ieee80211_is_action(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx()
9703 else if (ieee80211_is_auth(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx()
13452 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | mgmt_type); in wl_inform_single_bss()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.h1083 mac_header_frame_control_stru frame_control; member
1096 mac_header_frame_control_stru frame_control; member
1129 mac_header_frame_control_stru frame_control; member
1871 if (mac_header->frame_control.to_ds == 0) { in mac_rx_get_da()
1886 if (mac_header->frame_control.from_ds == 0) { 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()
2026 return (hi_u8)(mac_hdr->frame_control.protected_frame); in mac_get_protectedframe()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h567 hi_u16 frame_control; member
608 hi_u16 frame_control; member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c583 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ACTION); in Bdh6SActionEntry()

Completed in 67 milliseconds