Home
last modified time | relevance | path

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

/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.c774 …cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); //add short preamb… in ieee80211_probe_resp()
1095 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_association_req()
1096 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here in ieee80211_association_req()
Dieee80211.h592 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/staging/rtl8192e/
Drtllib_tx.c365 WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_qurey_ShortPreambleMode()
483 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_protectionmode()
Drtllib_softmac.c904 WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_probe_resp()
1259 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_association_req()
1260 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_association_req()
Drtllib.h570 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/staging/rtl8712/
Dieee80211.h313 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/drivers/net/wireless/libertas_tf/
Dmain.c316 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/drivers/staging/rtl8723au/core/
Drtw_ieee80211.c360 cap |= WLAN_CAPABILITY_SHORT_PREAMBLE; in rtw_generate_ie23a()
Drtw_mlme_ext.c1660 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq23a()
/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()
/drivers/net/wireless/ipw2x00/
Dipw2200.c5898 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()
7351 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()
7359 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()
7376 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()
/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.c327 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) { in _rtl92e_update_cap()
/drivers/net/wireless/mwifiex/
Dcfg80211.c1347 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
/drivers/staging/rtl8192u/
Dr8192U_core.c1252 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE; in rtl8192_update_cap()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3337 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c2408 if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in brcmf_fill_bss_param()