Searched refs:WLAN_CAPABILITY_SHORT_PREAMBLE (Results 1 – 20 of 20) sorted by relevance
389 else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_qurey_ShortPreambleMode()536 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_query_protectionmode()
777 …cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamb… in ieee80211_probe_resp()1098 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_association_req()1099 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here in ieee80211_association_req()
661 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
366 WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_qurey_ShortPreambleMode()484 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_protectionmode()
922 WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_probe_resp()1277 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_association_req()1278 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_association_req()
812 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
312 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
360 cap |= WLAN_CAPABILITY_SHORT_PREAMBLE; in rtw_generate_ie23a()
1661 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq23a()
316 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
491 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
1555 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
2840 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in handle_beacon_probe()2930 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()3044 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
184 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
675 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()1867 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
5897 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()7350 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()7358 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()7375 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()
513 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) { in rtl8192_update_cap()
1238 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
1160 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE; in rtl8192_update_cap()
1237 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()