Searched refs:sme (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_pcica.c96 struct type4_sme *sme = ap_msg->message; local
97 memset(sme, 0, sizeof(*sme));
98 ap_msg->length = sizeof(*sme);
99 sme->header.msg_fmt = TYPE4_SME_FMT;
100 sme->header.msg_len = sizeof(*sme);
101 sme->header.msg_type_code = TYPE4_TYPE_CODE;
102 sme->header.request_code = TYPE4_REQU_CODE;
103 modulus = sme
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A DMakefile13 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o
15 cfg80211-$(CONFIG_CFG80211_WEXT) += wext-compat.o wext-sme.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c546 struct cfg80211_connect_params *sme)
549 struct ieee80211_channel *chan = sme->channel;
556 if (!sme->ssid)
571 iwm->umac_profile->ssid.ssid_len = sme->ssid_len;
572 memcpy(iwm->umac_profile->ssid.ssid, sme->ssid, sme->ssid_len);
574 if (sme->bssid) {
575 IWM_DBG_WEXT(iwm, DBG, "BSSID: %pM\n", sme->bssid);
576 memcpy(&iwm->umac_profile->bssid[0], sme->bssid, ETH_ALEN);
583 ret = iwm_set_wpa_version(iwm, sme
545 iwm_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dcfg80211.c468 struct cfg80211_connect_params *sme)
471 struct ieee80211_channel *channel = sme->channel;
474 int length = sme->ssid_len;
476 int is_wep = (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP40) ||
477 (sme->crypto.cipher_group == WLAN_CIPHER_SUITE_WEP104);
492 if ((sme->auth_type == NL80211_AUTHTYPE_OPEN_SYSTEM) ||
493 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && !is_wep))
495 else if ((sme->auth_type == NL80211_AUTHTYPE_SHARED_KEY) ||
496 ((sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) && is_wep))
501 sme
467 prism2_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c998 struct cfg80211_connect_params *sme)
1003 lbs_deb_enter_args(LBS_DEB_CFG80211, "%d", sme->auth_type);
1016 if (sme->bssid)
1017 memcpy(cmd.bssid, sme->bssid, ETH_ALEN);
1019 ret = lbs_auth_to_authtype(sme->auth_type);
1046 struct cfg80211_connect_params *sme)
1107 pos += lbs_add_auth_type_tlv(pos, sme->auth_type);
1110 if (sme->ie && sme->ie_len)
1111 pos += lbs_add_wpa_tlv(pos, sme
997 lbs_set_authtype(struct lbs_private *priv, struct cfg80211_connect_params *sme) argument
1044 lbs_associate(struct lbs_private *priv, struct cfg80211_bss *bss, struct cfg80211_connect_params *sme) argument
1184 _new_connect_scan_req(struct wiphy *wiphy, struct cfg80211_connect_params *sme) argument
1240 lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_share_modes.c213 struct smb_share_mode_entry *sme = &list[list_num]; local
227 sme->dev = (uint64_t)share->dev;
228 sme->ino = (uint64_t)share->inode;
229 sme->share_access = (uint32_t)share->share_access;
230 sme->access_mask = (uint32_t)share->access_mask;
231 sme->open_time.tv_sec = share->time.tv_sec;
232 sme->open_time.tv_usec = share->time.tv_usec;
233 sme->file_id = (uint32_t)share->share_file_id;
234 sme->pid = share->pid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c529 struct cfg80211_connect_params *sme);
2052 struct cfg80211_connect_params *sme)
2056 struct ieee80211_channel *channel = sme->channel;
2066 groupwise = rndis_cipher_to_alg(sme->crypto.cipher_group);
2067 for (i = 0; i < sme->crypto.n_ciphers_pairwise; i++)
2069 rndis_cipher_to_alg(sme->crypto.ciphers_pairwise[i]);
2071 if (sme->crypto.n_ciphers_pairwise > 0 &&
2077 for (i = 0; i < sme->crypto.n_akm_suites; i++)
2079 rndis_akm_suite_to_key_mgmt(sme->crypto.akm_suites[i]);
2081 if (sme
2051 rndis_connect(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Despi.c86 int i, sme = 1; local
95 if (sme) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h1128 struct cfg80211_connect_params *sme);

Completed in 188 milliseconds