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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_frontend.c352 REGISTRY_KEY *keyinfo; local
366 keyinfo = *regkey;
370 keyinfo->type = REG_KEY_GENERIC;
371 if (!(keyinfo->name = talloc_strdup(keyinfo, path))) {
379 keyinfo->type = REG_KEY_HKPD;
383 if ( !(keyinfo->hook = reghook_cache_find( keyinfo->name )) ) {
385 keyinfo->name ));
393 if ( !(subkeys = TALLOC_ZERO_P( keyinfo, REGSUBKEY_CT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c72 REGISTRY_KEY **keyinfo, REGISTRY_KEY *parent,
93 result = regkey_open_internal( keyinfo, keypath, p->pipe_user.nt_user_token, access_desired );
97 if ( !create_policy_hnd( p, hnd, free_regkey_info, *keyinfo ) ) {
99 regkey_close_internal( *keyinfo );
225 REGISTRY_KEY *keyinfo; local
227 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKLM, q_u->access );
235 REGISTRY_KEY *keyinfo; local
237 return open_registry_key( p, &r_u->pol, &keyinfo, NULL, KEY_HKPD, q_u->access );
245 REGISTRY_KEY *keyinfo; local
247 return open_registry_key( p, &r_u->pol, &keyinfo, NUL
71 open_registry_key( pipes_struct *p, POLICY_HND *hnd, REGISTRY_KEY **keyinfo, REGISTRY_KEY *parent, const char *subkeyname, uint32 access_desired ) argument
255 REGISTRY_KEY *keyinfo; local
265 REGISTRY_KEY *keyinfo; local
1058 REGISTRY_KEY *newparentinfo, *keyinfo; local
[all...]
H A Dsrv_eventlog_nt.c394 REGISTRY_KEY *keyinfo; local
419 regkey_open_internal( &keyinfo, path, get_root_nt_token( ),
429 if ( !( values = TALLOC_ZERO_P( keyinfo, REGVAL_CTR ) ) ) {
430 TALLOC_FREE( keyinfo );
435 fetch_reg_values( keyinfo, values );
443 regkey_close_internal( keyinfo );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-sta.c813 priv->stations[IWL_AP_ID].keyinfo.alg = ALG_WEP;
851 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
852 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
853 priv->stations[sta_id].keyinfo.keyidx = keyconf->keyidx;
855 memcpy(priv->stations[sta_id].keyinfo.key,
901 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
902 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
904 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
950 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
951 priv->stations[sta_id].keyinfo
[all...]
H A Diwl3945-base.c154 priv->stations[sta_id].keyinfo.alg = keyconf->alg;
155 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
156 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
205 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key));
370 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo; local
372 switch (keyinfo->alg) {
375 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
386 if (keyinfo
[all...]
H A Diwl-dev.h477 struct iwl_hw_key keyinfo; member in struct:iwl_station_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c116 struct rt_ndis_802_11_wep keyinfo; member in union:__anon15740
127 NdisMoveMemory(WepKey.keyinfo.
136 WepKey.keyinfo.KeyIndex =
138 WepKey.keyinfo.KeyLength = len;
154 keyinfo)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h810 __le16 keyinfo; member in struct:MrvlIEtype_keyParamSet
H A Dcfg.c979 cmd.param.keyinfo = cpu_to_le16(key_info);

Completed in 137 milliseconds