Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dcfg80211.h65 struct wiphy;
425 void wiphy_read_of_freq_limits(struct wiphy *wiphy);
427 static inline void wiphy_read_of_freq_limits(struct wiphy *wiphy) in wiphy_read_of_freq_limits() argument
596 bool cfg80211_chandef_usable(struct wiphy *wiphy,
608 int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
1083 int cfg80211_check_station_change(struct wiphy *wiphy,
1751 struct wiphy *wiphy; member
1886 struct wiphy *wiphy; member
3137 int (*suspend)(struct wiphy *wiphy, struct cfg80211_wowlan *wow);
3138 int (*resume)(struct wiphy *wiphy);
[all …]
Dmac80211.h2296 struct wiphy *wiphy; member
2395 struct ieee80211_hw *wiphy_to_ieee80211_hw(struct wiphy *wiphy);
2405 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV()
2416 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
2425 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx]; in ieee80211_get_tx_rate()
2434 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx]; in ieee80211_get_rts_cts_rate()
2443 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx]; in ieee80211_get_alt_retry_rate()