Searched refs:HostCmd_ACT_MAC_WEP_ENABLE (Results 1 – 3 of 3) sorted by relevance
896 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()898 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_config_start_uap()
979 priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()981 priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE; in mwifiex_sec_ioctl_set_wep_key()
468 #define HostCmd_ACT_MAC_WEP_ENABLE BIT(3) macro