Searched refs:assoc_req_ies (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211_apt.c | 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() 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 D | wal_event.c | 381 station_info.assoc_req_ies = asoc_user_req_info->puc_assoc_req_ie_buff; in wal_connect_new_sta_proc_ap() 382 if (station_info.assoc_req_ies == HI_NULL) { in wal_connect_new_sta_proc_ap()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_cfg80211.c | 208 info.assocReqIes = station_info->assoc_req_ies; in oal_cfg80211_new_sta()
|
H A D | oal_net.h | 1280 const hi_u8* assoc_req_ies; member
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 1123 Info.assocReqIes = info->assoc_req_ies; in ChangNewSta()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 14083 sinfo.assoc_req_ies = data; in wl_notify_connect_status_ap() 14741 sinfo.assoc_req_ies = data; in wl_notify_connect_status_mesh() 15691 err = wldev_iovar_getbuf(ndev, "assoc_req_ies", NULL, 0, cfg->extra_buf, in wl_get_assoc_ies()
|
Completed in 40 milliseconds