Home
last modified time | relevance | path

Searched refs:robust_av (Results 1 – 6 of 6) sorted by relevance

/hostap-3.7.0/wpa_supplicant/
Drobust_av.c23 void wpas_populate_mscs_descriptor_ie(struct robust_av_data *robust_av, in wpas_populate_mscs_descriptor_ie() argument
32 wpabuf_put_u8(buf, robust_av->request_type); in wpas_populate_mscs_descriptor_ie()
33 wpabuf_put_u8(buf, robust_av->up_bitmap); in wpas_populate_mscs_descriptor_ie()
34 wpabuf_put_u8(buf, robust_av->up_limit); in wpas_populate_mscs_descriptor_ie()
35 wpabuf_put_le32(buf, robust_av->stream_timeout); in wpas_populate_mscs_descriptor_ie()
37 if (robust_av->request_type != SCS_REQ_REMOVE) { in wpas_populate_mscs_descriptor_ie()
44 wpabuf_put_data(buf, robust_av->frame_classifier, in wpas_populate_mscs_descriptor_ie()
45 robust_av->frame_classifier_len); in wpas_populate_mscs_descriptor_ie()
189 wpa_s->robust_av.request_type != SCS_REQ_ADD) { in wpas_send_mscs_req()
201 wpa_s->robust_av.frame_classifier_len; in wpas_send_mscs_req()
[all …]
Dwpa_supplicant_i.h1511 struct robust_av_data robust_av; member
1864 void wpas_populate_mscs_descriptor_ie(struct robust_av_data *robust_av,
Dctrl_iface.c8561 os_memset(&wpa_s->robust_av, 0, sizeof(struct robust_av_data)); in wpa_supplicant_ctrl_iface_flush()
8590 os_memset(&wpa_s->robust_av, 0, sizeof(struct robust_av_data)); in wpa_supplicant_ctrl_iface_flush()
10813 struct robust_av_data *robust_av = &wpa_s->robust_av; in wpas_ctrl_iface_configure_mscs() local
10821 os_memset(robust_av, 0, sizeof(struct robust_av_data)); in wpas_ctrl_iface_configure_mscs()
10823 robust_av->request_type = SCS_REQ_ADD; in wpas_ctrl_iface_configure_mscs()
10825 robust_av->request_type = SCS_REQ_REMOVE; in wpas_ctrl_iface_configure_mscs()
10826 robust_av->valid_config = false; in wpas_ctrl_iface_configure_mscs()
10829 robust_av->request_type = SCS_REQ_CHANGE; in wpas_ctrl_iface_configure_mscs()
10841 robust_av->up_bitmap = val; in wpas_ctrl_iface_configure_mscs()
10847 robust_av->up_limit = atoi(pos + 9); in wpas_ctrl_iface_configure_mscs()
[all …]
Dsme.c1914 wpa_s->robust_av.valid_config) { in sme_associate()
1923 wpa_s->robust_av.frame_classifier_len; in sme_associate()
1933 wpas_populate_mscs_descriptor_ie(&wpa_s->robust_av, mscs_ie); in sme_associate()
Dwpa_supplicant.c3378 wpa_s->robust_av.valid_config) { in wpas_populate_assoc_ies()
3387 wpa_s->robust_av.frame_classifier_len; in wpas_populate_assoc_ies()
3395 wpas_populate_mscs_descriptor_ie(&wpa_s->robust_av, mscs_ie); in wpas_populate_assoc_ies()
/hostap-3.7.0/tests/fuzzing/wnm/
DMakefile35 OBJS += $(WPAS_SRC)/robust_av.o