Searched refs:wext (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-sme.c2 * cfg80211 wext compat for managed mode.
12 #include "wext-compat.h"
28 wdev->wext.connect.ie = wdev->wext.ie;
29 wdev->wext.connect.ie_len = wdev->wext.ie_len;
31 if (wdev->wext.keys) {
32 wdev->wext.keys->def = wdev->wext.default_key;
33 wdev->wext
[all...]
H A DMakefile7 obj-$(CONFIG_WEXT_CORE) += wext-core.o
8 obj-$(CONFIG_WEXT_PROC) += wext-proc.o
9 obj-$(CONFIG_WEXT_SPY) += wext-spy.o
10 obj-$(CONFIG_WEXT_PRIV) += wext-priv.o
15 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
H A Dibss.c11 #include "wext-compat.h"
96 wdev->wext.ibss.channel = params->channel;
155 wdev->wext.ibss.ssid_len = 0;
212 if (!wdev->wext.ibss.beacon_interval)
213 wdev->wext.ibss.beacon_interval = 100;
216 if (!wdev->wext.ibss.channel) {
231 wdev->wext.ibss.channel = chan;
235 if (wdev->wext.ibss.channel)
239 if (!wdev->wext.ibss.channel)
244 if (!wdev->wext
[all...]
H A Dwext-compat.c2 * cfg80211 - wext compat code
18 #include "wext-compat.h"
257 * cfg80211_wext_freq - get wext frequency for non-"auto"
259 * @freq: the wext freq encoding
443 if (!wdev->wext.keys) {
444 wdev->wext.keys = kzalloc(sizeof(*wdev->wext.keys),
446 if (!wdev->wext.keys)
449 wdev->wext.keys->params[i].key =
450 wdev->wext
[all...]
H A Dwext-proc.c26 #include <net/wext.h>
H A Dcore.c25 #include "wext-compat.h"
363 rdev->wiphy.wext = &cfg80211_wext_handler;
704 wdev->wext.default_key = -1;
705 wdev->wext.default_mgmt_key = -1;
706 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
738 kfree(wdev->wext.ie);
739 wdev->wext.ie = NULL;
740 wdev->wext.ie_len = 0;
741 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC;
809 kfree(wdev->wext
[all...]
H A Dwext-spy.c15 #include <net/wext.h>
H A Dsme.c443 memcpy(wdev->wext.prev_bssid, bssid, ETH_ALEN);
444 wdev->wext.prev_bssid_valid = true;
598 memcpy(wdev->wext.prev_bssid, bssid, ETH_ALEN);
599 wdev->wext.prev_bssid_valid = true;
704 wdev->wext.connect.ssid_len = 0;
H A Dwext-core.c19 #include <net/wext.h>
616 dev->ieee80211_ptr->wiphy->wext &&
617 dev->ieee80211_ptr->wiphy->wext->get_wireless_stats)
618 return dev->ieee80211_ptr->wiphy->wext->get_wireless_stats(dev);
655 handlers = dev->ieee80211_ptr->wiphy->wext;
H A Dwext-priv.c14 #include <net/wext.h>
H A Dnl80211.c1500 dev->ieee80211_ptr->wext.default_key = key.idx;
1502 dev->ieee80211_ptr->wext.default_mgmt_key = key.idx;
1600 if (key.idx == dev->ieee80211_ptr->wext.default_key)
1601 dev->ieee80211_ptr->wext.default_key = -1;
1602 else if (key.idx == dev->ieee80211_ptr->wext.default_mgmt_key)
1603 dev->ieee80211_ptr->wext.default_mgmt_key = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A DMakefile4 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h23 /* remove once we remove the wext stuff */
913 * code is used more widely and we have a first user without wext.
1271 * @wext: wireless extension handlers
1356 const struct iw_handler_def *wext; member in struct:wiphy
1491 * @wext: (private) Used by the internal wireless extensions compat code
1541 /* wext data */
1552 } wext; member in struct:wireless_dev
1854 * Temporary wext handlers & helper functions
1856 * In the future cfg80211 will simply assign the entire wext handler
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c23 #include <net/wext.h>
H A Ddev.c116 #include <net/wext.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c96 #include <net/wext.h>

Completed in 219 milliseconds