Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_tx.c355 } else if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) { in ieee80211_qurey_ShortPreambleMode()
487 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_query_protectionmode()
A Dieee80211_softmac.c741 …cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE); /* add short pream… in ieee80211_probe_resp()
1041 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ieee80211_association_req()
1042 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); //add short_preamble here in ieee80211_association_req()
A Dieee80211.h584 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux/drivers/staging/rtl8192e/
A Drtllib_tx.c349 WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_ShortPreambleMode()
467 if (ieee->current_network.capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_query_protectionmode()
A Drtllib_softmac.c899 WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_probe_resp()
1250 if (beacon->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in rtllib_association_req()
1251 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtllib_association_req()
A Drtllib.h513 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux/drivers/staging/rtl8712/
A Dieee80211.c178 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in r8712_generate_ie()
/linux/drivers/net/wireless/marvell/libertas_tf/
A Dmain.c259 priv->capability = WLAN_CAPABILITY_SHORT_PREAMBLE; in lbtf_op_start()
/linux/drivers/staging/r8188eu/include/
A Dieee80211.h413 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux/drivers/staging/rtl8723bs/core/
A Drtw_ieee80211.c310 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in rtw_generate_ie()
A Drtw_mlme_ext.c1275 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/linux/drivers/net/wireless/atmel/
A Datmel.c2815 int new = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in handle_beacon_probe()
2905 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()
3019 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
/linux/net/mac80211/
A Dtdls.c195 WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_get_tdls_sta_capab()
A Dmlme.c759 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ieee80211_send_assoc()
2142 use_short_preamble = !!(capab & WLAN_CAPABILITY_SHORT_PREAMBLE); in ieee80211_handle_bss_capability()
/linux/include/linux/
A Dieee80211.h2634 #define WLAN_CAPABILITY_SHORT_PREAMBLE (1<<5) macro
/linux/drivers/staging/ks7010/
A Dks_hostif.c1325 capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ks_wlan_cap()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.c5874 network->capability |= WLAN_CAPABILITY_SHORT_PREAMBLE; in ipw_adhoc_create()
7321 if ((network->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in ipw_associate_network()
7329 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in ipw_associate_network()
7346 WLAN_CAPABILITY_SHORT_PREAMBLE ? "short" : "long", in ipw_associate_network()
/linux/drivers/staging/rtl8192e/rtl8192e/
A Drtl_core.c316 if (cap & WLAN_CAPABILITY_SHORT_PREAMBLE) { in _rtl92e_update_cap()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcfg80211.c1515 WLAN_CAPABILITY_SHORT_PREAMBLE) in mwifiex_dump_station_info()
/linux/drivers/staging/rtl8192u/
A Dr8192U_core.c1112 priv->short_preamble = cap & WLAN_CAPABILITY_SHORT_PREAMBLE; in rtl8192_update_cap()
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c1281 if (pstat->capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in OnAssocReq()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dcfg80211.c2708 if (capability & WLAN_CAPABILITY_SHORT_PREAMBLE) in brcmf_fill_bss_param()

Completed in 859 milliseconds