Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_vap.c697 hi_u32 relt; in hmac_check_opmode_notify() local
720 relt = hmac_ie_proc_opmode_field(mac_vap, mac_user, opmode_notify, mgmt_frm_type); in hmac_check_opmode_notify()
721 if (oal_unlikely(relt != HI_SUCCESS)) { in hmac_check_opmode_notify()
723 "{hmac_check_opmode_notify::hmac_ie_proc_opmode_field failed[%d].}", relt); in hmac_check_opmode_notify()
724 return relt; in hmac_check_opmode_notify()
727 relt = hmac_config_update_opmode_event(mac_vap, mac_user, mgmt_frm_type); in hmac_check_opmode_notify()
728 if (oal_unlikely(relt != HI_SUCCESS)) { in hmac_check_opmode_notify()
730 "{hmac_check_opmode_notify::hmac_config_update_opmode_event failed[%d].}", relt); in hmac_check_opmode_notify()
731 return relt; in hmac_check_opmode_notify()
H A Dhmac_mgmt_bss_comm.c1817 hi_u32 relt; in hmac_sa_query_interval_timeout() local
1834 relt = hmac_sa_query_del_user(interval_timer_arg->mac_vap, interval_timer_arg->hmac_user); in hmac_sa_query_interval_timeout()
1835 if (relt != HI_SUCCESS) { in hmac_sa_query_interval_timeout()
1837 "{hmac_sa_query_interval_timeout::hmac_sa_query_del_user failed[%d].}", relt); in hmac_sa_query_interval_timeout()
1844 relt = hmac_send_sa_query_req(interval_timer_arg->mac_vap, interval_timer_arg->hmac_user, in hmac_sa_query_interval_timeout()
1846 if (relt != HI_SUCCESS) { in hmac_sa_query_interval_timeout()
1848 "{hmac_sa_query_interval_timeout::hmac_send_sa_query_req failed[%d].}", relt); in hmac_sa_query_interval_timeout()
H A Dhmac_config.c510 hi_u32 relt; in hmac_syn_info_event() local
531 relt = hmac_config_user_info_syn(mac_vap, hmac_user->base_user); in hmac_syn_info_event()
532 return relt; in hmac_syn_info_event()
737 hi_u32 relt; in hmac_config_update_opmode_event() local
747 relt = hmac_config_send_event(mac_vap, WLAN_CFGID_UPDATE_OPMODE, sizeof(mac_user_opmode_stru), in hmac_config_update_opmode_event()
749 if (oal_unlikely(relt != HI_SUCCESS)) { in hmac_config_update_opmode_event()
751 "{hmac_config_update_opmode_event::opmode_event send failed[%d].}", relt); in hmac_config_update_opmode_event()
753 return relt; in hmac_config_update_opmode_event()

Completed in 18 milliseconds