Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/common/
Dieee802_11_defs.h28 #define WLAN_FC_ISWEP 0x4000 macro
/freebsd-9-stable/contrib/wpa/src/ap/
Dieee802_11.c352 status_code, !!(fc & WLAN_FC_ISWEP), in handle_auth()
458 fc & WLAN_FC_ISWEP); in handle_auth()
1306 !(mgmt->frame_control & host_to_le16(WLAN_FC_ISWEP) && in handle_action()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dmlme.c244 mgmt->frame_control |= host_to_le16(WLAN_FC_ISWEP); in ieee80211_send_auth()