Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211_apt.c82 if (sinfo->assoc_req_ies_len == 0) { in cfg80211_new_sta()
83 oam_error_log2(0, OAM_SF_ANY, "{cfg80211_new_sta::assoc_req_ies or assoc_req_ies_len null error %p,%d.}\r\n", in cfg80211_new_sta()
84 (uintptr_t)sinfo->assoc_req_ies, sinfo->assoc_req_ies_len); in cfg80211_new_sta()
88 new_sta_info.ielen = sinfo->assoc_req_ies_len; in cfg80211_new_sta()
95 new_sta_info.ie = (hi_u8 *)oal_memalloc(sinfo->assoc_req_ies_len); in cfg80211_new_sta()
100 if (memcpy_s(new_sta_info.ie, sinfo->assoc_req_ies_len, sinfo->assoc_req_ies, sinfo->assoc_req_ies_len) != EOK) { in cfg80211_new_sta()
H A Dwal_event.c386 station_info.assoc_req_ies_len = asoc_user_req_info->assoc_req_ie_len; in wal_connect_new_sta_proc_ap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_cfg80211.c209 info.assocReqIesLen = station_info->assoc_req_ies_len; in oal_cfg80211_new_sta()
H A Doal_net.h1281 hi_u32 assoc_req_ies_len; member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1124 Info.assocReqIesLen = info->assoc_req_ies_len; in ChangNewSta()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c14073 /* Linux ver >= 4.0 assoc_req_ies_len is used instead of in wl_notify_connect_status_ap()
14084 sinfo.assoc_req_ies_len = len; in wl_notify_connect_status_ap()
14731 /* Linux ver >= 4.0 assoc_req_ies_len is used instead of in wl_notify_connect_status_mesh()
14742 sinfo.assoc_req_ies_len = len; in wl_notify_connect_status_mesh()

Completed in 48 milliseconds