HomeSort by relevance Sort by last modified time
    Searched full:reassoc (Results 1 - 25 of 31) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
hostapd.h 125 struct sta_info *sta, int reassoc);
388 int reassoc);
416 const u8 *ie, size_t ielen, int reassoc);
ieee802_11.c 877 const u8 *ies, size_t ies_len, int reassoc)
1036 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
1058 if (!reassoc) {
1162 u16 status_code, int reassoc, const u8 *ies,
    [all...]
drv_callbacks.c 38 const u8 *req_ies, size_t req_ies_len, int reassoc)
256 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
342 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
353 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
373 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1050 data->assoc_info.reassoc);
ap_drv_ops.h 102 int reassoc, u16 status, const u8 *ie, size_t len);
ap_drv_ops.c 346 int reassoc, u16 status, const u8 *ie, size_t len)
351 reassoc, status, ie, len);
wpa_auth_ft.c 1000 wpa_hexdump(MSG_DEBUG, "FT: Reassoc Req IEs", ies, ies_len);
1008 wpa_printf(MSG_DEBUG, "FT: No RSNIE in Reassoc Req");
1019 wpa_printf(MSG_DEBUG, "FT: PMKID in Reassoc Req did not match "
    [all...]
hostapd.c     [all...]
ieee802_1x.c 959 int reassoc = 1; local
1008 reassoc = 0;
1071 if (reassoc) {
    [all...]
  /external/libpcap/
ieee80211.h 113 "reassoc-req", "reassoc-resp", \
grammar.y 91 { IEEE80211_FC0_SUBTYPE_REASSOC_REQ, "reassoc-req" },
93 { IEEE80211_FC0_SUBTYPE_REASSOC_RESP, "reassoc-resp" },
pcap-filter.manmisc.in 
grammar.c 168 { IEEE80211_FC0_SUBTYPE_REASSOC_REQ, "reassoc-req" },
170 { IEEE80211_FC0_SUBTYPE_REASSOC_RESP, "reassoc-resp" },
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 131 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth/ReAssoc Request
559 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
600 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen);
634 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
658 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
wpa_ie.c 520 wpa_hexdump(MSG_DEBUG, "WPA: Reassoc Deadline "
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 103 #define WLC_E_REASSOC 9 /* 802.11 REASSOC request */
104 #define WLC_E_REASSOC_IND 10 /* 802.11 REASSOC indication */
179 #define WLC_E_REASSOC_IND_NDIS 86 /* 802.11 REASSOC indication for NDIS only */
802.11.h     [all...]
  /external/chromium_org/third_party/libevent/
evport.c 114 /* fdi's that we need to reassoc */
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 1175 int reassoc, u16 status_code, const u8 *ie, size_t len)
1181 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1182 __func__, ether_sprintf(addr), status_code, reassoc);
1184 if (reassoc)
    [all...]
driver.h 3532 int reassoc; member in struct:wpa_event_data::assoc_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def     [all...]
  /external/tcpdump/
print-802_11.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]
  /external/llvm/lib/Target/
README.txt 59 Interesting? testcase for add/shift/mul reassoc:
93 something that reassoc doesn't think about yet.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 678 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
685 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one
699 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
706 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 has one
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]

Completed in 1199 milliseconds

1 2