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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcinit.c714 if ((wd->sta.SWEncryptEnable & ZM_SW_WEP_ENCRY_EN) != 0)
772 if ((wd->sta.SWEncryptEnable & ZM_SW_TKIP_ENCRY_EN) == 0)
1334 if ((wd->sta.SWEncryptEnable & ZM_SW_TKIP_ENCRY_EN) == 0 &&
1335 (wd->sta.SWEncryptEnable & ZM_SW_WEP_ENCRY_EN) == 0)
H A Dccmd.c858 if (wd->sta.SWEncryptEnable != 0) {
1341 if (wd->sta.SWEncryptEnable != 0) {
H A Dcmmsta.c2382 if ((wd->sta.SWEncryptEnable & ZM_SW_TKIP_ENCRY_EN) == 0 &&
2383 (wd->sta.SWEncryptEnable & ZM_SW_WEP_ENCRY_EN) == 0)
3601 if (wd->sta.SWEncryptEnable != 0)
3903 && (wd->sta.SWEncryptEnable != 0) )
5428 wd->sta.SWEncryptEnable = value;
5437 wd->sta.SWEncryptEnable = 0;
H A Dctxrx.c2208 if ( wd->sta.bSafeMode && (wd->sta.wepStatus == ZM_ENCRYPTION_AES) && wd->sta.SWEncryptEnable )
2225 if ((wd->sta.SWEncryptEnable & ZM_SW_TKIP_DECRY_EN) == 0 &&
2226 (wd->sta.SWEncryptEnable & ZM_SW_WEP_DECRY_EN) == 0)
2317 if (wd->sta.SWEncryptEnable & ZM_SW_TKIP_DECRY_EN)
2410 else if(wd->sta.SWEncryptEnable & ZM_SW_WEP_DECRY_EN)
H A Dstruct.h991 u8_t SWEncryptEnable; member in struct:zsWlanDevSta
H A Dcoid.c2548 if (wd->sta.SWEncryptEnable != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpmain.c2530 if ((wd->sta.SWEncryptEnable & (ZM_SW_TKIP_ENCRY_EN|ZM_SW_WEP_ENCRY_EN)) == 0)

Completed in 69 milliseconds