Home
last modified time | relevance | path

Searched refs:probe_resp (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211_apt.c306 hi_u32 ie_len = scanned_bss_info->mgmt_len - (hi_u32)oal_offset_of(oal_ieee80211_mgmt_stru, u.probe_resp.variable); in cfg80211_inform_bss_frame()
320 scan_result.beacon_int = (hi_s16)scanned_bss_info->mgmt->u.probe_resp.beacon_int; in cfg80211_inform_bss_frame()
321 scan_result.caps = (hi_s16) scanned_bss_info->mgmt->u.probe_resp.capab_info; in cfg80211_inform_bss_frame()
331 if (memcpy_s(scan_result.variable, ie_len, scanned_bss_info->mgmt->u.probe_resp.variable, ie_len) != EOK) { in cfg80211_inform_bss_frame()
H A Dwal_scan.c124 scanned_bss_info->mgmt->u.probe_resp.timestamp = ((hi_u64)ts.tv_sec * 1000000) /* 1000000 时间戳单位转换为s */ in wal_inform_bss_frame()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h663 } probe_resp; member
786 const hi_u8 *probe_resp; member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c1310 pInfo->probe_resp = NULL; in InitCfg80211BeaconDataInfo()
1350 g_ap_setting_info.beacon.probe_resp = NULL; in InitCfg80211ApSettingInfo()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c11388 mgmt = (const struct ieee80211_mgmt *)info->probe_resp; in wl_cfg80211_parse_ap_ies()
11390 vndr = (const u8 *)&mgmt->u.probe_resp.variable; in wl_cfg80211_parse_ap_ies()
11392 offsetof(const struct ieee80211_mgmt, u.probe_resp.variable)); in wl_cfg80211_parse_ap_ies()
11432 mgmt = (const struct ieee80211_mgmt *)info->probe_resp; in wl_cfg80211_set_ies()
11434 vndr = (const u8 *)&mgmt->u.probe_resp.variable; in wl_cfg80211_set_ies()
11436 offsetof(struct ieee80211_mgmt, u.probe_resp.variable)); in wl_cfg80211_set_ies()
13455 (struct beacon_proberesp *)&mgmt->u.probe_resp : in wl_inform_single_bss()
13500 if (!mgmt->u.probe_resp.timestamp) { in wl_inform_single_bss()
13504 mgmt->u.probe_resp.timestamp = ((u64)ts.tv_sec*1000000) in wl_inform_single_bss()
13509 mgmt->u.probe_resp in wl_inform_single_bss()
[all...]

Completed in 31 milliseconds