Home
last modified time | relevance | path

Searched refs:HostCmd_ACT_MAC_WEP_ENABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c889 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()
891 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()
Dsta_ioctl.c966 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()
968 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()
Dfw.h467 #define HostCmd_ACT_MAC_WEP_ENABLE BIT(3) macro