Lines Matching refs:capability
2836 static void handle_beacon_probe(struct atmel_private *priv, u16 capability, in handle_beacon_probe() argument
2840 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in handle_beacon_probe()
2906 __le16 capability; in send_association_request() member
2926 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
2928 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in send_association_request()
2930 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()
3005 struct ieee80211_hdr *header, u16 capability, in store_bss_info() argument
3009 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3; in store_bss_info()
3035 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY; in store_bss_info()
3039 if (capability & WLAN_CAPABILITY_IBSS) in store_bss_info()
3041 else if (capability & WLAN_CAPABILITY_ESS) in store_bss_info()
3044 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
3136 __le16 capability; in associate() member
3347 __le16 capability; in atmel_management_frame() member
3362 u16 capability = le16_to_cpu(beacon->capability); in atmel_management_frame() local
3388 handle_beacon_probe(priv, capability, channel); in atmel_management_frame()
3393 store_bss_info(priv, header, capability, in atmel_management_frame()