diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index f8bf0c86650b..2b1f6c69773c 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -863,6 +863,14 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy, | |||
863 | struct ieee80211_mgmt *mgmt, size_t len, | 863 | struct ieee80211_mgmt *mgmt, size_t len, |
864 | s32 signal, gfp_t gfp); | 864 | s32 signal, gfp_t gfp); |
865 | 865 | ||
866 | struct cfg80211_bss* | ||
867 | cfg80211_inform_bss(struct wiphy *wiphy, | ||
868 | struct ieee80211_channel *channel, | ||
869 | const u8 *bssid, | ||
870 | u64 timestamp, u16 capability, u16 beacon_interval, | ||
871 | const u8 *ie, size_t ielen, | ||
872 | s32 signal, gfp_t gfp); | ||
873 | |||
866 | struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy, | 874 | struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy, |
867 | struct ieee80211_channel *channel, | 875 | struct ieee80211_channel *channel, |
868 | const u8 *bssid, | 876 | const u8 *bssid, |