Searched refs:rrm (Results 1 – 10 of 10) sorted by relevance
23 struct rrm_data *rrm = data; in wpas_rrm_neighbor_rep_timeout_handler() local25 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 …]
273 wpa_s->rrm.rrm_used = 0; in sme_auth_handle_rrm()319 wpa_s->rrm.rrm_used = 1; in sme_auth_handle_rrm()2078 params.rrm_used = wpa_s->rrm.rrm_used; in sme_associate()
1357 struct rrm_data rrm; member
9964 params.rrm_used = wpa_s->rrm.rrm_used; in wpas_ctrl_resend_assoc()
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()
44 rrm.o \
6673 &mgmt->u.action.u.rrm.variable[2]; in handle_action_cb()6675 mgmt->u.action.u.rrm.action == WLAN_RRM_RADIO_MEASUREMENT_REQUEST && in handle_action_cb()
36 OBJS += $(WPAS_SRC)/rrm.o
23 rrm = int(dev.get_driver_status_field("capa.rrm_flags"), 16)24 if rrm & 0x5 != 0x5 and rrm & 0x10 != 0x10:28 rrm = int(dev.get_driver_status_field("capa.rrm_flags"), 16)29 if rrm & 0x8 != 0x8:1692 rrm = int(dev[0].get_driver_status_field("capa.rrm_flags"), 16)1693 if rrm & 0x20 == 0x20:
1084 } STRUCT_PACKED rrm; member