Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_SHORT_PREAMBLE (Results 1 – 20 of 20) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c389 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()
Dieee80211_softmac.c777 …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()
Dieee80211.h661 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_tx.c366 WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_qurey_ShortPreambleMode()
484 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_protectionmode()
Drtllib_softmac.c922 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()
Drtllib.h812 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h312 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ieee80211.c360 cap |= WLAN_CAPABILITY_SHORT_PREAMBLE; in rtw_generate_ie23a()
Drtw_mlme_ext.c1661 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq23a()
/linux-4.1.27/drivers/net/wireless/libertas_tf/
Dmain.c316 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h491 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-4.1.27/include/linux/
Dieee80211.h1555 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux-4.1.27/drivers/net/wireless/
Datmel.c2840 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()
/linux-4.1.27/net/mac80211/
Dtdls.c184 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
Dmlme.c675 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
1867 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c5897 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()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c513 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) { in rtl8192_update_cap()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c1238 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1160 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE; in rtl8192_update_cap()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1237 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()