Home
last modified time | relevance | path

Searched refs:frame_len (Results 1 - 15 of 15) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_promis.c32 int hi_promis_recv(void* recv_buf, int frame_len, signed char rssi) in hi_promis_recv() argument
34 hi_at_printf("resv buf: %u , len: %d , rssi: %c\r\n", *(unsigned int*)recv_buf, frame_len, rssi); in hi_promis_recv()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgp2p.h256 wl_cfgp2p_is_pub_action(void *frame, u32 frame_len);
258 wl_cfgp2p_is_p2p_action(void *frame, u32 frame_len);
260 wl_cfgp2p_is_gas_action(void *frame, u32 frame_len);
264 wl_cfgp2p_is_p2p_gas_action(void *frame, u32 frame_len);
266 wl_cfgp2p_print_actframe(bool tx, void *frame, u32 frame_len, u32 channel);
419 wl_cfgp2p_need_wait_actfrmae(struct bcm_cfg80211 *cfg, void *frame, u32 frame_len, bool tx);
H A Dwl_cfgp2p.c98 bool wl_cfgp2p_is_pub_action(void *frame, u32 frame_len) in wl_cfgp2p_is_pub_action() argument
105 if (frame_len < sizeof(wifi_p2p_pub_act_frame_t) -1) in wl_cfgp2p_is_pub_action()
118 bool wl_cfgp2p_is_p2p_action(void *frame, u32 frame_len) in wl_cfgp2p_is_p2p_action() argument
125 if (frame_len < sizeof(wifi_p2p_action_frame_t) -1) in wl_cfgp2p_is_p2p_action()
169 bool wl_cfgp2p_is_gas_action(void *frame, u32 frame_len) in wl_cfgp2p_is_gas_action() argument
178 if (frame_len < (sizeof(wifi_p2psd_gas_pub_act_frame_t) - 1)) in wl_cfgp2p_is_gas_action()
187 frame_len); in wl_cfgp2p_is_gas_action()
192 frame_len); in wl_cfgp2p_is_gas_action()
209 bool wl_cfgp2p_is_p2p_gas_action(void *frame, u32 frame_len) in wl_cfgp2p_is_p2p_gas_action() argument
218 if (frame_len < (sizeo in wl_cfgp2p_is_p2p_gas_action()
231 wl_cfgp2p_print_actframe(bool tx, void *frame, u32 frame_len, u32 channel) wl_cfgp2p_print_actframe() argument
2757 wl_cfgp2p_need_wait_actfrmae(struct bcm_cfg80211 *cfg, void *frame, u32 frame_len, bool tx) wl_cfgp2p_need_wait_actfrmae() argument
[all...]
H A Ddhd_debug.h466 * |frame_len| should be set to 0.
468 size_t frame_len; member
502 * - If frame content is not provided, |frame_len| should be set
536 uint32 frame_len; member
H A Dwl_cfg80211.h642 u16 frame_len; member
2252 extern u8 wl_get_action_category(void *frame, u32 frame_len);
2253 extern int wl_get_public_action(void *frame, u32 frame_len, u8 *ret_action);
H A Dwl_cfg80211.c9180 void *frame, u16 frame_len) in wl_cfg80211_check_DFS_channel()
9191 if (!wl_cfgp2p_is_p2p_action(frame, frame_len)) { in wl_cfg80211_check_DFS_channel()
13465 notif_bss_info->frame_len = offsetof(struct ieee80211_mgmt, in wl_inform_single_bss()
13483 "frame_len %3d, SSID \"%s\"\n", in wl_inform_single_bss()
13490 notif_bss_info->frame_len, tmp_buf)); in wl_inform_single_bss()
13515 le16_to_cpu(notif_bss_info->frame_len), signal, aflags); in wl_inform_single_bss()
13529 innerBssInfo.mgmtLen = notif_bss_info->frame_len; in wl_inform_single_bss()
16591 bool wl_cfg80211_is_tdls_tunneled_frame(void *frame, u32 frame_len) in wl_cfg80211_is_tdls_tunneled_frame() argument
16600 if (frame_len < 5) { in wl_cfg80211_is_tdls_tunneled_frame()
16601 WL_ERR(("Invalid frame length [%d] \n", frame_len)); in wl_cfg80211_is_tdls_tunneled_frame()
9179 wl_cfg80211_check_DFS_channel(struct bcm_cfg80211 *cfg, wl_af_params_t *af_params, void *frame, u16 frame_len) wl_cfg80211_check_DFS_channel() argument
21018 wl_get_action_category(void *frame, u32 frame_len) wl_get_action_category() argument
21032 wl_get_public_action(void *frame, u32 frame_len, u8 *ret_action) wl_get_public_action() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211_apt.h64 typedef hi_s32 (*hisi_upload_frame_cb)(hi_void *recv_buf, hi_s32 frame_len, hi_s8 rssi);
H A Dwal_cfg80211_apt.c861 hi_s32 frame_len; in hwal_send_others_bss_data() local
876 frame_len = (hi_s32)rx_ctrl->us_frame_len; in hwal_send_others_bss_data()
905 g_upload_frame_func(recv_buf, frame_len, rssi); in hwal_send_others_bss_data()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_bss_comm.h41 hi_u16 *frame_len; member
H A Dhmac_mgmt_sta.c2185 hi_u16 frame_len = rx_ctrl->us_frame_len - rx_ctrl->mac_header_len; /* 帧体长度 */ in hmac_sta_up_rx_beacon() local
2210 hmac_sta_up_update_ht_params(hmac_vap->base_vap, frame_body, frame_len, frame_offset, hmac_user->base_user); in hmac_sta_up_rx_beacon()
2214 if (hmac_check_opmode_notify(hmac_vap, (hi_u8 *)mac_hdr, frame_body, frame_offset, frame_len, hmac_user) != in hmac_sta_up_rx_beacon()
2235 hmac_edca_params_info_stru edca_params_info = { frame_body, frame_len, frame_offset }; in hmac_sta_up_rx_beacon()
H A Dhmac_mgmt_bss_comm.c520 *(addba_info->frame_len) = us_frame_len; in hmac_mgmt_set_addba_req()
692 addba_req_info.frame_len = &us_frame_len; in hmac_mgmt_tx_addba_req()
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c590 unsigned int frame_len; in dwmac_rk_rx_validate() local
600 frame_len = priv->hw->desc->get_rx_frame_len(p, coe); in dwmac_rk_rx_validate()
601 /* check if frame_len fits the preallocated memory */ in dwmac_rk_rx_validate()
602 if (frame_len > lb_priv->dma_buf_sz) { in dwmac_rk_rx_validate()
603 pr_err("%s: frame_len long: %d\n", __func__, frame_len); in dwmac_rk_rx_validate()
607 frame_len -= ETH_FCS_LEN; in dwmac_rk_rx_validate()
609 skb_put(skb, frame_len); in dwmac_rk_rx_validate()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c596 unsigned int frame_len; in dwmac_rk_rx_validate() local
607 frame_len = priv->hw->desc->get_rx_frame_len(p, coe); in dwmac_rk_rx_validate()
608 /* check if frame_len fits the preallocated memory */ in dwmac_rk_rx_validate()
609 if (frame_len > lb_priv->dma_buf_sz) { in dwmac_rk_rx_validate()
610 pr_err("%s: frame_len long: %d\n", __func__, frame_len); in dwmac_rk_rx_validate()
614 frame_len -= ETH_FCS_LEN; in dwmac_rk_rx_validate()
616 skb_put(skb, frame_len); in dwmac_rk_rx_validate()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h737 typedef int (*hi_wifi_promis_cb)(void *recv_buf, int frame_len, signed char rssi);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h719 typedef int (*hi_wifi_promis_cb)(void* recv_buf, int frame_len, signed char rssi);

Completed in 49 milliseconds