Home
last modified time | relevance | path

Searched defs:eid (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
Doam_ext_if.h47 #define oam_error_log(vid, eid, fmt, args...) oam_logn(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, ##args) argument
48 #define oam_error_log0(vid, eid, fmt) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt,… argument
49 #define oam_error_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt,… argument
50 #define oam_error_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt,… argument
51 #define oam_error_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt,… argument
52 #define oam_error_log4(vid, eid, fmt, p1, p2, p3, p4) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt,… argument
53 #define oam_error_buf(vid, eid, fmt, buff, size) oam_print_err(fmt, buff, size) argument
55 #define oam_warning_log0(vid, eid, fmt) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fm… argument
56 #define oam_warning_log1(vid, eid, fmt, p1) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fm… argument
57 #define oam_warning_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fm… argument
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_util.h209 #define oam_logn(vid, eid, level, fmt, args...) \ argument
212 #define oam_log(vid, eid, level, fmt, cnt, p1, p2, p3, p4) \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_p2p.c773 static hi_u8 *hmac_p2p_find_attribute(hi_u8 eid, hi_u8 *puc_ies, hi_s32 l_len) in hmac_p2p_find_attribute()
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()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_crash.h193 hi_u16 eid; /**< reset reason id.CNcomment:复位类型.CNend */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_frame.c50 WIFI_ROM_TEXT hi_u8 *mac_find_ie(hi_u8 eid, hi_u8 *puc_ies, hi_u32 l_len) in mac_find_ie()