Deleted Added
full compact
wpa_supplicant_i.h (302408) wpa_supplicant_i.h (324697)
1/*
2 * wpa_supplicant - Internal definitions
3 * Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 644 unchanged lines hidden (view full) ---

653 struct wpabuf *pending_eapol_rx;
654 struct os_reltime pending_eapol_rx_time;
655 u8 pending_eapol_rx_src[ETH_ALEN];
656 unsigned int last_eapol_matches_bssid:1;
657 unsigned int eap_expected_failure:1;
658 unsigned int reattach:1; /* reassociation to the same BSS requested */
659 unsigned int mac_addr_changed:1;
660 unsigned int added_vif:1;
1/*
2 * wpa_supplicant - Internal definitions
3 * Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8

--- 644 unchanged lines hidden (view full) ---

653 struct wpabuf *pending_eapol_rx;
654 struct os_reltime pending_eapol_rx_time;
655 u8 pending_eapol_rx_src[ETH_ALEN];
656 unsigned int last_eapol_matches_bssid:1;
657 unsigned int eap_expected_failure:1;
658 unsigned int reattach:1; /* reassociation to the same BSS requested */
659 unsigned int mac_addr_changed:1;
660 unsigned int added_vif:1;
661 unsigned int wnmsleep_used:1;
661
662 struct os_reltime last_mac_addr_change;
663 int last_mac_addr_style;
664
665 struct ibss_rsn *ibss_rsn;
666
667 int set_sta_uapsd;
668 int sta_uapsd;

--- 502 unchanged lines hidden ---
662
663 struct os_reltime last_mac_addr_change;
664 int last_mac_addr_style;
665
666 struct ibss_rsn *ibss_rsn;
667
668 int set_sta_uapsd;
669 int sta_uapsd;

--- 502 unchanged lines hidden ---