Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/
Dtwt.c36 u16 req_type = 0; in wpas_twt_send_setup() local
68 req_type |= BIT(0); /* This STA is a TWT Requesting STA */ in wpas_twt_send_setup()
70 req_type |= (setup_cmd & 0x7) << 1; in wpas_twt_send_setup()
72 req_type |= BIT(4); /* TWT SP includes trigger frames */ in wpas_twt_send_setup()
74 req_type |= BIT(5); /* Implicit TWT */ in wpas_twt_send_setup()
76 req_type |= BIT(6); /* Flow Type: Unannounced TWT */ in wpas_twt_send_setup()
77 req_type |= (flow_id & 0x7) << 7; in wpas_twt_send_setup()
78 req_type |= (exponent & 0x1f) << 10; /* TWT Wake Interval Exponent */ in wpas_twt_send_setup()
80 req_type |= BIT(15); in wpas_twt_send_setup()
81 wpabuf_put_le16(buf, req_type); in wpas_twt_send_setup()
Drobust_av.c1091 u8 req_type; member
1439 policy->req_type = attr_data[1]; in wpas_fill_dscp_policy()
1571 if (policy.req_type == DSCP_POLICY_REQ_ADD) in wpas_handle_qos_mgmt_recv_action()
1573 else if (policy.req_type == DSCP_POLICY_REQ_REMOVE) in wpas_handle_qos_mgmt_recv_action()
Dscan.c53 enum wps_request_type *req_type) in wpas_wps_in_use() argument
63 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
74 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
731 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
768 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
775 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/hostap-latest/tests/hwsim/
Dtest_mscs.py20 req_type = params['req_type'] if 'req_type' in params else 2
22 255, 8, 88, req_type, params['up_bitmap'],
334 for req_type in [3, 4, 10]:
339 change_params['req_type'] = req_type
Dtest_dscp.py52 def prepare_qos_ie(policy_id, req_type, dscp, start_port=0, end_port=0, argument
58 qos_attr = struct.pack('BBBBB', 2, 3, policy_id, req_type, dscp)
/hostap-latest/src/wps/
Dwps.c419 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
435 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
497 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
510 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
522 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
Dwps.h249 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
253 enum wps_request_type req_type,