Home
last modified time | relevance | path

Searched defs:puc_mac_hdr (Results 1 – 9 of 9) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_uapsd.c85 hi_void hmac_uapsd_set_info(const hi_u8 *puc_mac_hdr, const hmac_user_stru *hmac_user, hi_u8 uapsd_… in hmac_uapsd_set_info()
145 hi_void hmac_uapsd_update_user_para(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 msg_len, in hmac_uapsd_update_user_para()
Dhmac_mgmt_ap.h51 hi_u8 *puc_mac_hdr; member
72 hi_u8 *puc_mac_hdr; member
Dhmac_mgmt_ap.c259 static hi_u32 hmac_ap_rx_deauth_req(const hmac_vap_stru *hmac_vap, hi_u8 *puc_mac_hdr, hi_u8 is_pro… in hmac_ap_rx_deauth_req()
963 static hi_void hmac_ap_up_update_asoc_entry_prot(const hi_u8 *puc_mac_hdr, hi_u8 sub_type, hi_u32 m… in hmac_ap_up_update_asoc_entry_prot()
1283 static hi_u32 hmac_ap_get_mac_and_user(const hmac_vap_stru *hmac_vap, const hi_u8 *puc_mac_hdr, hi_… in hmac_ap_get_mac_and_user()
1534 hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, hi_u32 payload_len) in hmac_ap_up_rx_asoc_req()
1597 static hi_u32 hmac_ap_up_rx_disasoc(const hmac_vap_stru *hmac_vap, hi_u8 *puc_mac_hdr, hi_u8 is_pro… in hmac_ap_up_rx_disasoc()
1893 hi_u8 *puc_mac_hdr = (hi_u8 *)(rx_ctrl->pul_mac_hdr_start_addr); in hmac_ap_up_rx_mgmt() local
2004 hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, hi_u32 payload_len) in hmac_mesh_up_rx_confirm_action()
Dhmac_mgmt_sta.c781 hi_u8 *puc_mac_hdr = HI_NULL; in hmac_sta_wait_auth_seq4_rx() local
1707 hi_u8 *puc_mac_hdr = (hi_u8 *)(rx_ctrl->pul_mac_hdr_start_addr); in hmac_sta_wait_asoc_rx_complete_handle() local
1775 hi_u8 *puc_mac_hdr = (hi_u8 *)(rx_ctrl->pul_mac_hdr_start_addr); in hmac_sta_wait_asoc_rx_complete_update_param() local
1826 hi_u8 *puc_mac_hdr = (hi_u8 *)(rx_ctrl->pul_mac_hdr_start_addr); in hmac_sta_wait_asoc_rx() local
2397 hi_u8 *puc_mac_hdr = HI_NULL; in hmac_sta_up_rx_mgmt() local
Dhmac_mgmt_bss_comm.c1790 …f_check_err_code(const mac_user_stru *user_base_info, hi_u8 is_protected, const hi_u8 *puc_mac_hdr) in hmac_pmf_check_err_code()
2352 hi_u8 *puc_mac_hdr = HI_NULL; in hmac_rx_sa_query_req() local
2393 hi_u8 *puc_mac_hdr = HI_NULL; in hmac_rx_sa_query_rsp() local
Dhmac_vap.c691 hi_u32 hmac_check_opmode_notify(hmac_vap_stru *hmac_vap, hi_u8 *puc_mac_hdr, hi_u8 *puc_payload, in hmac_check_opmode_notify()
Dhmac_p2p.c1258 hi_u8 *puc_mac_hdr = HI_NULL; in hmac_p2p_sta_not_up_rx_mgmt() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_frame.h1973 static inline hi_u16 mac_get_auth_alg(const hi_u8 *puc_mac_hdr) in mac_get_auth_alg()
1984 static inline hi_u16 mac_get_auth_status(const hi_u8 *puc_mac_hdr) in mac_get_auth_status()
1995 static inline hi_u16 mac_get_auth_seq_num(const hi_u8 *puc_mac_hdr) in mac_get_auth_seq_num()
2015 static inline hi_void mac_set_protectedframe(hi_u8 *puc_mac_hdr) in mac_set_protectedframe()
2023 static inline hi_u8 mac_get_protectedframe(hi_u8 *puc_mac_hdr) in mac_get_protectedframe()
2032 static inline hi_u8 mac_is_protectedframe(const hi_u8 *puc_mac_hdr) in mac_is_protectedframe()
2040 static inline hi_u8 *mac_get_auth_ch_text(hi_u8 *puc_mac_hdr) in mac_get_auth_ch_text()
2048 static inline hi_u8 mac_is_4addr(const hi_u8 *puc_mac_hdr) in mac_is_4addr()
2056 static inline hi_void mac_get_address1(const hi_u8 *puc_mac_hdr, hi_u8 mac_hdr_len, hi_u8 *mac_addr… in mac_get_address1()
2067 static inline hi_void mac_get_address2(const hi_u8 *puc_mac_hdr, hi_u8 mac_hdr_len, hi_u8 *mac_addr… in mac_get_address2()
[all …]
Dmac_frame.c2606 hi_void mac_get_qos_ctrl(const hi_u8 *puc_mac_hdr, hi_u8 *puc_qos_ctrl) in mac_get_qos_ctrl()