Searched refs:wep (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_wep.c98 struct lib80211_wep_data *wep = priv; local
110 klen = 3 + wep->key_len;
112 wep->iv++;
117 if ((wep->iv & 0xff00) == 0xff00) {
118 u8 B = (wep->iv >> 16) & 0xff;
120 wep->iv += 0x0100;
124 *pos++ = (wep->iv >> 16) & 0xff;
125 *pos++ = (wep->iv >> 8) & 0xff;
126 *pos++ = wep->iv & 0xff;
127 *pos++ = wep
140 struct lib80211_wep_data *wep = priv; local
187 struct lib80211_wep_data *wep = priv; local
238 struct lib80211_wep_data *wep = priv; local
251 struct lib80211_wep_data *wep = priv; local
263 struct lib80211_wep_data *wep = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_wep.c108 struct prism2_wep_data *wep = priv; local
109 struct blkcipher_desc desc = { .tfm = wep->tx_tfm };
126 klen = 3 + wep->key_len;
128 wep->iv++;
133 if ((wep->iv & 0xff00) == 0xff00) {
134 u8 B = (wep->iv >> 16) & 0xff;
136 wep->iv += 0x0100;
140 *pos++ = key[0] = (wep->iv >> 16) & 0xff;
141 *pos++ = key[1] = (wep->iv >> 8) & 0xff;
142 *pos++ = key[2] = wep
172 struct prism2_wep_data *wep = priv; local
227 struct prism2_wep_data *wep = priv; local
241 struct prism2_wep_data *wep = priv; local
254 struct prism2_wep_data *wep = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_wep.c108 struct prism2_wep_data *wep = priv; local
113 struct blkcipher_desc desc = {.tfm = wep->tx_tfm};
126 klen = 3 + wep->key_len;
128 wep->iv++;
133 if ((wep->iv & 0xff00) == 0xff00) {
134 u8 B = (wep->iv >> 16) & 0xff;
136 wep->iv += 0x0100;
140 *pos++ = key[0] = (wep->iv >> 16) & 0xff;
141 *pos++ = key[1] = (wep->iv >> 8) & 0xff;
142 *pos++ = key[2] = wep
177 struct prism2_wep_data *wep = priv; local
232 struct prism2_wep_data *wep = priv; local
246 struct prism2_wep_data *wep = priv; local
259 struct prism2_wep_data *wep = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_wep.c104 struct prism2_wep_data *wep = priv; local
109 struct blkcipher_desc desc = { .tfm = wep->tx_tfm };
122 klen = 3 + wep->key_len;
124 wep->iv++;
129 if ((wep->iv & 0xff00) == 0xff00) {
130 u8 B = (wep->iv >> 16) & 0xff;
132 wep->iv += 0x0100;
136 *pos++ = key[0] = (wep->iv >> 16) & 0xff;
137 *pos++ = key[1] = (wep->iv >> 8) & 0xff;
138 *pos++ = key[2] = wep
174 struct prism2_wep_data *wep = priv; local
231 struct prism2_wep_data *wep = priv; local
245 struct prism2_wep_data *wep = priv; local
258 struct prism2_wep_data *wep = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c105 struct prism2_wep_data *wep = priv; local
110 struct blkcipher_desc desc = {.tfm = wep->tx_tfm};
123 klen = 3 + wep->key_len;
125 wep->iv++;
130 if ((wep->iv & 0xff00) == 0xff00) {
131 u8 B = (wep->iv >> 16) & 0xff;
133 wep->iv += 0x0100;
137 *pos++ = key[0] = (wep->iv >> 16) & 0xff;
138 *pos++ = key[1] = (wep->iv >> 8) & 0xff;
139 *pos++ = key[2] = wep
175 struct prism2_wep_data *wep = priv; local
232 struct prism2_wep_data *wep = priv; local
246 struct prism2_wep_data *wep = priv; local
259 struct prism2_wep_data *wep = priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_debugfs.c161 DEBUGFS_FWSTATS_FILE(wep, addr_key_count, 20, "%u");
162 DEBUGFS_FWSTATS_FILE(wep, default_key_count, 20, "%u");
163 /* skipping wep.reserved */
164 DEBUGFS_FWSTATS_FILE(wep, key_not_found, 20, "%u");
165 DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, 20, "%u");
166 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u");
167 DEBUGFS_FWSTATS_FILE(wep, interrupt, 20, "%u");
299 DEBUGFS_FWSTATS_DEL(wep, addr_key_count);
300 DEBUGFS_FWSTATS_DEL(wep, default_key_count);
301 /* skipping wep
[all...]
H A Dwl1271_debugfs.c162 DEBUGFS_FWSTATS_FILE(wep, addr_key_count, 20, "%u");
163 DEBUGFS_FWSTATS_FILE(wep, default_key_count, 20, "%u");
164 /* skipping wep.reserved */
165 DEBUGFS_FWSTATS_FILE(wep, key_not_found, 20, "%u");
166 DEBUGFS_FWSTATS_FILE(wep, decrypt_fail, 20, "%u");
167 DEBUGFS_FWSTATS_FILE(wep, packets, 20, "%u");
168 DEBUGFS_FWSTATS_FILE(wep, interrupt, 20, "%u");
334 DEBUGFS_FWSTATS_DEL(wep, addr_key_count);
335 DEBUGFS_FWSTATS_DEL(wep, default_key_count);
336 /* skipping wep
[all...]
H A Dwl1251_acx.h1040 struct acx_wep_statistics wep; member in struct:acx_statistics
H A Dwl1271_acx.h758 struct acx_wep_statistics wep; member in struct:acx_statistics
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A DMakefile7 wep.o \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dnvparse.c1725 * wep|on|restricted|off -> enabled|disabled
1733 char prefix[] = "wlXXXXXXXXXX_", tmp[64], *wep; local
1738 wep = nvram_get(strcat_r(prefix, "wep", tmp));
1739 if (!wep)
1742 /* convert wep, restricted, or on to enabled */
1743 if (!strcmp(wep, "wep") || !strcmp(wep, "restricted") ||
1744 !strcmp(wep, "o
[all...]
H A Dbroadcom.c2523 uint8 wep; member in struct:wps_ap_list_info
3419 websWrite(wp," var wep = document.forms[0].wl_wep[document.forms[0].wl_wep.selectedIndex].value;\n");
3429 websWrite(wp," if (wep == \"enabled\" && wps_mode == \"enabled\" &&\n");
3538 websWrite(wp," var wep = document.forms[0].wl_wep[document.forms[0].wl_wep.selectedIndex].value;\n");
3555 websWrite(wp," if (auth == \"0\" && wep == \"disabled\" &&\n");
3575 websWrite(wp," if (wep == \"enabled\" &&\n");
6546 if(ap->wep)
6794 ap_list[wps_ap_count].wep = bi->capability & DOT11_CAP_PRIVACY;
8232 char *auth = NULL, *crypto = NULL, *wep = NULL; local
8269 wep
10096 char *wep = websGetVar(wp, "wl_wep", ""); local
10147 char *wep = websGetVar(wp, "wl_wep", ""); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.c1272 /* remember wep info changed */
1763 struct gelic_eurus_wep_cfg *wep; local
1771 wep = (struct gelic_eurus_wep_cfg *)__get_free_page(GFP_KERNEL);
1772 if (!wep)
1775 memset(wep, 0, sizeof(*wep));
1788 pr_info("%s: wrong wep key[%d]=%d\n",
1793 memcpy(wep->key[i], wl->key[i], wl->key_len[i]);
1797 pr_info("%s: all wep key disabled\n", __func__);
1804 wep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_ioctl.c128 u32 channel, authen, wep, filter, dot1x, mlme, conformance, power, mode; local
136 wep = CARD_DEFAULT_WEP;
146 mgt_set(priv, DOT11_OID_PRIVACYINVOKED, &wep);
2812 u32 mlme, authen, dot1x, filter, wep; local
2817 wep = 1; /* For privacy invoked */
2829 wep = 0;
2843 mgt_set_request(priv, DOT11_OID_PRIVACYINVOKED, 0, &wep);
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk404 WLFILES_SRC_HI += src/bcmcrypto/wep.c

Completed in 286 milliseconds