HomeSort by: relevance | last modified time | path
    Searched defs:deauth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
pasn_supplicant.c 928 struct ieee80211_mgmt *deauth; local
940 wpa_printf(MSG_DEBUG, "PASN: deauth: Flushing all PTKSA entries for "
946 wpa_printf(MSG_DEBUG, "PASN: deauth: BSS not found");
952 wpa_printf(MSG_DEBUG, "PASN: deauth: Failed wpabuf allocate");
956 deauth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt,
957 u.deauth.variable));
959 deauth->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
962 os_memcpy(deauth->da, peer_addr, ETH_ALEN);
963 os_memcpy(deauth->sa, own_addr, ETH_ALEN);
964 os_memcpy(deauth->bssid, peer_addr, ETH_ALEN)
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
sta_info.c 544 "local deauth request");
630 int deauth = sta->timeout_next == STA_DEAUTH; local
632 if (!deauth && !(sta->flags & WLAN_STA_ASSOC)) {
636 deauth = 1;
641 deauth ? "deauthentication" : "disassociation",
644 if (deauth) {
695 "inactivity (timer DEAUTH/REMOVE)");
1129 wpa_printf(MSG_DEBUG, "WPS: %s: Deauth sta=" MACSTR,
1669 wpa_printf(MSG_DEBUG, "Ignore deauth cb for test frame");
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 4065 int deauth = 0; local
4083 deauth = 1;
4092 deauth = 1;
4095 if (deauth) {
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h 1007 } STRUCT_PACKED deauth; member in union:ieee80211_mgmt::__anon8266

Completed in 80 milliseconds