Home
last modified time | relevance | path

Searched refs:ieee80211_channel (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_scan.c94 oal_ieee80211_channel_stru *ieee80211_channel = HI_NULL; in wal_inform_bss_frame() local
111 ieee80211_channel = oal_ieee80211_get_channel(wiphy, (hi_s32)scanned_bss_info->s_freq); in wal_inform_bss_frame()
112 if (ieee80211_channel == HI_NULL) { in wal_inform_bss_frame()
135 .channelId = ieee80211_channel->hw_value, in wal_inform_bss_frame()
136 .centerFreq = ieee80211_channel->center_freq, in wal_inform_bss_frame()
137 .flags = ieee80211_channel->flags, 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()
H A Dwal_cfg80211_apt.c291 const oal_ieee80211_channel_stru *ieee80211_channel, const wal_scanned_bss_info_stru *scanned_bss_info) in cfg80211_inform_bss_frame()
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()
323 scan_result.freq = ieee80211_channel->center_freq; in cfg80211_inform_bss_frame()
324 scan_result.flags = (hi_s32)ieee80211_channel->flags; in cfg80211_inform_bss_frame()
290 cfg80211_inform_bss_frame(const oal_net_device_stru *netdev, oal_wiphy_stru *wiphy, const oal_ieee80211_channel_stru *ieee80211_channel, const wal_scanned_bss_info_stru *scanned_bss_info) cfg80211_inform_bss_frame() argument
H A Dwal_cfg80211_apt.h74 const oal_ieee80211_channel_stru *ieee80211_channel, const wal_scanned_bss_info_stru *scanned_bss_info);
H A Dwal_cfg80211.h295 struct ieee80211_channel *chan, hi_u32 duration, hi_u64 *pull_cookie);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhdf_public_ap6275s.h116 extern struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq);
117 extern struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq);
H A Dwl_cfgscan.c1211 struct ieee80211_channel tmp_channel_list[CH_MAX_2G_CHANNEL]; in wl_run_escan()
1231 sizeof(struct ieee80211_channel)); in wl_run_escan()
1238 sizeof(struct ieee80211_channel)); in wl_run_escan()
2829 struct ieee80211_channel *channel = NULL; in wl_notify_sched_scan_results()
2869 channel = (struct ieee80211_channel *)MALLOCZ(cfg->osh, in wl_notify_sched_scan_results()
2870 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
3036 channel = (struct ieee80211_channel *)MALLOCZ(cfg->osh, in wl_notify_sched_scan_results()
3037 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
3183 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
H A Dwl_cfg80211.h631 struct ieee80211_channel channel;
1232 struct ieee80211_channel remain_on_chan;
H A Dwl_cfg80211.c1080 static struct ieee80211_channel __wl_2ghz_channels[] = {
1097 static struct ieee80211_channel __wl_5ghz_a_channels[] = {
4997 struct ieee80211_channel *chan; in wl_cfg80211_join_ibss()
6298 struct ieee80211_channel *chan = sme->channel; in wl_cfg80211_connect()
8676 struct ieee80211_channel *channel, in wl_cfg80211_remain_on_channel()
8726 memcpy(&cfg->remain_on_chan, channel, sizeof(struct ieee80211_channel)); in wl_cfg80211_remain_on_channel()
9550 struct ieee80211_channel *channel, bool offchan, in wl_cfg80211_mgmt_tx()
9569 struct ieee80211_channel *channel = params->chan; in wl_cfg80211_mgmt_tx()
9916 struct ieee80211_channel *chan, in wl_cfg80211_set_channel()
12646 struct ieee80211_channel*cha in wl_cfg80211_dump_survey()
[all...]
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_wl_interface.h63 struct ieee80211_channel *channel;
H A Dhdf_bdh_mac80211.c637 struct ieee80211_channel *GetChannelByFreq(const struct wiphy *wiphy, uint16_t center_freq) in GetChannelByFreq()
724 struct ieee80211_channel *chan = NULL; in FillAllValidChannels()
752 struct ieee80211_channel *chan = NULL; in WifiScanSetChannel()
913 struct ieee80211_channel *WalGetChannel(struct wiphy *wiphy, int32_t freq) in WalGetChannel()
1205 static struct ieee80211_channel g_ap_ieee80211_channel;
1212 struct ieee80211_channel *chan = NULL; in SetupWireLessDev()
1636 struct ieee80211_channel *channel = NULL; in WalRemainOnChannel()
1655 channel = OsalMemCalloc(sizeof(struct ieee80211_channel)); in WalRemainOnChannel()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h823 typedef struct ieee80211_channel { struct
895 struct ieee80211_channel* channels[0];
913 typedef struct ieee80211_channel oal_ieee80211_channel;
1126 typedef struct ieee80211_channel oal_ieee80211_channel_stru;
1635 hi_s32 (*remain_on_channel)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan,
1638 hi_s32 (*mgmt_tx)(oal_wiphy_stru *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, hi_bool offchan,

Completed in 40 milliseconds