Searched refs:IEEE802_11_FCTL_WEP (Results 1 – 2 of 2) sorted by relevance
35 #define IEEE802_11_FCTL_WEP 0x4000 macro
778 frame_ctl |= IEEE802_11_FCTL_WEP; in start_tx()1024 if (!priv->wep.wep_is_on || !(frame_ctl & IEEE802_11_FCTL_WEP)) { in rx_done_irq()1039 if (priv->do_rx_crc && (!priv->wep.wep_is_on || !(frame_ctl & IEEE802_11_FCTL_WEP))) { in rx_done_irq()2453 header.frame_ctl |= cpu_to_le16(IEEE802_11_FCTL_WEP); in send_authentication_request()