Lines Matching defs:capability
2807 static void handle_beacon_probe(struct atmel_private *priv, u16 capability,
2811 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
2877 __le16 capability;
2897 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
2899 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
2901 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE);
2976 struct ieee80211_hdr *header, u16 capability,
2980 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3;
3006 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY;
3010 if (capability & WLAN_CAPABILITY_IBSS)
3012 else if (capability & WLAN_CAPABILITY_ESS)
3015 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ?
3107 __le16 capability;
3318 __le16 capability;
3333 u16 capability = le16_to_cpu(beacon->capability);
3359 handle_beacon_probe(priv, capability, channel);
3364 store_bss_info(priv, header, capability,