Home
last modified time | relevance | path

Searched refs:WLAN_FC_ISWEP (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/drivers/
H A Ddriver_hostap.c303 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in hostap_send_eapol()
H A Ddriver_nl80211.c5107 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP); in wpa_driver_nl80211_hapd_send_eapol()
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_defs.h24 #define WLAN_FC_ISWEP 0x4000 macro
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.c2079 status_code, !!(fc & WLAN_FC_ISWEP), in handle_auth()
2358 fc & WLAN_FC_ISWEP); in handle_auth()
4431 !(mgmt->frame_control & host_to_le16(WLAN_FC_ISWEP)) && in handle_action()