Searched refs:iftype (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dchan.c84 if (wdev && wdev->iftype == NL80211_IFTYPE_MONITOR)
102 if (wdev && (wdev->iftype == NL80211_IFTYPE_ADHOC ||
103 wdev->iftype == NL80211_IFTYPE_AP ||
104 wdev->iftype == NL80211_IFTYPE_AP_VLAN ||
105 wdev->iftype == NL80211_IFTYPE_MESH_POINT)) {
H A Dutil.c291 enum nl80211_iftype iftype)
319 if (unlikely(iftype != NL80211_IFTYPE_AP &&
320 iftype != NL80211_IFTYPE_AP_VLAN))
324 if (unlikely(iftype != NL80211_IFTYPE_WDS &&
325 iftype != NL80211_IFTYPE_MESH_POINT &&
326 iftype != NL80211_IFTYPE_AP_VLAN &&
327 iftype != NL80211_IFTYPE_STATION))
329 if (iftype == NL80211_IFTYPE_MESH_POINT) {
347 if ((iftype != NL80211_IFTYPE_STATION &&
348 iftype !
290 ieee80211_data_to_8023(struct sk_buff *skb, const u8 *addr, enum nl80211_iftype iftype) argument
400 ieee80211_data_from_8023(struct sk_buff *skb, const u8 *addr, enum nl80211_iftype iftype, u8 *bssid, bool qos) argument
515 ieee80211_amsdu_to_8023s(struct sk_buff *skb, struct sk_buff_head *list, const u8 *addr, enum nl80211_iftype iftype, const unsigned int extra_headroom) argument
[all...]
H A Dwext-sme.c70 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
131 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
161 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
216 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
250 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
302 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
326 if (wdev->iftype != NL80211_IFTYPE_STATION)
382 if (wdev->iftype != NL80211_IFTYPE_STATION)
H A Dwext-compat.c93 if (type == wdev->iftype)
114 switch (wdev->iftype) {
453 if (wdev->iftype != NL80211_IFTYPE_ADHOC &&
454 wdev->iftype != NL80211_IFTYPE_STATION)
477 wdev->iftype == NL80211_IFTYPE_ADHOC) {
536 if (wdev->iftype == NL80211_IFTYPE_ADHOC &&
593 if (wdev->iftype != NL80211_IFTYPE_STATION &&
594 wdev->iftype != NL80211_IFTYPE_ADHOC)
657 if (wdev->iftype != NL80211_IFTYPE_STATION &&
658 wdev->iftype !
[all...]
H A Dibss.c23 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
282 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
338 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
368 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
407 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
437 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
490 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC))
H A Dnl80211.c407 switch (wdev->iftype) {
709 wdev->iftype == NL80211_IFTYPE_AP ||
710 wdev->iftype == NL80211_IFTYPE_WDS ||
711 wdev->iftype == NL80211_IFTYPE_MESH_POINT ||
712 wdev->iftype == NL80211_IFTYPE_MONITOR;
1014 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, dev->ieee80211_ptr->iftype);
1136 enum nl80211_iftype iftype)
1144 switch (iftype) {
1178 otype = ntype = dev->ieee80211_ptr->iftype;
1637 if (dev->ieee80211_ptr->iftype !
1134 nl80211_valid_4addr(struct cfg80211_registered_device *rdev, struct net_device *netdev, u8 use_4addr, enum nl80211_iftype iftype) argument
[all...]
H A Dcore.c670 WARN_ON(wdev->iftype == NL80211_IFTYPE_UNSPECIFIED);
726 if ((wdev->iftype == NL80211_IFTYPE_STATION ||
727 wdev->iftype == NL80211_IFTYPE_ADHOC) && !wdev->use_4addr)
731 switch (wdev->iftype) {
773 switch (wdev->iftype) {
823 if (!(wdev->wiphy->interface_modes & BIT(wdev->iftype)))
H A Dsme.c414 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
551 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
647 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dtx.c114 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
150 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) {
183 if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR ||
H A Dcmdresp.c35 if (priv->wdev->iftype == NL80211_IFTYPE_STATION)
131 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR &&
H A Drx.c66 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR)
H A Dcfg.c1597 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR)
1603 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR)
1613 priv->wdev->iftype = type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dnetdev.c124 wdev->iftype = iwm_mode_to_nl80211_iftype(iwm->conf.mode);
H A Dtx.c484 ret = ieee80211_data_from_8023(skb, netdev->dev_addr, wdev->iftype,
H A Drx.c1579 ieee80211_amsdu_to_8023s(skb, &list, ndev->dev_addr, wdev->iftype, 0);
1621 ret = ieee80211_data_to_8023(skb, ndev->dev_addr, wdev->iftype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c61 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
422 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
437 iface->iftype = iftype; /* remember the interface type of this interface */
450 switch (iftype) {
456 switch (iftype) {
462 switch (iftype) {
818 *linktype = p->iftype;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c682 enum nl80211_iftype iftype; local
688 iftype = vif->type;
697 iftype = sc->sc_ah->opmode;
709 switch (iftype) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dtty.c78 char *iftype = tty_type_name(tty->tty_type); local
81 ": registering %s device ttyIPWp%d\n", iftype, tty->index);
86 char *iftype = tty_type_name(tty->tty_type); local
89 ": deregistering %s device ttyIPWp%d\n", iftype,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c168 ieee->wdev.iftype = NL80211_IFTYPE_STATION;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h919 * must set the struct wireless_dev's iftype. Beware: You must create
925 * keep the struct wireless_dev's iftype updated.
1482 * @iftype: interface type
1503 enum nl80211_iftype iftype; member in struct:wireless_dev
1725 * @iftype: the virtual interface type
1728 enum nl80211_iftype iftype);
1734 * @iftype: the virtual interface type
1735 * @bssid: the network bssid (used only for iftype STATION and ADHOC)
1739 enum nl80211_iftype iftype, u8 *bssid, bool qos);
1752 * @iftype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Djanz-ican3.c220 unsigned int iftype; member in struct:ican3_dev
602 if (mod->iftype == 0)
618 if (mod->iftype == 0)
663 WARN_ON(mod->iftype != 0);
670 mod->iftype = 1;
698 WARN_ON(mod->iftype != 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-sflow.c244 u_int8_t iftype[4]; member in struct:sflow_generic_counter_t
316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
318 EXTRACT_32BITS(sflow_gen_counter->iftype),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dfwio.c64 char *iftype = (char *)bootrec->data; local
67 iftype[2], iftype[3]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dcfg80211.c135 dev->ieee80211_ptr->iftype = type;
H A Dp80211netdev.c783 wdev->iftype = NL80211_IFTYPE_STATION;

Completed in 195 milliseconds

12