/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_event.c | 53 if (innerBssInfo->channel == NULL || netDev == NULL || innerBssInfo->mgmt == NULL) {
in HdfInformBssFrameEventCallback() 61 bssInfo.mgmt = (struct Ieee80211Mgmt *)innerBssInfo->mgmt;
in HdfInformBssFrameEventCallback()
|
H A D | hdf_wl_interface.h | 66 struct ieee80211_mgmt *mgmt;
member
|
H A D | hdf_bdh_mac80211.c | 549 struct ieee80211_mgmt *mgmt = NULL; in Bdh6SActionEntry() local 582 mgmt = (struct ieee80211_mgmt *)action_buf; in Bdh6SActionEntry() 583 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_ACTION); in Bdh6SActionEntry() 584 memcpy_s(mgmt->da, ETH_ALEN, actionData->dst, ETH_ALEN); in Bdh6SActionEntry() 585 memcpy_s(mgmt->sa, ETH_ALEN, srcMac, ETH_ALEN); in Bdh6SActionEntry() 586 memcpy_s(mgmt->bssid, ETH_ALEN, actionData->bssid, ETH_ALEN); in Bdh6SActionEntry()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_scan.c | 124 scanned_bss_info->mgmt->u.probe_resp.timestamp = ((hi_u64)ts.tv_sec * 1000000) /* 1000000 时间戳单位转换为s */ in wal_inform_bss_frame() 130 scanned_bss_info->mgmt->bssid[0], scanned_bss_info->mgmt->bssid[4], scanned_bss_info->mgmt->bssid[5]); /* 4 5 */ in wal_inform_bss_frame() 141 cfg80211_bss = oal_cfg80211_inform_bss_frame(wiphy, ieee80211_channel, scanned_bss_info->mgmt, in wal_inform_bss_frame() 221 scanned_bss_info.mgmt = (oal_ieee80211_mgmt_stru *)(scanned_bss->bss_dscr_info.auc_mgmt_buff); in wal_inform_all_bss()
|
H A D | wal_cfg80211_apt.c | 300 if ((wiphy == HI_NULL) || (ieee80211_channel == HI_NULL) || (scanned_bss_info->mgmt == HI_NULL)) { in cfg80211_inform_bss_frame() 301 oam_error_log3(0, OAM_SF_ANY, "{cfg80211_inform_bss_frame::wiphy or ieee80211_channel or mgmt null %p,%p,%p}", in cfg80211_inform_bss_frame() 302 (uintptr_t)wiphy, (uintptr_t)ieee80211_channel, (uintptr_t)(scanned_bss_info->mgmt)); 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() 326 if (memcpy_s(scan_result.bssid, ETH_ADDR_LEN, scanned_bss_info->mgmt->bssid, ETH_ALEN) != EOK) { 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() 337 scanned_bss_info->mgmt->u.beacon.variable, beacon_len) != EOK) { in cfg80211_inform_bss_frame()
|
H A D | wal_event.h | 67 oal_ieee80211_mgmt_stru *mgmt; /* 管理帧起始地址 */ member
|
H A D | wal_cfg80211.c | 2530 oal_ieee80211_mgmt *mgmt = HI_NULL; in wal_parse_wpa_wpa2_ie() local 2534 mgmt = (oal_ieee80211_mgmt *)beacon_info->head; in wal_parse_wpa_wpa2_ie() 2535 us_capability_info = mgmt->u.beacon.capab_info; in wal_parse_wpa_wpa2_ie() 4618 oam_warning_log0(0, OAM_SF_ANY, "{wal_mgmt_do_tx::mgmt tx timeout!}\r\n"); in wal_check_cookie_timeout() 4622 oam_warning_log0(0, OAM_SF_ANY, "{wal_mgmt_do_tx::mgmt tx timer error!}\r\n"); in wal_check_cookie_timeout() 4626 oam_info_log0(0, OAM_SF_ANY, "{wal_mgmt_do_tx::mgmt tx commpleted!}\r\n"); in wal_check_cookie_timeout() 4709 const oal_ieee80211_mgmt *mgmt = (const struct ieee80211_mgmt *)puc_buf; in wal_check_cookie_timeout() local 4710 if (oal_ieee80211_is_probe_resp(mgmt->frame_control)) { in wal_check_cookie_timeout() 4738 "{wal_cfg80211_mgmt_tx::p2p mode[%d] (0=Legacy,1=GO,2=Dev,3=Gc), vap ch[%d], mgmt ch [%d]}", in wal_check_cookie_timeout() 4882 const oal_ieee80211_mgmt *mgmt in wal_check_cookie_timeout() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac_if.h | 74 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt);
|
H A D | hcc_hmac.c | 540 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt) in hcc_hmac_tx_data_event() argument 543 hi_unref_param(mgmt); in hcc_hmac_tx_data_event()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 2634 WL_ERR(("Failed at disc iface mgmt, ret = %d\n", ret)); in wl_cfg80211_handle_discovery_config() 5195 const wpa_suite_auth_key_mgmt_t *mgmt; in wl_cfg80211_get_rsn_capa() local 5226 mgmt = (const wpa_suite_auth_key_mgmt_t *)&ucast->list[suite_count]; in wl_cfg80211_get_rsn_capa() 5227 suite_count = ltoh16_ua(&mgmt->count); in wl_cfg80211_get_rsn_capa() 5232 rsn_cap[0] = (const u8 *)&mgmt->list[suite_count]; in wl_cfg80211_get_rsn_capa() 6615 WL_ERR(("Invalid key mgmt\n")); in wl_cfg80211_connect() 9573 const struct ieee80211_mgmt *mgmt; in wl_cfg80211_mgmt_tx() local 9630 mgmt = (const struct ieee80211_mgmt *)buf; in wl_cfg80211_mgmt_tx() 9631 if (ieee80211_is_mgmt(mgmt->frame_control)) { in wl_cfg80211_mgmt_tx() 9632 if (ieee80211_is_probe_resp(mgmt in wl_cfg80211_mgmt_tx() 10188 const wpa_suite_auth_key_mgmt_t *mgmt; wl_validate_wpa2ie() local 10395 const wpa_suite_auth_key_mgmt_t *mgmt; wl_validate_wpaie() local 10612 const wpa_suite_auth_key_mgmt_t *mgmt; wl_validate_wpaie_wpa2ie() local 11387 const struct ieee80211_mgmt *mgmt; wl_cfg80211_parse_ap_ies() local 11431 const struct ieee80211_mgmt *mgmt; wl_cfg80211_set_ies() local 13381 struct ieee80211_mgmt *mgmt; wl_inform_single_bss() local [all...] |