HomeSort by relevance Sort by last modified time
    Searched refs:rrm (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 23 struct rrm_data *rrm = data; local
25 if (!rrm->notify_neighbor_rep) {
27 "RRM: Unexpected neighbor report timeout");
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE");
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL);
34 rrm->notify_neighbor_rep = NULL;
35 rrm->neighbor_rep_cb_ctx = NULL;
40 * wpas_rrm_reset - Clear and reset all RRM data in wpa_supplicant
45 wpa_s->rrm.rrm_used = 0
    [all...]
sme.c 141 * sme_auth_handle_rrm - Handle RRM aspects of current authentication attempt
152 wpa_s->rrm.rrm_used = 0;
155 "RRM: Determining whether RRM can be used - device support: 0x%x",
160 wpa_printf(MSG_DEBUG, "RRM: No RRM in network");
169 "RRM: Insufficient RRM support in driver - do not use RRM");
176 "RRM: Unable to use RRM, no room for RRM IE")
    [all...]
wpa_supplicant_i.h 408 * struct rrm_data - Data used for managing RRM features
1080 struct rrm_data rrm; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/src/ap/
rrm.c 2 * hostapd / Radio Measurement (RRM)
20 #include "rrm.h"
29 wpa_printf(MSG_DEBUG, "RRM: LCI request (token %u) timed out",
53 wpa_printf(MSG_DEBUG, "RRM: Range request (token %u) timed out",
103 token = mgmt->u.action.u.rrm.dialog_token;
104 pos = mgmt->u.action.u.rrm.variable;
211 * of RRM header.
296 token = mgmt->u.action.u.rrm.dialog_token;
297 pos = mgmt->u.action.u.rrm.variable;
350 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa))
    [all...]
Makefile 54 rrm.o \
ieee802_11.c 46 #include "rrm.h"
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 106 OBJS += src/ap/rrm.c
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 931 } STRUCT_PACKED rrm; member in union:ieee80211_mgmt::__anon39383::__anon39392::__anon39393
    [all...]
  /external/valgrind/VEX/priv/
host_x86_isel.c 762 HReg rrm = iselIntExpr_R(env, mode); local
766 /* movl %rrm, %rrm2
774 addInstr(env, mk_iMOVsd_RR(rrm, rrm2));
    [all...]
host_amd64_isel.c 814 HReg rrm = iselIntExpr_R(env, mode); local
818 /* movq %rrm, %rrm2
825 addInstr(env, mk_iMOVsd_RR(rrm, rrm2));
    [all...]

Completed in 327 milliseconds