Searched refs:disabled (Results 1 - 17 of 17) sorted by relevance

/openwrt/package/base-files/files/etc/rc.button/
H A Drfkill10 uci set wireless.$1.disabled=$rfkill_state
14 local disabled
15 config_get disabled $1 disabled
16 [ "$disabled" = "1" ] || rfkill_state=1
/openwrt/package/network/utils/linux-atm/files/
H A Dbr2684ctl9 local atmdev disabled
11 config_get_bool disabled "$cfg" disabled 0
12 [ "$disabled" -eq 1 ] && return
/openwrt/include/
H A Dpackage-bin.mk15 compile: $(1)-disabled
16 $(1)-disabled:
H A Dkernel.mk203 compile: $(1)-disabled
204 $(1)-disabled:
H A Dimage.mk485 _TARGET = $$(if $$(filter $(PROFILE),$$(PROFILES)),install,install-disabled)
486 _COMPILE_TARGET = $$(if $(if $(IB),,$(CONFIG_IB)$$(filter $(PROFILE),$$(PROFILES))),compile,compile-disabled)
/openwrt/package/network/services/relayd/files/
H A Drelay.init44 config_get_bool disabled "$cfg" disabled 0
45 [ "$disabled" -gt 0 ] && return 0
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dobject.h41 #ifdef disabled
121 #ifdef disabled
H A Dcache.h79 #ifdef disabled
/openwrt/package/kernel/hostap-driver/files/lib/wifi/
H A Dhostap.sh42 config_get_bool disabled "$vif" disabled 0
43 [ $disabled = 0 ] || continue
258 option disabled 1
/openwrt/package/base-files/files/sbin/
H A Dwifi110 config_get disabled "$device" disabled
111 [ "$disabled" = "1" ] && {
112 echo "'$device' is disabled"
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh120 option disabled 1
/openwrt/target/linux/generic/files/include/linux/
H A Dswitch.h162 int disabled; member in struct:switch_attr
/openwrt/package/kernel/broadcom-wl/files/lib/wifi/
H A Dbroadcom.sh6 local adhoc sta apmode mon disabled
11 config_get_bool disabled "$vif" disabled 0
12 [ $disabled -eq 0 ] || continue
109 # make sure all of the devices are disabled in the driver
466 option disabled 1
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h98 #ifdef disabled
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh106 0|off|false|no|disabled) _tmp=0;;
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c470 if (alist->attr[i].disabled)
573 if (attr->disabled)
/openwrt/docs/
H A Dwireless.tex484 option disabled 1

Completed in 60 milliseconds