dbus: Export BSS Transition Management status
Add new Interface properties "BSSTMStatus", which carries the status of the most recent BSS Transition Management request. This property will be logged in UMA to measure 802.11v success. Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
This commit is contained in:
parent
2bbad1c7c9
commit
80d06d0ca9
9 changed files with 53 additions and 0 deletions
|
@ -1065,6 +1065,7 @@ struct wpa_supplicant {
|
|||
struct neighbor_report *wnm_neighbor_report_elements;
|
||||
struct os_reltime wnm_cand_valid_until;
|
||||
u8 wnm_cand_from_bss[ETH_ALEN];
|
||||
enum bss_trans_mgmt_status_code bss_tm_status;
|
||||
struct wpabuf *coloc_intf_elems;
|
||||
u8 coloc_intf_dialog_token;
|
||||
u8 coloc_intf_auto_report;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue