Lines Matching defs:capability
2812 static void handle_beacon_probe(struct atmel_private *priv, u16 capability,
2816 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
2882 __le16 capability;
2902 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
2904 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
2906 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
2981 struct ieee80211_hdr *header, u16 capability,
2985 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3;
3011 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY;
3015 if (capability & WLAN_CAPABILITY_IBSS)
3017 else if (capability & WLAN_CAPABILITY_ESS)
3020 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
3112 __le16 capability;
3323 __le16 capability;
3338 u16 capability = le16_to_cpu(beacon->capability);
3364 handle_beacon_probe(priv, capability, channel);
3369 store_bss_info(priv, header, capability,