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

1 2 3 4 5

  /external/wpa_supplicant_8/src/ap/
hostapd.h 81 struct sta_info *sta, int reassoc);
249 int reassoc);
260 const u8 *ie, size_t ielen, int reassoc);
ieee802_11.c 654 const u8 *ies, size_t ies_len, int reassoc)
772 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
794 if (!reassoc) {
864 u16 status_code, int reassoc, const u8 *ies,
876 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
970 int reassoc)
978 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
980 printf("handle_assoc(reassoc=%d) - too short payload (len=%lu)"
981 "\n", reassoc, (unsigned long) len);
985 if (reassoc) {
    [all...]
drv_callbacks.c 41 const u8 *ie, size_t ielen, int reassoc)
563 data->assoc_info.reassoc);
hostapd.c 903 * @reassoc: 1 to indicate this was a re-association; 0 = first association
911 int reassoc)
942 if (reassoc) {
wpa_auth_ft.c 1111 wpa_hexdump(MSG_DEBUG, "FT: Reassoc Req IEs", ies, ies_len);
1119 wpa_printf(MSG_DEBUG, "FT: No RSNIE in Reassoc Req");
1130 wpa_printf(MSG_DEBUG, "FT: PMKID in Reassoc Req did not match "
    [all...]
ieee802_1x.c 880 int reassoc = 1; local
919 reassoc = 0;
976 if (reassoc) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 606 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
665 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen);
693 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
717 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 163 * wpa_ft_gen_req_ies - Generate FT (IEEE 802.11r) IEs for Auth/ReAssoc Request
739 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
798 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen);
825 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
849 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
wpa_ie.c 413 wpa_hexdump(MSG_DEBUG, "WPA: Reassoc Deadline "
  /external/chromium/third_party/libevent/
evport.c 114 /* fdi's that we need to reassoc */
  /external/tcpdump/
print-802_11.c 570 printf("ReAssoc Request");
573 printf("ReAssoc Response");
  /external/wpa_supplicant_8/src/drivers/
driver.h 2697 int reassoc; member in struct:wpa_event_data::assoc_info
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1033 int reassoc)
1075 reassoc ? "Rea" : "A", MAC2STR(mgmt->sa),
1115 if (!reassoc) {
1124 wpa_printf(MSG_DEBUG, "MLME: FT validation of Reassoc"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 1063 int reassoc)
1105 reassoc ? "Rea" : "A", MAC2STR(mgmt->sa),
1145 if (!reassoc) {
1154 wpa_printf(MSG_DEBUG, "MLME: FT validation of Reassoc"
    [all...]
events.c 1263 data->assoc_info.reassoc);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
options.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
options.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
options.h     [all...]
  /external/wpa_supplicant/
mlme.c     [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 283 static int reassoc(qdsp_module_type module);
    [all...]
  /external/llvm/lib/Target/
README.txt 75 Interesting? testcase for add/shift/mul reassoc:
109 something that reassoc doesn't think about yet.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 535 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
543 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one use
553 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
561 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 has one use
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/
c++ 
g++ 

Completed in 3624 milliseconds

1 2 3 4 5