Home
last modified time | relevance | path

Searched refs:IW_ENCODE_OPEN (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c439 if (erq->flags & (IW_ENCODE_OPEN | IW_ENCODE_RESTRICTED)) { in libipw_wx_set_encode()
495 erq->flags |= IW_ENCODE_OPEN; in libipw_wx_get_encode()
/openbmc/linux/include/uapi/linux/
H A Dwireless.h494 #define IW_ENCODE_OPEN 0x2000 /* Accept non-encoded packets */ macro
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dwext.c300 if (erq->flags & IW_ENCODE_OPEN) in orinoco_ioctl_setiwencode()
356 erq->flags |= IW_ENCODE_OPEN; in orinoco_ioctl_getiwencode()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1054 if (flags & IW_ENCODE_OPEN) in gelic_wl_set_encode()
1104 enc->flags = IW_ENCODE_OPEN; in gelic_wl_get_encode()
1235 if (flags & IW_ENCODE_OPEN) { in gelic_wl_set_encodeext()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c1523 if (erq->flags & IW_ENCODE_OPEN) { in r8711_wx_set_enc()
1626 erq->flags |= IW_ENCODE_OPEN; in r8711_wx_get_enc()
1638 erq->flags |= (IW_ENCODE_ENABLED | IW_ENCODE_OPEN | in r8711_wx_get_enc()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_wx.c458 erq->flags |= IW_ENCODE_OPEN; in rtllib_wx_get_encode()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c480 erq->flags |= IW_ENCODE_OPEN; in ieee80211_wx_get_encode()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c196 local->open_wep = erq->flags & IW_ENCODE_OPEN; in prism2_ioctl_siwencode()
274 erq->flags |= IW_ENCODE_OPEN; in prism2_ioctl_giwencode()
3373 local->open_wep = erq->flags & IW_ENCODE_OPEN; in prism2_ioctl_siwencodeext()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c841 if (enc->flags & IW_ENCODE_OPEN) { in ks_wlan_set_encode()
876 enc->flags = IW_ENCODE_OPEN; in ks_wlan_get_encode()
/openbmc/linux/drivers/net/wireless/zydas/
H A Dzd1201.c1477 erq->flags |= IW_ENCODE_OPEN; in zd1201_get_encode()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c1783 IW_ENCODE_OPEN; in wl3501_get_encode()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c1792 if (dwrq->flags & IW_ENCODE_OPEN) in atmel_set_encode()
1813 dwrq->flags = IW_ENCODE_OPEN; in atmel_get_encode()
/openbmc/linux/drivers/net/wireless/cisco/
H A Dairo.c6455 if (dwrq->flags & IW_ENCODE_OPEN) in airo_set_encode()
6486 dwrq->flags = IW_ENCODE_OPEN; in airo_get_encode()
6616 if (encoding->flags & IW_ENCODE_OPEN) in airo_set_encodeext()