Searched refs:enabled (Results 1 - 23 of 23) sorted by relevance

/net/mac80211/
H A Dled.h20 bool enabled);
38 bool enabled)
37 ieee80211_led_radio(struct ieee80211_local *local, bool enabled) argument
H A Dled.c43 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) argument
47 if (enabled)
H A Dtrace.h246 TP_PROTO(struct ieee80211_local *local, bool enabled),
247 TP_ARGS(local, enabled),
250 __field(bool, enabled)
254 __entry->enabled = enabled;
256 TP_printk(LOCAL_PR_FMT " enabled:%d", LOCAL_PR_ARG, __entry->enabled)
H A Ddriver-ops.h127 bool enabled)
134 trace_drv_set_wakeup(local, enabled);
135 local->ops->set_wakeup(&local->hw, enabled);
126 drv_set_wakeup(struct ieee80211_local *local, bool enabled) argument
H A Dcfg.c2276 bool enabled, int timeout)
2287 if (enabled == sdata->u.mgd.powersave &&
2291 sdata->u.mgd.powersave = enabled;
3478 static void ieee80211_set_wakeup(struct wiphy *wiphy, bool enabled) argument
3480 drv_set_wakeup(wiphy_priv(wiphy), enabled); local
2275 ieee80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, bool enabled, int timeout) argument
/net/wimax/
H A DKconfig17 The different WiMAX drivers can be enabled in the menu entry
34 be selectively enabled for different parts of the code using
/net/ax25/
H A DKconfig62 be enabled at runtime. For more about DAMA see
77 be explicitly enabled, so if unsure, say Y.
/net/batman-adv/
H A Dmulticast.c201 if (bat_priv->mcast.enabled) {
204 bat_priv->mcast.enabled = false;
210 if (!bat_priv->mcast.enabled ||
215 bat_priv->mcast.enabled = true;
H A Dsysfs.c142 "disabled" : "enabled"); \
211 "disabled" : "enabled"); \
228 int enabled = -1; local
235 (strncmp(buff, "enabled", 8) == 0))
236 enabled = 1;
241 enabled = 0;
243 if (enabled < 0) {
249 if (atomic_read(attr) == enabled)
253 atomic_read(attr) == 1 ? "enabled" : "disabled",
254 enabled
[all...]
H A DKconfig48 configured to have promiscuous mode enabled in order to make
H A Dtypes.h294 * @BATADV_ORIG_CAPA_HAS_DAT: orig node has distributed arp table enabled
295 * @BATADV_ORIG_CAPA_HAS_NC: orig node has network coding enabled
635 * @enabled: whether the multicast tvlv is currently enabled
649 bool enabled; member in struct:batadv_priv_mcast
716 * @aggregated_ogms: bool indicating whether OGM aggregation is enabled
717 * @bonding: bool indicating whether traffic bonding is enabled
718 * @fragmentation: bool indicating whether traffic fragmentation is enabled
723 * enabled
725 * enabled
[all...]
/net/wireless/
H A Drdev-ops.h29 bool enabled)
31 trace_rdev_set_wakeup(&rdev->wiphy, enabled);
32 rdev->ops->set_wakeup(&rdev->wiphy, enabled);
649 struct net_device *dev, bool enabled,
653 trace_rdev_set_power_mgmt(&rdev->wiphy, dev, enabled, timeout);
654 ret = rdev->ops->set_power_mgmt(&rdev->wiphy, dev, enabled, timeout);
28 rdev_set_wakeup(struct cfg80211_registered_device *rdev, bool enabled) argument
648 rdev_set_power_mgmt(struct cfg80211_registered_device *rdev, struct net_device *dev, bool enabled, int timeout) argument
H A Dtrace.h312 TP_PROTO(struct wiphy *wiphy, bool enabled),
313 TP_ARGS(wiphy, enabled),
316 __field(bool, enabled)
320 __entry->enabled = enabled;
323 WIPHY_PR_ARG, __entry->enabled ? "" : "not ")
327 TP_PROTO(struct wiphy *wiphy, bool enabled),
328 TP_ARGS(wiphy, enabled)
1112 bool enabled, int timeout),
1113 TP_ARGS(wiphy, netdev, enabled, timeou
[all...]
/net/
H A DKconfig162 a bridge with Network packet filtering enabled makes iptables "see"
202 want this option enabled.
/net/mac802154/
H A Dllsec.c97 sec->params.enabled = params->enabled;
744 if (!sec->params.enabled) {
1015 if (!sec->params.enabled) {
H A Dwpan.c217 if (!params.enabled && cb->secen_override && cb->secen)
219 if (!params.enabled ||
/net/ipv4/
H A Dtcp_timer.c106 if (!icsk->icsk_mtup.enabled) {
107 icsk->icsk_mtup.enabled = 1;
609 /* If the TCP_USER_TIMEOUT option is enabled, use that
H A Dtcp_output.c1345 icsk->icsk_mtup.enabled = sysctl_tcp_mtu_probing > 1;
1389 if (icsk->icsk_mtup.enabled)
1819 if (!icsk->icsk_mtup.enabled ||
/net/phonet/
H A Dpep.c43 * TCP_ESTABLISHED connected pipe in enabled state
783 u8 pipe_handle, enabled, n_sb; local
805 enabled = 0;
808 enabled = 1;
876 newpn->init_enable = enabled;
1155 /* Wait until the pipe gets to enabled state */
/net/ipv6/
H A DKconfig178 With this option enabled, the SIT driver offers 6rd functionality by
/net/netfilter/ipvs/
H A DKconfig11 option must be enabled for at least one of the clustered computers
/net/ieee802154/
H A Dnl-mac.c861 nla_put_u8(msg, IEEE802154_ATTR_LLSEC_ENABLED, params.enabled) ||
908 params.enabled = nla_get_u8(info->attrs[IEEE802154_ATTR_LLSEC_ENABLED]);
/net/bluetooth/
H A Dmgmt.c1871 /* If BR/EDR is not enabled and we disable advertising as a
1888 * enabled then fall back to only page scanning.
1908 * vice-versa when fast connectable is enabled ensure that fast
2190 * has actually been enabled. During power on, the
2216 u8 val, enabled; local
2236 enabled = lmp_host_le_capable(hdev);
2238 if (!hdev_is_powered(hdev) || val == enabled) {
3802 * private address (when privacy feature has been enabled)
4114 u8 val, enabled, status; local
4131 enabled
[all...]

Completed in 296 milliseconds