Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDwnm_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()
HDrrm.h28 u8 req_mode, const struct wpabuf *req);
HDwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
HDrrm.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()
/dragonfly/contrib/wpa_supplicant/src/common/
HDieee802_11_defs.h982 u8 req_mode; member
/dragonfly/sys/dev/drm/i915/
HDintel_dp.c1674 struct drm_display_mode *req_mode = &pipe_config->base.mode; in intel_dp_compute_config() local
1676 if (!intel_edp_compare_alt_mode(req_mode, panel_mode)) in intel_dp_compute_config()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c17969 ix86_match_ccmode (rtx insn, enum machine_mode req_mode) in ix86_match_ccmode() argument
17984 if (req_mode != CCNOmode in ix86_match_ccmode()
17985 && (req_mode != CCmode in ix86_match_ccmode()
17990 if (req_mode == CCGCmode) in ix86_match_ccmode()
17994 if (req_mode == CCGOCmode || req_mode == CCNOmode) in ix86_match_ccmode()
17998 if (req_mode == CCZmode) in ix86_match_ccmode()
18008 if (set_mode != req_mode) in ix86_match_ccmode()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c22362 ix86_match_ccmode (rtx insn, machine_mode req_mode) in ix86_match_ccmode() argument
22377 if (req_mode != CCNOmode in ix86_match_ccmode()
22378 && (req_mode != CCmode in ix86_match_ccmode()
22383 if (req_mode == CCGCmode) in ix86_match_ccmode()
22387 if (req_mode == CCGOCmode || req_mode == CCNOmode) in ix86_match_ccmode()
22391 if (req_mode == CCZmode) in ix86_match_ccmode()
22404 if (set_mode != req_mode) in ix86_match_ccmode()