Searched refs:channel_type (Results 1 - 25 of 82) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dchan.c14 int freq, enum nl80211_channel_type channel_type)
25 if (channel_type == NL80211_CHAN_HT40MINUS &&
28 else if (channel_type == NL80211_CHAN_HT40PLUS &&
34 if (channel_type != NL80211_CHAN_NO_HT) {
38 if (channel_type != NL80211_CHAN_HT20 &&
49 enum nl80211_channel_type channel_type)
54 switch (channel_type) {
79 enum nl80211_channel_type channel_type)
97 chan = rdev_freq_to_chan(rdev, freq, channel_type);
106 switch (channel_type) {
13 rdev_freq_to_chan(struct cfg80211_registered_device *rdev, int freq, enum nl80211_channel_type channel_type) argument
47 can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
77 cfg80211_set_freq(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, int freq, enum nl80211_channel_type channel_type) argument
[all...]
H A Dnl80211.h66 enum nl80211_channel_type channel_type,
71 enum nl80211_channel_type channel_type, gfp_t gfp);
H A Dcore.h341 enum nl80211_channel_type channel_type,
390 int freq, enum nl80211_channel_type channel_type);
393 enum nl80211_channel_type channel_type);
H A Dmlme.c715 enum nl80211_channel_type channel_type,
721 nl80211_send_remain_on_channel(rdev, dev, cookie, chan, channel_type,
729 enum nl80211_channel_type channel_type,
736 channel_type, gfp);
829 enum nl80211_channel_type channel_type,
865 return rdev->ops->action(&rdev->wiphy, dev, chan, channel_type,
713 cfg80211_ready_on_channel(struct net_device *dev, u64 cookie, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, unsigned int duration, gfp_t gfp) argument
726 cfg80211_remain_on_channel_expired(struct net_device *dev, u64 cookie, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, gfp_t gfp) argument
826 cfg80211_mlme_action(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, bool channel_type_valid, const u8 *buf, size_t len, u64 *cookie) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dchan.c14 int freq, enum nl80211_channel_type channel_type)
25 if (channel_type == NL80211_CHAN_HT40MINUS &&
28 else if (channel_type == NL80211_CHAN_HT40PLUS &&
34 if (channel_type != NL80211_CHAN_NO_HT) {
38 if (channel_type != NL80211_CHAN_HT20 &&
49 enum nl80211_channel_type channel_type)
54 switch (channel_type) {
79 enum nl80211_channel_type channel_type)
97 chan = rdev_freq_to_chan(rdev, freq, channel_type);
106 switch (channel_type) {
13 rdev_freq_to_chan(struct cfg80211_registered_device *rdev, int freq, enum nl80211_channel_type channel_type) argument
47 can_beacon_sec_chan(struct wiphy *wiphy, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
77 cfg80211_set_freq(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, int freq, enum nl80211_channel_type channel_type) argument
[all...]
H A Dnl80211.h66 enum nl80211_channel_type channel_type,
71 enum nl80211_channel_type channel_type, gfp_t gfp);
H A Dcore.h341 enum nl80211_channel_type channel_type,
390 int freq, enum nl80211_channel_type channel_type);
393 enum nl80211_channel_type channel_type);
H A Dmlme.c715 enum nl80211_channel_type channel_type,
721 nl80211_send_remain_on_channel(rdev, dev, cookie, chan, channel_type,
729 enum nl80211_channel_type channel_type,
736 channel_type, gfp);
829 enum nl80211_channel_type channel_type,
865 return rdev->ops->action(&rdev->wiphy, dev, chan, channel_type,
713 cfg80211_ready_on_channel(struct net_device *dev, u64 cookie, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, unsigned int duration, gfp_t gfp) argument
726 cfg80211_remain_on_channel_expired(struct net_device *dev, u64 cookie, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, gfp_t gfp) argument
826 cfg80211_mlme_action(struct cfg80211_registered_device *rdev, struct net_device *dev, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type, bool channel_type_valid, const u8 *buf, size_t len, u64 *cookie) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dchan.c77 switch (tmp->vif.bss_conf.channel_type) {
80 superchan = tmp->vif.bss_conf.channel_type;
120 sdata->vif.bss_conf.channel_type = chantype;
H A Dmain.c101 enum nl80211_channel_type channel_type; local
109 channel_type = NL80211_CHAN_NO_HT;
114 channel_type = local->tmp_channel_type;
118 channel_type = local->_oper_channel_type;
123 channel_type != local->hw.conf.channel_type) {
125 local->hw.conf.channel_type = channel_type;
523 local->hw.conf.channel_type = NL80211_CHAN_NO_HT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dchan.c77 switch (tmp->vif.bss_conf.channel_type) {
80 superchan = tmp->vif.bss_conf.channel_type;
120 sdata->vif.bss_conf.channel_type = chantype;
H A Dmain.c101 enum nl80211_channel_type channel_type; local
109 channel_type = NL80211_CHAN_NO_HT;
114 channel_type = local->tmp_channel_type;
118 channel_type = local->_oper_channel_type;
123 channel_type != local->hw.conf.channel_type) {
125 local->hw.conf.channel_type = channel_type;
523 local->hw.conf.channel_type = NL80211_CHAN_NO_HT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ux500/
H A Ddevices-db8500.c135 .channel_type = (STEDMA40_CHANNEL_IN_PHY_MODE |
152 .channel_type = (STEDMA40_CHANNEL_IN_LOG_MODE |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Ddevices-db8500.c135 .channel_type = (STEDMA40_CHANNEL_IN_PHY_MODE |
152 .channel_type = (STEDMA40_CHANNEL_IN_LOG_MODE |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dmac80211.h208 * @channel_type: Channel type for this BSS -- the hardware might be
245 enum nl80211_channel_type channel_type; member in struct:ieee80211_bss_conf
664 * @IEEE80211_CONF_CHANGE_CHANNEL: the channel/channel_type changed
722 * @channel_type: the channel (HT) type
746 enum nl80211_channel_type channel_type; member in struct:ieee80211_conf
2673 return conf->channel_type == NL80211_CHAN_HT20;
2679 return conf->channel_type == NL80211_CHAN_HT40MINUS;
2685 return conf->channel_type == NL80211_CHAN_HT40PLUS;
2697 return conf->channel_type != NL80211_CHAN_NO_HT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dmac80211.h208 * @channel_type: Channel type for this BSS -- the hardware might be
245 enum nl80211_channel_type channel_type; member in struct:ieee80211_bss_conf
664 * @IEEE80211_CONF_CHANGE_CHANNEL: the channel/channel_type changed
722 * @channel_type: the channel (HT) type
746 enum nl80211_channel_type channel_type; member in struct:ieee80211_conf
2673 return conf->channel_type == NL80211_CHAN_HT20;
2679 return conf->channel_type == NL80211_CHAN_HT40MINUS;
2685 return conf->channel_type == NL80211_CHAN_HT40PLUS;
2697 return conf->channel_type != NL80211_CHAN_NO_HT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dcommon.c62 enum nl80211_channel_type channel_type)
68 switch (channel_type) {
82 switch (channel_type) {
124 conf->channel_type);
61 ath9k_get_extchanmode(struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcommon.c62 enum nl80211_channel_type channel_type)
68 switch (channel_type) {
82 switch (channel_type) {
124 conf->channel_type);
61 ath9k_get_extchanmode(struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-nomadik/include/plat/
H A Dste_dma40.h24 * Description of bitfields of channel_type variable is available in
53 /* End of channel_type configuration */
112 * @channel_type: priority, mode, mode options and interrupt configuration.
129 unsigned int channel_type; member in struct:stedma40_chan_cfg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-nomadik/include/plat/
H A Dste_dma40.h24 * Description of bitfields of channel_type variable is available in
53 /* End of channel_type configuration */
112 * @channel_type: priority, mode, mode options and interrupt configuration.
129 unsigned int channel_type; member in struct:stedma40_chan_cfg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dcfg.c163 enum nl80211_channel_type channel_type)
173 if (channel_type != NL80211_CHAN_NO_HT)
160 orinoco_set_channel(struct wiphy *wiphy, struct net_device *netdev, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dcfg.c163 enum nl80211_channel_type channel_type)
173 if (channel_type != NL80211_CHAN_NO_HT)
160 orinoco_set_channel(struct wiphy *wiphy, struct net_device *netdev, struct ieee80211_channel *chan, enum nl80211_channel_type channel_type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/passdb/
H A Dsecrets.c731 uint32 *channel_type; local
732 channel_type = (unsigned int *)secrets_fetch(machine_sec_channel_type_keystr(domain), &size);
733 if (channel_type) {
734 *channel = IVAL(channel_type,0);
735 SAFE_FREE(channel_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/passdb/
H A Dsecrets.c731 uint32 *channel_type; local
732 channel_type = (unsigned int *)secrets_fetch(machine_sec_channel_type_keystr(domain), &size);
733 if (channel_type) {
734 *channel = IVAL(channel_type,0);
735 SAFE_FREE(channel_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/passdb/
H A Dsecrets.c731 uint32 *channel_type; local
732 channel_type = (unsigned int *)secrets_fetch(machine_sec_channel_type_keystr(domain), &size);
733 if (channel_type) {
734 *channel = IVAL(channel_type,0);
735 SAFE_FREE(channel_type);

Completed in 243 milliseconds

1234