/kernel/linux/linux-5.10/net/wireless/ |
H A D | wext-sme.c | 3 * cfg80211 wext compat for managed mode. 14 #include <net/cfg80211-wext.h> 15 #include "wext-compat.h" 31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect() 35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect() 37 if (wdev->wext.keys) { in cfg80211_mgd_wext_connect() 38 wdev->wext in cfg80211_mgd_wext_connect() [all...] |
H A D | ibss.c | 13 #include "wext-compat.h" 142 wdev->wext.ibss.chandef = params->chandef; in __cfg80211_join_ibss() 187 wdev->wext.ibss.ssid_len = 0; in __cfg80211_clear_ibss() 246 if (!wdev->wext.ibss.beacon_interval) in cfg80211_ibss_wext_join() 247 wdev->wext.ibss.beacon_interval = 100; in cfg80211_ibss_wext_join() 250 if (!wdev->wext.ibss.chandef.chan) { in cfg80211_ibss_wext_join() 278 cfg80211_chandef_create(&wdev->wext.ibss.chandef, new_chan, in cfg80211_ibss_wext_join() 283 if (!wdev->wext.ibss.ssid_len) in cfg80211_ibss_wext_join() 289 if (wdev->wext.keys) in cfg80211_ibss_wext_join() 290 wdev->wext in cfg80211_ibss_wext_join() [all...] |
H A D | wext-compat.c | 3 * cfg80211 - wext compat code 21 #include <net/cfg80211-wext.h> 22 #include "wext-compat.h" 222 * cfg80211_wext_freq - get wext frequency for non-"auto" 223 * @freq: the wext freq encoding 409 * to do it first in case the allocation fails. Don't use wext. in __cfg80211_set_encryption() 411 if (!wdev->wext.keys) { in __cfg80211_set_encryption() 412 wdev->wext.keys = kzalloc(sizeof(*wdev->wext.keys), in __cfg80211_set_encryption() 414 if (!wdev->wext in __cfg80211_set_encryption() [all...] |
H A D | Makefile | 8 obj-$(CONFIG_WEXT_CORE) += wext-core.o 9 obj-$(CONFIG_WEXT_PROC) += wext-proc.o 10 obj-$(CONFIG_WEXT_SPY) += wext-spy.o 11 obj-$(CONFIG_WEXT_PRIV) += wext-priv.o 18 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
|
H A D | core.c | 31 #include "wext-compat.h" 488 rdev->wiphy.wext = &cfg80211_wext_handler; in wiphy_new_nm() 1131 kfree_sensitive(wdev->wext.keys); in __cfg80211_unregister_wdev() 1132 wdev->wext.keys = NULL; in __cfg80211_unregister_wdev() 1188 kfree(wdev->wext.ie); in __cfg80211_leave() 1189 wdev->wext.ie = NULL; in __cfg80211_leave() 1190 wdev->wext.ie_len = 0; in __cfg80211_leave() 1191 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in __cfg80211_leave() 1265 wdev->wext.default_key = -1; in cfg80211_init_wdev() 1266 wdev->wext in cfg80211_init_wdev() [all...] |
H A D | wext-core.c | 20 #include <net/wext.h> 651 dev->ieee80211_ptr->wiphy->wext && in get_wireless_stats() 652 dev->ieee80211_ptr->wiphy->wext->get_wireless_stats) in get_wireless_stats() 653 return dev->ieee80211_ptr->wiphy->wext->get_wireless_stats(dev); in get_wireless_stats() 691 handlers = dev->ieee80211_ptr->wiphy->wext; in get_handler()
|
H A D | wext-proc.c | 26 #include <net/wext.h>
|
H A D | wext-spy.c | 16 #include <net/wext.h>
|
H A D | wext-priv.c | 14 #include <net/wext.h>
|
H A D | sme.c | 5 * (for nl80211's connect() and wext) 733 memcpy(wdev->wext.prev_bssid, cr->bssid, ETH_ALEN); in __cfg80211_connect_result() 734 wdev->wext.prev_bssid_valid = true; in __cfg80211_connect_result() 959 memcpy(wdev->wext.prev_bssid, info->bss->bssid, ETH_ALEN); in __cfg80211_roamed() 960 wdev->wext.prev_bssid_valid = true; in __cfg80211_roamed() 1148 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 1182 * API calls for nl80211/wext compatibility code 1261 /* connect can point to wdev->wext.connect which in cfg80211_connect()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | wext-sme.c | 3 * cfg80211 wext compat for managed mode. 14 #include <net/cfg80211-wext.h> 15 #include "wext-compat.h" 31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect() 35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect() 37 if (wdev->wext.keys) { in cfg80211_mgd_wext_connect() 38 wdev->wext in cfg80211_mgd_wext_connect() [all...] |
H A D | ibss.c | 14 #include "wext-compat.h" 140 wdev->wext.ibss.chandef = params->chandef; in __cfg80211_join_ibss() 185 wdev->wext.ibss.ssid_len = 0; in __cfg80211_clear_ibss() 244 if (!wdev->wext.ibss.beacon_interval) in cfg80211_ibss_wext_join() 245 wdev->wext.ibss.beacon_interval = 100; in cfg80211_ibss_wext_join() 248 if (!wdev->wext.ibss.chandef.chan) { in cfg80211_ibss_wext_join() 276 cfg80211_chandef_create(&wdev->wext.ibss.chandef, new_chan, in cfg80211_ibss_wext_join() 281 if (!wdev->wext.ibss.ssid_len) in cfg80211_ibss_wext_join() 287 if (wdev->wext.keys) in cfg80211_ibss_wext_join() 288 wdev->wext in cfg80211_ibss_wext_join() [all...] |
H A D | wext-compat.c | 3 * cfg80211 - wext compat code 21 #include <net/cfg80211-wext.h> 22 #include "wext-compat.h" 227 * cfg80211_wext_freq - get wext frequency for non-"auto" 228 * @freq: the wext freq encoding 435 * to do it first in case the allocation fails. Don't use wext. in __cfg80211_set_encryption() 437 if (!wdev->wext.keys) { in __cfg80211_set_encryption() 438 wdev->wext.keys = kzalloc(sizeof(*wdev->wext.keys), in __cfg80211_set_encryption() 440 if (!wdev->wext in __cfg80211_set_encryption() [all...] |
H A D | Makefile | 8 obj-$(CONFIG_WEXT_CORE) += wext-core.o 9 obj-$(CONFIG_WEXT_PROC) += wext-proc.o 10 obj-$(CONFIG_WEXT_SPY) += wext-spy.o 11 obj-$(CONFIG_WEXT_PRIV) += wext-priv.o 18 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
|
H A D | wext-core.c | 20 #include <net/wext.h> 662 dev->ieee80211_ptr->wiphy->wext && in get_wireless_stats() 663 dev->ieee80211_ptr->wiphy->wext->get_wireless_stats) { in get_wireless_stats() 667 return dev->ieee80211_ptr->wiphy->wext->get_wireless_stats(dev); in get_wireless_stats() 709 handlers = dev->ieee80211_ptr->wiphy->wext; in get_handler()
|
H A D | core.c | 31 #include "wext-compat.h" 536 rdev->wiphy.wext = &cfg80211_wext_handler; in wiphy_new_nm() 1229 kfree_sensitive(wdev->wext.keys); in _cfg80211_unregister_wdev() 1230 wdev->wext.keys = NULL; in _cfg80211_unregister_wdev() 1307 kfree(wdev->wext.ie); in __cfg80211_leave() 1308 wdev->wext.ie = NULL; in __cfg80211_leave() 1309 wdev->wext.ie_len = 0; in __cfg80211_leave() 1310 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in __cfg80211_leave() 1382 wdev->wext.default_key = -1; in cfg80211_init_wdev() 1383 wdev->wext in cfg80211_init_wdev() [all...] |
H A D | wext-proc.c | 26 #include <net/wext.h>
|
H A D | wext-spy.c | 16 #include <net/wext.h>
|
H A D | wext-priv.c | 14 #include <net/wext.h>
|
H A D | sme.c | 5 * (for nl80211's connect() and wext) 808 memcpy(wdev->wext.prev_bssid, connected_addr, ETH_ALEN); in __cfg80211_connect_result() 809 wdev->wext.prev_bssid_valid = true; in __cfg80211_connect_result() 1162 memcpy(wdev->wext.prev_bssid, connected_addr, ETH_ALEN); in __cfg80211_roamed() 1163 wdev->wext.prev_bssid_valid = true; in __cfg80211_roamed() 1401 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 1435 * API calls for nl80211/wext compatibility code 1512 /* connect can point to wdev->wext.connect which in cfg80211_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | Makefile | 5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | Makefile | 5 orinoco-objs := main.o fw.o hw.o mic.o scan.o wext.o hermes_dld.o hermes.o cfg.o
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev_ioctl.c | 10 #include <net/wext.h>
|
H A D | net-procfs.c | 5 #include <net/wext.h>
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net-procfs.c | 5 #include <net/wext.h>
|