Home
last modified time | relevance | path

Searched refs:req_mode (Results 1 – 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwnm_ap.c384 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
393 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
691 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
757 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
790 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument
802 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int, in wnm_send_bss_tm_req()
816 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
823 if ((req_mode & WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED) && in wnm_send_bss_tm_req()
Drrm.h28 u8 req_mode, const struct wpabuf *req);
Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
Dap_rrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req() argument
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
Drrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req() argument
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwnm_ap.c360 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
369 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
636 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
702 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
735 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument
746 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int); in wnm_send_bss_tm_req()
759 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
766 if ((req_mode & WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED) && in wnm_send_bss_tm_req()
Drrm.h28 u8 req_mode, const struct wpabuf *req);
Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
Dap_rrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req() argument
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c841 u8 req_mode = 0, valid_int = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
882 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
915 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
919 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
921 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
923 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
959 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
984 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req()
2650 u8 req_mode = 0; in hostapd_ctrl_iface_req_beacon() local
2663 req_mode = val; in hostapd_ctrl_iface_req_beacon()
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c675 v4l2object->req_mode = g_value_get_enum (value); in gst_v4l2_object_set_property_helper()
679 v4l2object->req_mode = g_value_get_enum (value); in gst_v4l2_object_set_property_helper()
683 v4l2object->req_mode = g_value_get_enum (value); in gst_v4l2_object_set_property_helper()
792 g_value_set_enum (value, v4l2object->req_mode); in gst_v4l2_object_get_property_helper()
796 g_value_set_enum (value, v4l2object->req_mode); in gst_v4l2_object_get_property_helper()
800 g_value_set_enum (value, v4l2object->req_mode); in gst_v4l2_object_get_property_helper()
3099 mode = v4l2object->req_mode; in gst_v4l2_object_setup_pool()
3102 if (v4l2object->req_mode == GST_V4L2_IO_AUTO) in gst_v4l2_object_setup_pool()
3104 } else if (v4l2object->req_mode == GST_V4L2_IO_RW) in gst_v4l2_object_setup_pool()
3108 if (v4l2object->req_mode == GST_V4L2_IO_AUTO) { in gst_v4l2_object_setup_pool()
[all …]
Dgstv4l2object.h171 GstV4l2IOMode req_mode; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c843 u8 req_mode = 0, valid_int = 0x01, dialog_token = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
890 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
923 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
927 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
929 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
931 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
967 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
992 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req()
3142 u8 req_mode = 0; in hostapd_ctrl_iface_req_beacon() local
3155 req_mode = val; in hostapd_ctrl_iface_req_beacon()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h982 u8 req_mode; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h1035 u8 req_mode; member