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