Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c1364 hi_s32 hcc_hmac_rx_extend_hdr_vaild_check(const frw_hcc_extend_hdr_stru *hcc_ext_hdr) argument
1366 if (hcc_ext_hdr->nest_type >= FRW_EVENT_TYPE_BUTT) {
1367 oam_error_log1(0, 0, "hcc_hmac_rx_extend_hdr_vaild_check:: invalid nest_type[%d]", hcc_ext_hdr->nest_type);
1378 frw_hcc_extend_hdr_stru *hcc_ext_hdr = HI_NULL; local
1385 hcc_ext_hdr = (frw_hcc_extend_hdr_stru *)oal_netbuf_data(hcc_netbuf->pst_netbuf);
1386 if (hcc_hmac_rx_extend_hdr_vaild_check(hcc_ext_hdr) != HI_TRUE) {
1391 hmac_vap = hmac_vap_get_vap_stru(hcc_ext_hdr->vap_id);
1393 oam_error_log1(0, 0, "hcc_hmac_rx_wifi_post_func:: hmac_vap is null, vap_id[%d]", hcc_ext_hdr->vap_id);
1408 frw_event_hdr_init(&(hcc_event->event_hdr), hcc_ext_hdr->nest_type, hcc_ext_hdr
1481 frw_hcc_extend_hdr_stru *hcc_ext_hdr = HI_NULL; global() local
[all...]

Completed in 3 milliseconds