wmi.h (82e14f56f7408cb13c47eef9fd6922f22e88109a) | wmi.h (865121361f0be55555c540c3df444ed06e090b33) |
---|---|
1/* 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 1425 unchanged lines hidden (view full) --- 1434 * or APs reported. 1435 */ 1436enum wmi_bss_flags { 1437 WMI_DEFAULT_BSS_FLAGS = 0x00, 1438 WMI_PREAUTH_CAPABLE_BSS = 0x01, 1439 WMI_PMKID_VALID_BSS = 0x02, 1440}; 1441 | 1/* 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 1425 unchanged lines hidden (view full) --- 1434 * or APs reported. 1435 */ 1436enum wmi_bss_flags { 1437 WMI_DEFAULT_BSS_FLAGS = 0x00, 1438 WMI_PREAUTH_CAPABLE_BSS = 0x01, 1439 WMI_PMKID_VALID_BSS = 0x02, 1440}; 1441 |
1442struct wmi_neighbor_info { 1443 u8 bssid[ETH_ALEN]; 1444 u8 bss_flags; /* enum wmi_bss_flags */ 1445} __packed; 1446 1447struct wmi_neighbor_report_event { 1448 u8 num_neighbors; 1449 struct wmi_neighbor_info neighbor[0]; 1450} __packed; 1451 |
|
1442/* TKIP MIC Error Event */ 1443struct wmi_tkip_micerr_event { 1444 u8 key_id; 1445 u8 is_mcast; 1446} __packed; 1447 1448/* WMI_SCAN_COMPLETE_EVENTID */ 1449struct wmi_scan_complete_event { --- 823 unchanged lines hidden --- | 1452/* TKIP MIC Error Event */ 1453struct wmi_tkip_micerr_event { 1454 u8 key_id; 1455 u8 is_mcast; 1456} __packed; 1457 1458/* WMI_SCAN_COMPLETE_EVENTID */ 1459struct wmi_scan_complete_event { --- 823 unchanged lines hidden --- |