Searched refs:iw (Results 1 - 8 of 8) sorted by relevance

/openwrt/package/network/utils/iw/
H A DMakefile10 PKG_NAME:=iw
15 PKG_SOURCE_URL:=https://www.kernel.org/pub/software/network/iw
23 define Package/iw
27 URL:=http://wireless.kernel.org/en/users/Documentation/iw
52 define Package/iw/install
54 $(INSTALL_BIN) $(PKG_BUILD_DIR)/iw $(1)/usr/sbin/
57 $(eval $(call BuildPackage,iw))
/openwrt/package/network/utils/rssileds/src/
H A Drssileds.c161 int quality(const struct iwinfo_ops *iw, const char *ifname) argument
165 if ( ! iw ) return -1;
168 if (iw->quality_max(ifname, &qual_max))
171 if (iw->quality(ifname, &qual))
177 int open_backend(const struct iwinfo_ops **iw, const char *ifname) argument
179 *iw = iwinfo_backend(ifname);
181 if (!(*iw))
212 const struct iwinfo_ops *iw = NULL; local
269 q = quality(iw, ifname);
276 if (iw) {
[all...]
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh84 iw phy "$dev" info | grep -q 'Capabilities:' && htmode=HT20
85 iw phy "$dev" info | grep -q '2412 MHz' || { mode_band="a"; channel="36"; }
87 vht_cap=$(iw phy "$dev" info | grep -c 'VHT Capabilities')
88 cap_5ghz=$(iw phy "$dev" info | grep -c "Band 2")
/openwrt/package/kernel/mac80211/files/lib/netifd/wireless/
H A Dmac80211.sh146 for cap in $(iw phy "$phy" info | grep 'Capabilities:' | cut -d: -f2); do
229 for cap in $(iw phy "$phy" info | awk -F "[()]" '/VHT Capabilities/ { print $2 }'); do
441 iw phy "$phy" interface add "$ifname" type adhoc
455 iw phy "$phy" interface add "$ifname" type __ap
460 iw phy "$phy" interface add "$ifname" type mp
463 iw phy "$phy" interface add "$ifname" type monitor
469 iw phy "$phy" interface add "$ifname" type managed $wdsflag
471 iw "$ifname" set power_save "$powersave"
477 [ "$auto_channel" -gt 0 ] || iw dev "$ifname" set channel "$channel" $htmode
569 iw de
[all...]
/openwrt/target/linux/omap24xx/profiles/
H A D100-n810.mk13 ip iw kmod-p54-spi wpa-supplicant \
/openwrt/target/linux/ar71xx/base-files/lib/
H A Dar71xx.sh261 iw reg set IL
/openwrt/docs/
H A Dwireless.tex255 Mesh Point (802.11s) is only supported by some mac80211 drivers. It requires the iw package
/openwrt/package/kernel/mac80211/
H A DMakefile89 DEPENDS+= +iw

Completed in 87 milliseconds