Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c885 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()
887 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()
Dsta_ioctl.c967 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()
969 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()
Dfw.h456 #define HostCmd_ACT_MAC_WEP_ENABLE BIT(3) macro