/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | rrm.c | 23 struct rrm_data *rrm = data; in wpas_rrm_neighbor_rep_timeout_handler() local 25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler() 32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler() 34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset() 47 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm, in wpas_rrm_reset() 49 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset() 50 wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NULL); in wpas_rrm_reset() 51 wpa_s->rrm.next_neighbor_rep_token = 1; in wpas_rrm_reset() [all …]
|
D | sme.c | 190 wpa_s->rrm.rrm_used = 0; in sme_auth_handle_rrm() 236 wpa_s->rrm.rrm_used = 1; in sme_auth_handle_rrm() 1750 params.rrm_used = wpa_s->rrm.rrm_used; in sme_associate()
|
D | wpa_supplicant_i.h | 1130 struct rrm_data rrm; member
|
D | ctrl_iface.c | 9344 params.rrm_used = wpa_s->rrm.rrm_used; in wpas_ctrl_resend_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | rrm.c | 23 struct rrm_data *rrm = data; in wpas_rrm_neighbor_rep_timeout_handler() local 25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler() 32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler() 34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler() 45 wpa_s->rrm.rrm_used = 0; in wpas_rrm_reset() 47 eloop_cancel_timeout(wpas_rrm_neighbor_rep_timeout_handler, &wpa_s->rrm, in wpas_rrm_reset() 49 if (wpa_s->rrm.notify_neighbor_rep) in wpas_rrm_reset() 50 wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NULL); in wpas_rrm_reset() 51 wpa_s->rrm.next_neighbor_rep_token = 1; in wpas_rrm_reset() [all …]
|
D | sme.c | 273 wpa_s->rrm.rrm_used = 0; in sme_auth_handle_rrm() 319 wpa_s->rrm.rrm_used = 1; in sme_auth_handle_rrm() 2077 params.rrm_used = wpa_s->rrm.rrm_used; in sme_associate()
|
D | wpa_supplicant_i.h | 1356 struct rrm_data rrm; member
|
D | ctrl_iface.c | 10024 params.rrm_used = wpa_s->rrm.rrm_used; in wpas_ctrl_resend_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_rrm.c | 103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report() 104 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_radio_msmt_report() 296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req() 297 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_nei_report_req() 350 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa)); in hostapd_handle_radio_measurement() 352 switch (mgmt->u.action.u.rrm.action) { in hostapd_handle_radio_measurement() 361 mgmt->u.action.u.rrm.action); in hostapd_handle_radio_measurement() 673 mgmt->u.action.u.rrm.dialog_token, ok); in hostapd_rrm_beacon_req_tx_status()
|
D | Makefile | 57 rrm.o \
|
D | ieee802_11.c | 5049 &mgmt->u.action.u.rrm.variable[2]; in handle_action_cb() 5051 mgmt->u.action.u.rrm.action == WLAN_RRM_RADIO_MEASUREMENT_REQUEST && in handle_action_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_rrm.c | 103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report() 104 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_radio_msmt_report() 296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req() 297 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_nei_report_req() 350 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa)); in hostapd_handle_radio_measurement() 352 switch (mgmt->u.action.u.rrm.action) { in hostapd_handle_radio_measurement() 361 mgmt->u.action.u.rrm.action); in hostapd_handle_radio_measurement() 673 mgmt->u.action.u.rrm.dialog_token, ok); in hostapd_rrm_beacon_req_tx_status()
|
D | rrm.c | 103 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_radio_msmt_report() 104 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_radio_msmt_report() 296 token = mgmt->u.action.u.rrm.dialog_token; in hostapd_handle_nei_report_req() 297 pos = mgmt->u.action.u.rrm.variable; in hostapd_handle_nei_report_req() 350 mgmt->u.action.u.rrm.action, MAC2STR(mgmt->sa)); in hostapd_handle_radio_measurement() 352 switch (mgmt->u.action.u.rrm.action) { in hostapd_handle_radio_measurement() 361 mgmt->u.action.u.rrm.action); in hostapd_handle_radio_measurement() 673 mgmt->u.action.u.rrm.dialog_token, ok); in hostapd_rrm_beacon_req_tx_status()
|
D | Makefile | 44 rrm.o \
|
D | ieee802_11.c | 6666 &mgmt->u.action.u.rrm.variable[2]; in handle_action_cb() 6668 mgmt->u.action.u.rrm.action == WLAN_RRM_RADIO_MEASUREMENT_REQUEST && in handle_action_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | CMakeLists.txt | 160 src/ap/rrm.c 161 src/ap/rrm.h 927 wpa_supplicant/rrm.c
|
D | BUILD.gn | 217 "$WPA_ROOT_DIR/wpa_supplicant/rrm.c",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrXOP.td | 292 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs VR128:$dst), 339 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs RC:$dst),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_defs.h | 1031 } STRUCT_PACKED rrm; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 1084 } STRUCT_PACKED rrm; member
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 55075 z)r6y;uhH+rrm;()J8e1qlS?y^Uy$N-qEQ)hiSJ#C(@c-9v+o>g4v<>u77!EQK(AQW
|