Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c528 if (idx != 0 && ext->alg != IW_ENCODE_ALG_WEP) in libipw_wx_set_encodeext()
564 case IW_ENCODE_ALG_WEP: in libipw_wx_set_encodeext()
637 if (ext->alg == IW_ENCODE_ALG_WEP) { in libipw_wx_set_encodeext()
683 ext->alg != IW_ENCODE_ALG_WEP) in libipw_wx_get_encodeext()
696 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
/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1233 } else if (alg == IW_ENCODE_ALG_WEP) { in gelic_wl_set_encodeext()
1311 ext->alg = IW_ENCODE_ALG_WEP; in gelic_wl_get_encodeext()
/linux/net/wireless/
H A Dwext-compat.c660 case IW_ENCODE_ALG_WEP: in cfg80211_wext_siwencodeext()