Searched refs:oper (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dieee802_11_vht.c52 struct ieee80211_vht_operation *oper; local
59 *pos++ = sizeof(*oper);
61 oper = (struct ieee80211_vht_operation *) pos;
62 os_memset(oper, 0, sizeof(*oper));
69 oper->vht_op_info_chan_center_freq_seg0_idx =
71 oper->vht_op_info_chan_center_freq_seg1_idx =
74 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
78 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
79 pos += sizeof(*oper);
[all...]
H A Dieee802_11_ht.c59 struct ieee80211_ht_operation *oper; local
66 *pos++ = sizeof(*oper);
68 oper = (struct ieee80211_ht_operation *) pos;
69 os_memset(oper, 0, sizeof(*oper));
71 oper->control_chan = hapd->iconf->channel;
72 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
74 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
77 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
80 pos += sizeof(*oper);
[all...]
H A Dwnm_ap.c25 u8 *buf, u16 *buf_len, enum wnm_oper oper)
27 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
29 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
35 u8 *buf, u16 *buf_len, enum wnm_oper oper)
37 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
39 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
24 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
34 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
H A Dhw_features.c264 struct ieee80211_ht_operation *oper; local
271 elems.ht_operation_len >= sizeof(*oper)) {
272 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
273 *pri_chan = oper->control_chan;
274 if (oper->ht_param & HT_INFO_HT_PARAM_REC_TRANS_CHNL_WIDTH) {
275 int sec = oper->ht_param &
H A Dap_drv_ops.h105 enum wnm_oper oper, const u8 *peer,
H A Dap_drv_ops.c615 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, argument
620 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
/freebsd-10.1-release/bin/dd/
H A Dargs.c95 static char *oper; variable
108 while ((oper = *++argv) != NULL) {
109 if ((oper = strdup(oper)) == NULL)
111 if ((arg = strchr(oper, '=')) == NULL)
112 errx(1, "unknown operand %s", oper);
115 errx(1, "no value specified for %s", oper);
116 tmp.name = oper;
384 err(1, "%s", oper);
387 errx(1, "%s: illegal numeric value", oper);
[all...]
/freebsd-10.1-release/contrib/dtc/
H A Dfdtput.c38 enum oper_type oper; /* operation to perform */ member in struct:display_info
289 switch (disp->oper) {
352 disp.oper = OPER_WRITE_PROP;
366 disp.oper = OPER_CREATE_NODE;
391 if (disp.oper == OPER_WRITE_PROP) {
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.c291 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
303 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS);
304 XWRITE4(sc, oper, XHCI_CRCR_HI, 0);
306 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);
307 XWRITE4(sc, oper, XHCI_CRCR_HI, 0);
313 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
338 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS);
339 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32));
385 XWRITE4(sc, oper, XHCI_USBCMD, XHCI_CMD_HCRST);
389 temp = (XREAD4(sc, oper, XHCI_USBCM
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c23 u16 *buf_len, enum wnm_oper oper)
25 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
27 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len);
34 enum wnm_oper oper)
36 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
38 return wpa_drv_wnm_oper(wpa_s, oper, addr, buf, buf_len);
22 ieee80211_11_get_tfs_ie(struct wpa_supplicant *wpa_s, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
32 ieee80211_11_set_tfs_ie(struct wpa_supplicant *wpa_s, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
H A Ddriver_i.h650 enum tdls_oper oper, const u8 *peer)
654 return wpa_s->driver->tdls_oper(wpa_s->drv_priv, oper, peer);
683 enum wnm_oper oper, const u8 *peer,
688 return wpa_s->driver->wnm_oper(wpa_s->drv_priv, oper, peer, buf,
649 wpa_drv_tdls_oper(struct wpa_supplicant *wpa_s, enum tdls_oper oper, const u8 *peer) argument
682 wpa_drv_wnm_oper(struct wpa_supplicant *wpa_s, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) argument
H A Dwpas_glue.c546 static int wpa_supplicant_tdls_oper(void *ctx, int oper, const u8 *peer) argument
549 return wpa_drv_tdls_oper(wpa_s, oper, peer);
H A Devents.c2134 switch (data->tdls.oper) {
2153 switch (data->wnm.oper) {
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp814 int oper = -1; local
832 oper = -1;
845 oper = MI->getNumOperands() - 2;
858 // oper is a signed int.
860 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper)
862 MachineOperand &MO = MI->getOperand(oper);
874 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(),
880 MI->getOperand(oper
[all...]
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h275 static inline int wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, argument
279 return sm->ctx->tdls_oper(sm->ctx->ctx, oper, peer);
H A Dwpa.h57 int (*tdls_oper)(void *ctx, int oper, const u8 *peer);
/freebsd-10.1-release/contrib/wpa/src/drivers/
H A Ddriver.h2424 * @oper: TDLS high-level operation. See %enum tdls_oper
2431 int (*tdls_oper)(void *priv, enum tdls_oper oper, const u8 *peer);
2436 * @oper: WNM operation. See %enum wnm_oper
2442 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer,
3247 } oper; member in struct:wpa_event_data::tdls
3258 } oper; member in struct:wpa_event_data::wnm
/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.c807 static long win_bio_cb(BIO *b, int oper, const char* ATTR_UNUSED(argp), argument
810 verbose(VERB_ALGO, "bio_cb %d, %s %s %s", oper,
811 (oper&BIO_CB_RETURN)?"return":"before",
812 (oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
815 if( (oper == (BIO_CB_READ|BIO_CB_RETURN) && argl == 0) ||
816 (oper == (BIO_CB_GETS|BIO_CB_RETURN) && argl == 0)) {
821 if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||
822 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {
/freebsd-10.1-release/lib/libfetch/
H A Dftp.c619 ftp_transfer(conn_t *conn, const char *oper, const char *file, argument
779 e = ftp_cmd(conn, "%s %.*s", oper, filenamelen, filename);
870 e = ftp_cmd(conn, "%s %.*s", oper, filenamelen, filename);

Completed in 146 milliseconds