Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 1 | /* |
| 2 | * BSS table |
Dmitry Shmidt | 7f65602 | 2015-02-25 14:36:37 -0800 | [diff] [blame] | 3 | * Copyright (c) 2009-2015, Jouni Malinen <j@w1.fi> |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 4 | * |
Dmitry Shmidt | c5ec7f5 | 2012-03-06 16:33:24 -0800 | [diff] [blame] | 5 | * This software may be distributed under the terms of the BSD license. |
| 6 | * See README for more details. |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef BSS_H |
| 10 | #define BSS_H |
| 11 | |
| 12 | struct wpa_scan_res; |
| 13 | |
| 14 | #define WPA_BSS_QUAL_INVALID BIT(0) |
| 15 | #define WPA_BSS_NOISE_INVALID BIT(1) |
| 16 | #define WPA_BSS_LEVEL_INVALID BIT(2) |
| 17 | #define WPA_BSS_LEVEL_DBM BIT(3) |
| 18 | #define WPA_BSS_AUTHENTICATED BIT(4) |
| 19 | #define WPA_BSS_ASSOCIATED BIT(5) |
Dmitry Shmidt | 1f69aa5 | 2012-01-24 16:10:04 -0800 | [diff] [blame] | 20 | #define WPA_BSS_ANQP_FETCH_TRIED BIT(6) |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 21 | |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 22 | /** |
| 23 | * struct wpa_bss_anqp - ANQP data for a BSS entry (struct wpa_bss) |
| 24 | */ |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 25 | struct wpa_bss_anqp { |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 26 | /** Number of BSS entries referring to this ANQP data instance */ |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 27 | unsigned int users; |
| 28 | #ifdef CONFIG_INTERWORKING |
Dmitry Shmidt | 7f65602 | 2015-02-25 14:36:37 -0800 | [diff] [blame] | 29 | struct wpabuf *capability_list; |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 30 | struct wpabuf *venue_name; |
| 31 | struct wpabuf *network_auth_type; |
| 32 | struct wpabuf *roaming_consortium; |
| 33 | struct wpabuf *ip_addr_type_availability; |
| 34 | struct wpabuf *nai_realm; |
| 35 | struct wpabuf *anqp_3gpp; |
| 36 | struct wpabuf *domain_name; |
| 37 | #endif /* CONFIG_INTERWORKING */ |
| 38 | #ifdef CONFIG_HS20 |
Dmitry Shmidt | 7f65602 | 2015-02-25 14:36:37 -0800 | [diff] [blame] | 39 | struct wpabuf *hs20_capability_list; |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 40 | struct wpabuf *hs20_operator_friendly_name; |
| 41 | struct wpabuf *hs20_wan_metrics; |
| 42 | struct wpabuf *hs20_connection_capability; |
| 43 | struct wpabuf *hs20_operating_class; |
Dmitry Shmidt | f21452a | 2014-02-26 10:55:25 -0800 | [diff] [blame] | 44 | struct wpabuf *hs20_osu_providers_list; |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 45 | #endif /* CONFIG_HS20 */ |
| 46 | }; |
| 47 | |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 48 | /** |
| 49 | * struct wpa_bss - BSS table |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 50 | * |
| 51 | * This structure is used to store information about neighboring BSSes in |
| 52 | * generic format. It is mainly updated based on scan results from the driver. |
| 53 | */ |
| 54 | struct wpa_bss { |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 55 | /** List entry for struct wpa_supplicant::bss */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 56 | struct dl_list list; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 57 | /** List entry for struct wpa_supplicant::bss_id */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 58 | struct dl_list list_id; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 59 | /** Unique identifier for this BSS entry */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 60 | unsigned int id; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 61 | /** Number of counts without seeing this BSS */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 62 | unsigned int scan_miss_count; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 63 | /** Index of the last scan update */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 64 | unsigned int last_update_idx; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 65 | /** Information flags about the BSS/IBSS (WPA_BSS_*) */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 66 | unsigned int flags; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 67 | /** BSSID */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 68 | u8 bssid[ETH_ALEN]; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 69 | /** HESSID */ |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 70 | u8 hessid[ETH_ALEN]; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 71 | /** SSID */ |
Dmitry Shmidt | 9d9e602 | 2015-04-23 10:34:55 -0700 | [diff] [blame^] | 72 | u8 ssid[SSID_MAX_LEN]; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 73 | /** Length of SSID */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 74 | size_t ssid_len; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 75 | /** Frequency of the channel in MHz (e.g., 2412 = channel 1) */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 76 | int freq; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 77 | /** Beacon interval in TUs (host byte order) */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 78 | u16 beacon_int; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 79 | /** Capability information field in host byte order */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 80 | u16 caps; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 81 | /** Signal quality */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 82 | int qual; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 83 | /** Noise level */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 84 | int noise; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 85 | /** Signal level */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 86 | int level; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 87 | /** Timestamp of last Beacon/Probe Response frame */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 88 | u64 tsf; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 89 | /** Time of the last update (i.e., Beacon or Probe Response RX) */ |
Dmitry Shmidt | fb79edc | 2014-01-10 10:45:54 -0800 | [diff] [blame] | 90 | struct os_reltime last_update; |
Dmitry Shmidt | 7f65602 | 2015-02-25 14:36:37 -0800 | [diff] [blame] | 91 | /** Estimated throughput in kbps */ |
| 92 | unsigned int est_throughput; |
| 93 | /** Signal-to-noise ratio in dB */ |
| 94 | int snr; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 95 | /** ANQP data */ |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 96 | struct wpa_bss_anqp *anqp; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 97 | /** Length of the following IE field in octets (from Probe Response) */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 98 | size_t ie_len; |
Dmitry Shmidt | a54fa5f | 2013-01-15 13:53:35 -0800 | [diff] [blame] | 99 | /** Length of the following Beacon IE field in octets */ |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 100 | size_t beacon_ie_len; |
| 101 | /* followed by ie_len octets of IEs */ |
| 102 | /* followed by beacon_ie_len octets of IEs */ |
| 103 | }; |
| 104 | |
| 105 | void wpa_bss_update_start(struct wpa_supplicant *wpa_s); |
| 106 | void wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, |
Dmitry Shmidt | f862328 | 2013-02-20 14:34:59 -0800 | [diff] [blame] | 107 | struct wpa_scan_res *res, |
Dmitry Shmidt | fb79edc | 2014-01-10 10:45:54 -0800 | [diff] [blame] | 108 | struct os_reltime *fetch_time); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 109 | void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info, |
| 110 | int new_scan); |
| 111 | int wpa_bss_init(struct wpa_supplicant *wpa_s); |
| 112 | void wpa_bss_deinit(struct wpa_supplicant *wpa_s); |
| 113 | void wpa_bss_flush(struct wpa_supplicant *wpa_s); |
| 114 | void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age); |
| 115 | struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, |
| 116 | const u8 *ssid, size_t ssid_len); |
| 117 | struct wpa_bss * wpa_bss_get_bssid(struct wpa_supplicant *wpa_s, |
| 118 | const u8 *bssid); |
Dmitry Shmidt | 444d567 | 2013-04-01 13:08:44 -0700 | [diff] [blame] | 119 | struct wpa_bss * wpa_bss_get_bssid_latest(struct wpa_supplicant *wpa_s, |
| 120 | const u8 *bssid); |
Dmitry Shmidt | c5ec7f5 | 2012-03-06 16:33:24 -0800 | [diff] [blame] | 121 | struct wpa_bss * wpa_bss_get_p2p_dev_addr(struct wpa_supplicant *wpa_s, |
| 122 | const u8 *dev_addr); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 123 | struct wpa_bss * wpa_bss_get_id(struct wpa_supplicant *wpa_s, unsigned int id); |
Dmitry Shmidt | f862328 | 2013-02-20 14:34:59 -0800 | [diff] [blame] | 124 | struct wpa_bss * wpa_bss_get_id_range(struct wpa_supplicant *wpa_s, |
| 125 | unsigned int idf, unsigned int idl); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 126 | const u8 * wpa_bss_get_ie(const struct wpa_bss *bss, u8 ie); |
| 127 | const u8 * wpa_bss_get_vendor_ie(const struct wpa_bss *bss, u32 vendor_type); |
Dmitry Shmidt | 9657139 | 2013-10-14 12:54:46 -0700 | [diff] [blame] | 128 | const u8 * wpa_bss_get_vendor_ie_beacon(const struct wpa_bss *bss, |
| 129 | u32 vendor_type); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 130 | struct wpabuf * wpa_bss_get_vendor_ie_multi(const struct wpa_bss *bss, |
| 131 | u32 vendor_type); |
Dmitry Shmidt | 9bce59c | 2012-09-11 15:06:38 -0700 | [diff] [blame] | 132 | struct wpabuf * wpa_bss_get_vendor_ie_multi_beacon(const struct wpa_bss *bss, |
| 133 | u32 vendor_type); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 134 | int wpa_bss_get_max_rate(const struct wpa_bss *bss); |
| 135 | int wpa_bss_get_bit_rates(const struct wpa_bss *bss, u8 **rates); |
Dmitry Shmidt | 4530cfd | 2012-09-09 15:20:40 -0700 | [diff] [blame] | 136 | struct wpa_bss_anqp * wpa_bss_anqp_alloc(void); |
Dmitry Shmidt | d5e4923 | 2012-12-03 15:08:10 -0800 | [diff] [blame] | 137 | int wpa_bss_anqp_unshare_alloc(struct wpa_bss *bss); |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 138 | |
Dmitry Shmidt | 76cd2cc | 2014-05-27 12:56:04 -0700 | [diff] [blame] | 139 | static inline int bss_is_dmg(const struct wpa_bss *bss) |
| 140 | { |
| 141 | return bss->freq > 45000; |
| 142 | } |
| 143 | |
Dmitry Shmidt | 7f65602 | 2015-02-25 14:36:37 -0800 | [diff] [blame] | 144 | static inline void wpa_bss_update_level(struct wpa_bss *bss, int new_level) |
| 145 | { |
| 146 | if (bss != NULL && new_level < 0) |
| 147 | bss->level = new_level; |
| 148 | } |
| 149 | |
Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame] | 150 | #endif /* BSS_H */ |