Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_PRIVACY (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/drivers/staging/rtl8712/
H A Dieee80211.c180 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in r8712_generate_ie()
H A Drtl871x_ioctl_linux.c293 if (cap & WLAN_CAPABILITY_PRIVACY) in translate_scan()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c309 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtw_generate_ie()
1044 if (cap & WLAN_CAPABILITY_PRIVACY) { in rtw_get_bcn_info()
H A Drtw_wlan_util.c1372 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) { in is_ap_in_tkip()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c947 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_start()
1197 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_join()
H A Dsta_ioctl.c160 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_PRIVACY) { in mwifiex_fill_new_bss_desc()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c747 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_probe_resp()
842 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_assoc_resp()
1038 if (beacon->capability & WLAN_CAPABILITY_PRIVACY) in ieee80211_association_req()
1039 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_association_req()
H A Dieee80211_wx.c103 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
H A Dieee80211.h520 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c861 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtllib_probe_resp()
1088 if (beacon->capability & WLAN_CAPABILITY_PRIVACY) in rtllib_association_req()
1089 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtllib_association_req()
2801 encrypt = (ieee->current_network.capability & WLAN_CAPABILITY_PRIVACY) in rtllib_ap_sec_type()
H A Drtllib_wx.c91 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
H A Drtllib.h473 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c100 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
H A Dipw2200.c5511 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) { in ipw_find_adhoc_network()
5518 capability & WLAN_CAPABILITY_PRIVACY ? "on" : in ipw_find_adhoc_network()
5698 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) { in ipw_best_network()
5705 WLAN_CAPABILITY_PRIVACY ? "on" : "off"); in ipw_best_network()
5830 network->capability |= WLAN_CAPABILITY_PRIVACY; in ipw_adhoc_create()
10699 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) || in shim__set_security()
10701 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) { in shim__set_security()
/openbmc/linux/net/mac80211/
H A Dibss.c494 capability |= WLAN_CAPABILITY_PRIVACY; in ieee80211_ibss_csa_beacon()
1350 capability |= WLAN_CAPABILITY_PRIVACY; in ieee80211_sta_create_ibss()
H A Dmesh.c1041 sdata->u.mesh.security ? WLAN_CAPABILITY_PRIVACY : 0); in ieee80211_mesh_build_beacon()
H A Dmlme.c1456 if (cbss->capability & WLAN_CAPABILITY_PRIVACY) in ieee80211_send_assoc()
1457 capab |= WLAN_CAPABILITY_PRIVACY; in ieee80211_send_assoc()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c549 if (sta->capability & WLAN_CAPABILITY_PRIVACY) in prism2_ap_proc_show()
2440 if (sta->capability & WLAN_CAPABILITY_PRIVACY) in prism2_ap_translate_scan()
H A Dhostap_ioctl.c1893 if (capabilities & WLAN_CAPABILITY_PRIVACY) in __prism2_translate_scan()
/openbmc/linux/net/wireless/
H A Dscan.c1573 bss_privacy = (bss->pub.capability & WLAN_CAPABILITY_PRIVACY); in cfg80211_get_bss()
3474 if (bss->pub.capability & WLAN_CAPABILITY_PRIVACY) in ieee80211_bss()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1494 !(assoc_cap & WLAN_CAPABILITY_PRIVACY) && in rsi_inform_bss_status()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c2899 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in send_association_request()
3006 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY; in store_bss_info()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c627 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_PRIVACY) in gelic_wl_translate_scan()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c1237 iwe.u.data.flags = (capabilities & WLAN_CAPABILITY_PRIVACY) ? in ks_wlan_translate_scan()
/openbmc/linux/include/linux/
H A Dieee80211.h3175 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro

12