Linux Audio
Check our new training course
Embedded Linux Audio
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ /* -------------------------------------------------------------------- * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * * linux-wlan * * -------------------------------------------------------------------- * * Inquiries regarding the linux-wlan Open Source project can be * made directly to: * * AbsoluteValue Systems Inc. * info@linux-wlan.com * http://www.linux-wlan.com * * -------------------------------------------------------------------- * * Portions of the development of this software were funded by * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- */ #ifndef _P80211MKMETASTRUCT_H #define _P80211MKMETASTRUCT_H struct p80211msg_dot11req_mibget { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_unk392 mibattribute; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_dot11req_mibset { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_unk392 mibattribute; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_dot11req_scan { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 bsstype; struct p80211item_pstr6 bssid; u8 pad_0C[1]; struct p80211item_pstr32 ssid; u8 pad_1D[3]; struct p80211item_uint32 scantype; struct p80211item_uint32 probedelay; struct p80211item_pstr14 channellist; u8 pad_2C[1]; struct p80211item_uint32 minchanneltime; struct p80211item_uint32 maxchanneltime; struct p80211item_uint32 resultcode; struct p80211item_uint32 numbss; struct p80211item_uint32 append; } __packed; struct p80211msg_dot11req_scan_results { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 bssindex; struct p80211item_uint32 resultcode; struct p80211item_uint32 signal; struct p80211item_uint32 noise; struct p80211item_pstr6 bssid; u8 pad_3C[1]; struct p80211item_pstr32 ssid; u8 pad_4D[3]; struct p80211item_uint32 bsstype; struct p80211item_uint32 beaconperiod; struct p80211item_uint32 dtimperiod; struct p80211item_uint32 timestamp; struct p80211item_uint32 localtime; struct p80211item_uint32 fhdwelltime; struct p80211item_uint32 fhhopset; struct p80211item_uint32 fhhoppattern; struct p80211item_uint32 fhhopindex; struct p80211item_uint32 dschannel; struct p80211item_uint32 cfpcount; struct p80211item_uint32 cfpperiod; struct p80211item_uint32 cfpmaxduration; struct p80211item_uint32 cfpdurremaining; struct p80211item_uint32 ibssatimwindow; struct p80211item_uint32 cfpollable; struct p80211item_uint32 cfpollreq; struct p80211item_uint32 privacy; struct p80211item_uint32 capinfo; struct p80211item_uint32 basicrate[8]; struct p80211item_uint32 supprate[8]; } __packed; struct p80211msg_dot11req_start { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_pstr32 ssid; u8 pad_12D[3]; struct p80211item_uint32 bsstype; struct p80211item_uint32 beaconperiod; struct p80211item_uint32 dtimperiod; struct p80211item_uint32 cfpperiod; struct p80211item_uint32 cfpmaxduration; struct p80211item_uint32 fhdwelltime; struct p80211item_uint32 fhhopset; struct p80211item_uint32 fhhoppattern; struct p80211item_uint32 dschannel; struct p80211item_uint32 ibssatimwindow; struct p80211item_uint32 probedelay; struct p80211item_uint32 cfpollable; struct p80211item_uint32 cfpollreq; struct p80211item_uint32 basicrate1; struct p80211item_uint32 basicrate2; struct p80211item_uint32 basicrate3; struct p80211item_uint32 basicrate4; struct p80211item_uint32 basicrate5; struct p80211item_uint32 basicrate6; struct p80211item_uint32 basicrate7; struct p80211item_uint32 basicrate8; struct p80211item_uint32 operationalrate1; struct p80211item_uint32 operationalrate2; struct p80211item_uint32 operationalrate3; struct p80211item_uint32 operationalrate4; struct p80211item_uint32 operationalrate5; struct p80211item_uint32 operationalrate6; struct p80211item_uint32 operationalrate7; struct p80211item_uint32 operationalrate8; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_lnxreq_ifstate { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 ifstate; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_lnxreq_wlansniff { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 enable; struct p80211item_uint32 channel; struct p80211item_uint32 prismheader; struct p80211item_uint32 wlanheader; struct p80211item_uint32 keepwepflags; struct p80211item_uint32 stripfcs; struct p80211item_uint32 packet_trunc; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_lnxreq_hostwep { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 resultcode; struct p80211item_uint32 decrypt; struct p80211item_uint32 encrypt; } __packed; struct p80211msg_lnxreq_commsquality { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 resultcode; struct p80211item_uint32 dbm; struct p80211item_uint32 link; struct p80211item_uint32 level; struct p80211item_uint32 noise; struct p80211item_uint32 txrate; } __packed; struct p80211msg_lnxreq_autojoin { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_pstr32 ssid; u8 pad_19D[3]; struct p80211item_uint32 authtype; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_p2req_readpda { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_unk1024 pda; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_p2req_ramdl_state { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 enable; struct p80211item_uint32 exeaddr; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_p2req_ramdl_write { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 addr; struct p80211item_uint32 len; struct p80211item_unk4096 data; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_p2req_flashdl_state { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 enable; struct p80211item_uint32 resultcode; } __packed; struct p80211msg_p2req_flashdl_write { u32 msgcode; u32 msglen; u8 devname[WLAN_DEVNAMELEN_MAX]; struct p80211item_uint32 addr; struct p80211item_uint32 len; struct p80211item_unk4096 data; struct p80211item_uint32 resultcode; } __packed; #endif