Searched refs:req_mode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | wnm_ap.c | 360 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()
|
| H A D | rrm.h | 28 u8 req_mode, const struct wpabuf *req);
|
| H A D | wnm_ap.h | 22 u8 req_mode, int disassoc_timer, u8 valid_int,
|
| H A D | rrm.c | 570 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()
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 841 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 …]
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 395 s390_match_ccmode_set (rtx set, enum machine_mode req_mode) in s390_match_ccmode_set() argument 418 if (req_mode != set_mode) in s390_match_ccmode_set() 423 if (req_mode != CCSmode && req_mode != CCUmode && req_mode != CCTmode in s390_match_ccmode_set() 424 && req_mode != CCSRmode && req_mode != CCURmode) in s390_match_ccmode_set() 430 if (req_mode != CCAmode) in s390_match_ccmode_set() 447 s390_match_ccmode (rtx insn, enum machine_mode req_mode) in s390_match_ccmode() argument 452 if (req_mode == VOIDmode) in s390_match_ccmode() 456 return s390_match_ccmode_set (PATTERN (insn), req_mode); in s390_match_ccmode() 463 if (!s390_match_ccmode_set (set, req_mode)) in s390_match_ccmode()
|
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | ieee802_11_defs.h | 982 u8 req_mode; member
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 10047 ix86_match_ccmode (rtx insn, enum machine_mode req_mode) in ix86_match_ccmode() argument 10062 if (req_mode != CCNOmode in ix86_match_ccmode() 10063 && (req_mode != CCmode in ix86_match_ccmode() 10068 if (req_mode == CCGCmode) in ix86_match_ccmode() 10072 if (req_mode == CCGOCmode || req_mode == CCNOmode) in ix86_match_ccmode() 10076 if (req_mode == CCZmode) in ix86_match_ccmode()
|