Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
H A Doam_ext_if.h47 #define oam_error_log(vid, eid, fmt, args...) oam_logn(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, ##args)
48 #define oam_error_log0(vid, eid, fmt) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 0, 0, 0, 0, 0)
49 #define oam_error_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 1, p1,0, 0, 0)
50 #define oam_error_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 2, p1, p2, 0, 0)
51 #define oam_error_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_ERRO
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h209 #define oam_logn(vid, eid, level, fmt, args...) \
210 oal_print_nlogs(__FILE__, __FUNCTION__, (hi_u16)__LINE__, OAL_RET_ADDR, vid, eid, level, 0, fmt, ##args)
212 #define oam_log(vid, eid, level, fmt, cnt, p1, p2, p3, p4) \
213 oal_print_nlogs(__FILE__, __FUNCTION__, (hi_u16)__LINE__, OAL_RET_ADDR, vid, eid, level, cnt, fmt, p1, p2, p3, p4)
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h106 * Crash type eid.CNcomment:死机类型eid.CNend
193 hi_u16 eid; /**< reset reason id.CNcomment:复位类型.CNend */ member
199 hi_char type_name[HI_SYSERR_EXC_TYPE_NAME_SIZE]; /**< reset reason name.CNcomment:类型名:与eid对应.CNend */
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_mgmt_sta.c1225 hi_u8 *hmac_sta_find_ie_in_probe_rsp(const mac_vap_stru *mac_vap, hi_u8 eid, hi_u16 *pus_index) in hmac_sta_find_ie_in_probe_rsp() argument
1270 puc_ie = mac_find_ie(eid, puc_payload, (bss_dscr->mgmt_len - us_offset)); in hmac_sta_find_ie_in_probe_rsp()
1277 oam_warning_log1(0, OAM_SF_ANY, "{IE[%d] len in probe rsp is 0, find ie fail.}", eid); in hmac_sta_find_ie_in_probe_rsp()
1283 oam_warning_log1(0, OAM_SF_ANY, "{found ie[%d] in probe rsp.}", eid); in hmac_sta_find_ie_in_probe_rsp()
H A Dhmac_p2p.c768 输入参数 : [1]eid
773 static hi_u8 *hmac_p2p_find_attribute(hi_u8 eid, hi_u8 *puc_ies, hi_s32 l_len) in hmac_p2p_find_attribute() argument
778 while (l_len > MAC_P2P_ATTRIBUTE_HDR_LEN && puc_ies[0] != eid) { in hmac_p2p_find_attribute()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.c45 输入参数 : [1]eid
50 WIFI_ROM_TEXT hi_u8 *mac_find_ie(hi_u8 eid, hi_u8 *puc_ies, hi_u32 l_len) in mac_find_ie() argument
55 while (l_len > MAC_IE_HDR_LEN && puc_ies[0] != eid) { in mac_find_ie()
63 ((l_len == MAC_IE_HDR_LEN) && (puc_ies[0] != eid))) { in mac_find_ie()
H A Dmac_frame.h1661 hi_u8 *mac_find_ie(hi_u8 eid, hi_u8 *puc_ies, hi_u32 l_len);

Completed in 21 milliseconds