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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_profile.c160 struct wl_private *wvlan_config = NULL; local
168 wvlan_config = dev->priv;
169 if (wvlan_config == NULL) {
175 strcpy(wvlan_config->szEncryption, DEF_CRYPT_STR);
189 translate_option(buffer, wvlan_config);
200 if (wvlan_config->EnableEncryption) {
204 wvlan_config->szEncryption);
213 sEncryption.wEnabled = wvlan_config->EnableEncryption;
214 sEncryption.wTxKeyID = wvlan_config->TransmitKeyID - 1;
216 memcpy(&sEncryption.EncStr, &wvlan_config
[all...]

Completed in 36 milliseconds