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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dwext.c1251 switch (adapter->secinfo.auth_mode) {
1265 if ( adapter->secinfo.wep_enabled
1266 || adapter->secinfo.WPAenabled
1267 || adapter->secinfo.WPA2enabled) {
1281 if ((adapter->wep_keys[index].len) && adapter->secinfo.wep_enabled) {
1289 } else if ((adapter->secinfo.WPAenabled)
1290 || (adapter->secinfo.WPA2enabled)) {
1366 assoc_req->secinfo.wep_enabled = 1;
1398 assoc_req->secinfo.auth_mode = IW_AUTH_ALG_OPEN_SYSTEM;
1401 assoc_req->secinfo
[all...]
H A Dassoc.c33 assoc_req->secinfo.WPAenabled ? " WPA" : "",
34 assoc_req->secinfo.WPA2enabled ? " WPA2" : "",
35 assoc_req->secinfo.wep_enabled ? " WEP" : "",
36 assoc_req->secinfo.auth_mode);
245 if ( assoc_req->secinfo.wep_enabled
294 if (assoc_req->secinfo.wep_enabled)
328 memcpy(&adapter->secinfo, &assoc_req->secinfo,
352 do_wpa = (assoc_req->secinfo.WPAenabled || assoc_req->secinfo
[all...]
H A Dscan.c71 static inline int match_bss_no_security(struct wlan_802_11_security * secinfo, argument
74 if ( !secinfo->wep_enabled
75 && !secinfo->WPAenabled
76 && !secinfo->WPA2enabled
85 static inline int match_bss_static_wep(struct wlan_802_11_security * secinfo, argument
88 if ( secinfo->wep_enabled
89 && !secinfo->WPAenabled
90 && !secinfo->WPA2enabled
97 static inline int match_bss_wpa(struct wlan_802_11_security * secinfo, argument
100 if ( !secinfo
111 match_bss_wpa2(struct wlan_802_11_security * secinfo, struct bss_descriptor * match_bss) argument
125 match_bss_dynamic_wep(struct wlan_802_11_security * secinfo, struct bss_descriptor * match_bss) argument
[all...]
H A Ddev.h198 struct wlan_802_11_security secinfo; member in struct:assoc_request
335 struct wlan_802_11_security secinfo; member in struct:_wlan_adapter
H A Dfw.c181 adapter->secinfo.wep_enabled = 0;
186 adapter->secinfo.auth_mode = IW_AUTH_ALG_OPEN_SYSTEM;
H A Djoin.c275 switch (adapter->secinfo.auth_mode) {
287 adapter->secinfo.auth_mode);
407 if (assoc_req->secinfo.WPAenabled || assoc_req->secinfo.WPA2enabled) {
528 if (assoc_req->secinfo.wep_enabled) {
671 if (assoc_req->secinfo.wep_enabled) {
H A Dcmd.c1741 if (adapter->secinfo.WPAenabled ||
1742 adapter->secinfo.WPA2enabled) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1172 struct ieee80211_security *secinfo = &ieee->sec; local
1179 secinfo->encode_alg[keyidx] = sec->encode_alg[keyidx];
1180 secinfo->key_sizes[keyidx] = sec->key_sizes[keyidx];
1181 memcpy(secinfo->keys[keyidx], sec->keys[keyidx],
1186 secinfo->active_key = sec->active_key;
1191 secinfo->unicast_uses_group = sec->unicast_uses_group;
1197 secinfo->level = sec->level;
1202 secinfo->enabled = sec->enabled;
1207 secinfo->encrypt = sec->encrypt;
1212 secinfo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_xmit.c280 const struct ieee80211_security *secinfo = &bcm->ieee->sec; local
323 wsec_rate |= (bcm->key[secinfo->active_key].algorithm << BCM43xx_TXHDR_WSEC_ALGO_SHIFT)
325 wsec_rate |= (secinfo->active_key << BCM43xx_TXHDR_WSEC_KEYINDEX_SHIFT)
H A Dbcm43xx_main.c3806 struct ieee80211_security *secinfo = &bcm->ieee->sec; local
3817 secinfo->encode_alg[keyidx] = sec->encode_alg[keyidx];
3818 secinfo->key_sizes[keyidx] = sec->key_sizes[keyidx];
3819 memcpy(secinfo->keys[keyidx], sec->keys[keyidx], SCM_KEY_LEN);
3823 secinfo->active_key = sec->active_key;
3827 secinfo->unicast_uses_group = sec->unicast_uses_group;
3831 secinfo->level = sec->level;
3835 secinfo->enabled = sec->enabled;
3839 secinfo->encrypt = sec->encrypt;
3843 secinfo
[all...]

Completed in 80 milliseconds