Home
last modified time | relevance | path

Searched refs:wiphy_channel (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hostapd.c6008 struct ieee80211_channel *wiphy_channel = NULL; in wlan_hdd_get_wiphy_channel() local
6018 wiphy_channel = &(wiphy->bands[band_num]-> in wlan_hdd_get_wiphy_channel()
6020 if (wiphy_channel->center_freq == freq) in wlan_hdd_get_wiphy_channel()
6021 return wiphy_channel; in wlan_hdd_get_wiphy_channel()
6024 return wiphy_channel; in wlan_hdd_get_wiphy_channel()
6033 struct ieee80211_channel *wiphy_channel = NULL; in wlan_hdd_restore_channels() local
6063 wiphy_channel = wlan_hdd_get_wiphy_channel(wiphy, freq); in wlan_hdd_restore_channels()
6064 if (!wiphy_channel) in wlan_hdd_restore_channels()
6070 wiphy_channel->flags = in wlan_hdd_restore_channels()
6076 wiphy_channel->flags); in wlan_hdd_restore_channels()
[all …]