ieee80211_i.h (1cd8e88e17729f57a9c7f751103e522596bb5de2) ieee80211_i.h (1946bed95707ef75d85e94ebe106ce7a119ca831)
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005, Devicescape Software, Inc.
4 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
5 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

1184 const u8 *opmode_notif;
1185
1186 /* length of them, respectively */
1187 u8 ssid_len;
1188 u8 supp_rates_len;
1189 u8 tim_len;
1190 u8 challenge_len;
1191 u8 rsn_len;
1/*
2 * Copyright 2002-2005, Instant802 Networks, Inc.
3 * Copyright 2005, Devicescape Software, Inc.
4 * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
5 * Copyright 2007-2010 Johannes Berg <johannes@sipsolutions.net>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

1184 const u8 *opmode_notif;
1185
1186 /* length of them, respectively */
1187 u8 ssid_len;
1188 u8 supp_rates_len;
1189 u8 tim_len;
1190 u8 challenge_len;
1191 u8 rsn_len;
1192 u8 erp_info_len;
1193 u8 ext_supp_rates_len;
1194 u8 wmm_info_len;
1195 u8 wmm_param_len;
1196 u8 mesh_id_len;
1197 u8 peering_len;
1198 u8 preq_len;
1199 u8 prep_len;
1200 u8 perr_len;

--- 422 unchanged lines hidden ---
1192 u8 ext_supp_rates_len;
1193 u8 wmm_info_len;
1194 u8 wmm_param_len;
1195 u8 mesh_id_len;
1196 u8 peering_len;
1197 u8 preq_len;
1198 u8 prep_len;
1199 u8 perr_len;

--- 422 unchanged lines hidden ---