Lines Matching defs:atheros_driver_data
67 struct atheros_driver_data { struct
68 struct hostapd_data *hapd; /* back pointer */
70 char iface[IFNAMSIZ + 1];
71 int ifindex;
72 struct l2_packet_data *sock_xmit; /* raw packet xmit socket */
73 struct l2_packet_data *sock_recv; /* raw packet recv socket */
74 int ioctl_sock; /* socket for ioctl() use */
75 struct netlink_data *netlink;
76 int we_version;
77 int fils_en; /* FILS enable/disable in driver */
78 u8 acct_mac[ETH_ALEN];
79 struct hostap_sta_driver_data acct_data;
81 struct l2_packet_data *sock_raw; /* raw 802.11 management frames */
82 struct wpabuf *wpa_ie;
83 struct wpabuf *wps_beacon_ie;
84 struct wpabuf *wps_probe_resp_ie;
85 u8 own_addr[ETH_ALEN];