Searched refs:softmac (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A DMakefile13 obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_module.c2 * Contains some basic softmac functions along with module registration code etc.
33 struct ieee80211softmac_device *softmac; local
36 dev = alloc_ieee80211(sizeof(*softmac) + sizeof_priv);
40 softmac = ieee80211_priv(dev);
41 softmac->dev = dev;
42 softmac->ieee = netdev_priv(dev);
43 spin_lock_init(&softmac->lock);
45 softmac->ieee->handle_auth = ieee80211softmac_auth_resp;
46 softmac->ieee->handle_deauth = ieee80211softmac_deauth_resp;
47 softmac
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c217 * frames to be processed by softmac after we have stopped it.
457 struct ieee80211softmac_device *softmac = ieee80211_priv(netdev); local
458 struct ieee80211softmac_bss_info *bssinfo = &softmac->bssinfo;
475 u8 hi_rate = ieee80211softmac_highest_supported_rate(softmac,
753 struct ieee80211softmac_device *softmac = ieee80211_priv(mac->netdev); local
758 int short_preamble = ieee80211softmac_short_preamble_ok(softmac,
762 rate = ieee80211softmac_suggest_txrate(softmac, is_multicast, is_mgt);
774 struct ieee80211softmac_device *softmac = ieee80211_priv(mac->netdev); local
808 ieee80211softmac_protection_needed(softmac)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_leds.c252 if (bcm->softmac->associnfo.associated)
H A Dbcm43xx_xmit.c296 bitrate = ieee80211softmac_suggest_txrate(bcm->softmac,
H A Dbcm43xx.h740 struct ieee80211softmac_device *softmac; member in struct:bcm43xx_private
H A Dbcm43xx_main.c3526 schedule_delayed_work(&bcm->softmac->associnfo.work, 0);
3955 bcm->softmac = ieee80211_priv(net_dev);
3956 bcm->softmac->set_channel = bcm43xx_ieee80211_set_chan;

Completed in 126 milliseconds