Home
last modified time | relevance | path

Searched refs:IW_ENCODE_ALG_WEP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c529 if (idx != 0 && ext->alg != IW_ENCODE_ALG_WEP) in libipw_wx_set_encodeext()
565 case IW_ENCODE_ALG_WEP: in libipw_wx_set_encodeext()
638 if (ext->alg == IW_ENCODE_ALG_WEP) { in libipw_wx_set_encodeext()
684 ext->alg != IW_ENCODE_ALG_WEP) in libipw_wx_get_encodeext()
697 ext->alg = IW_ENCODE_ALG_WEP; in libipw_wx_get_encodeext()
/linux/include/uapi/linux/
H A Dwireless.h629 #define IW_ENCODE_ALG_WEP 1 macro