diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 57c9fddc2acf..69b7ad3a9925 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1203,6 +1203,8 @@ struct cfg80211_ibss_params { | |||
1203 | * @key_idx: index of WEP key for shared key authentication | 1203 | * @key_idx: index of WEP key for shared key authentication |
1204 | * @key: WEP key for shared key authentication | 1204 | * @key: WEP key for shared key authentication |
1205 | * @flags: See &enum cfg80211_assoc_req_flags | 1205 | * @flags: See &enum cfg80211_assoc_req_flags |
1206 | * @bg_scan_period: Background scan period in seconds | ||
1207 | * or -1 to indicate that default value is to be used. | ||
1206 | * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask | 1208 | * @ht_capa: HT Capabilities over-rides. Values set in ht_capa_mask |
1207 | * will be used in ht_capa. Un-supported values will be ignored. | 1209 | * will be used in ht_capa. Un-supported values will be ignored. |
1208 | * @ht_capa_mask: The bits of ht_capa which are to be used. | 1210 | * @ht_capa_mask: The bits of ht_capa which are to be used. |
@@ -1220,6 +1222,7 @@ struct cfg80211_connect_params { | |||
1220 | const u8 *key; | 1222 | const u8 *key; |
1221 | u8 key_len, key_idx; | 1223 | u8 key_len, key_idx; |
1222 | u32 flags; | 1224 | u32 flags; |
1225 | int bg_scan_period; | ||
1223 | struct ieee80211_ht_cap ht_capa; | 1226 | struct ieee80211_ht_cap ht_capa; |
1224 | struct ieee80211_ht_cap ht_capa_mask; | 1227 | struct ieee80211_ht_cap ht_capa_mask; |
1225 | }; | 1228 | }; |
@@ -2694,7 +2697,7 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy, | |||
2694 | * @wiphy: the wiphy reporting the BSS | 2697 | * @wiphy: the wiphy reporting the BSS |
2695 | * @channel: The channel the frame was received on | 2698 | * @channel: The channel the frame was received on |
2696 | * @bssid: the BSSID of the BSS | 2699 | * @bssid: the BSSID of the BSS |
2697 | * @timestamp: the TSF timestamp sent by the peer | 2700 | * @tsf: the TSF sent by the peer in the beacon/probe response (or 0) |
2698 | * @capability: the capability field sent by the peer | 2701 | * @capability: the capability field sent by the peer |
2699 | * @beacon_interval: the beacon interval announced by the peer | 2702 | * @beacon_interval: the beacon interval announced by the peer |
2700 | * @ie: additional IEs sent by the peer | 2703 | * @ie: additional IEs sent by the peer |
@@ -2710,9 +2713,8 @@ cfg80211_inform_bss_frame(struct wiphy *wiphy, | |||
2710 | struct cfg80211_bss * __must_check | 2713 | struct cfg80211_bss * __must_check |
2711 | cfg80211_inform_bss(struct wiphy *wiphy, | 2714 | cfg80211_inform_bss(struct wiphy *wiphy, |
2712 | struct ieee80211_channel *channel, | 2715 | struct ieee80211_channel *channel, |
2713 | const u8 *bssid, | 2716 | const u8 *bssid, u64 tsf, u16 capability, |
2714 | u64 timestamp, u16 capability, u16 beacon_interval, | 2717 | u16 beacon_interval, const u8 *ie, size_t ielen, |
2715 | const u8 *ie, size_t ielen, | ||
2716 | s32 signal, gfp_t gfp); | 2718 | s32 signal, gfp_t gfp); |
2717 | 2719 | ||
2718 | struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy, | 2720 | struct cfg80211_bss *cfg80211_get_bss(struct wiphy *wiphy, |