Home
last modified time | relevance | path

Searched full:connect (Results 1 – 25 of 1598) sorted by relevance

12345678910>>...64

/Linux-v6.6/net/wireless/
Dwext-sme.c31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect()
32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect()
35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect()
40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect()
43 if (!wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_connect()
58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect()
95 if (wdev->wext.connect.channel == chan) { in cfg80211_mgd_wext_siwfreq()
101 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq()
109 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq()
133 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq()
[all …]
Dsme.c5 * (for nl80211's connect() and wext)
27 * driver. This is for implementing nl80211's connect/disconnect
566 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument
593 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect()
594 if (connect->bssid) { in cfg80211_sme_connect()
596 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect()
599 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect()
608 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect()
743 * API calls for drivers implementing connect/disconnect and
816 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result()
[all …]
/Linux-v6.6/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h45 * +----------+ connect() +----------+
46 * | CLOSED | --------------> | CONNECT |
50 * | Connect Disconnect | | Connect
63 * this state is for the system to make the connect() call for the
64 * mailbox, it will then transition to the connect state.
65 * Connect: In this state the mailbox is seeking a connection. It will
66 * post a connect message with no specified destination and will
68 * is exited when either a connect with the local mailbox as the
72 * entity and the remote. It will fall back to connect in the event of
78 * remote endpoint has fallen back into connect.
[all …]
/Linux-v6.6/tools/testing/selftests/net/
Dsctp_vrf.sh124 echo -n "TEST 01: nobind, connect from client 1, l3mdev_accept=1, Y "
128 echo -n "TEST 02: nobind, connect from client 2, l3mdev_accept=1, N "
133 echo -n "TEST 03: nobind, connect from client 1, l3mdev_accept=0, N "
137 echo -n "TEST 04: nobind, connect from client 2, l3mdev_accept=0, N "
141 echo -n "TEST 05: bind veth2 in server, connect from client 1, N "
145 echo -n "TEST 06: bind veth1 in server, connect from client 1, Y "
149 echo -n "TEST 07: bind vrf-1 in server, connect from client 1, Y "
153 echo -n "TEST 08: bind vrf-2 in server, connect from client 1, N "
157 echo -n "TEST 09: bind vrf-2 in server, connect from client 2, Y "
161 echo -n "TEST 10: bind vrf-1 in server, connect from client 2, N "
[all …]
/Linux-v6.6/sound/soc/sh/rcar/
Dctu.c24 * 0001: Connect input data of channel 0
25 * 0010: Connect input data of channel 1
26 * 0011: Connect input data of channel 2
27 * 0100: Connect input data of channel 3
28 * 0101: Connect input data of channel 4
29 * 0110: Connect input data of channel 5
30 * 0111: Connect input data of channel 6
31 * 1000: Connect input data of channel 7
32 * 1001: Connect calculated data by scale values of matrix row 0
33 * 1010: Connect calculated data by scale values of matrix row 1
[all …]
/Linux-v6.6/drivers/usb/misc/
Dusb3503.c52 struct gpio_desc *connect; member
91 /* SP_LOCK: clear connect_n, config_n for hub connect */ in usb3503_connect()
101 if (hub->connect) in usb3503_connect()
102 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect()
137 if (!conn && hub->connect) in usb3503_switch_mode()
138 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_switch_mode()
253 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe()
254 if (IS_ERR(hub->connect)) { in usb3503_probe()
255 err = PTR_ERR(hub->connect); in usb3503_probe()
258 if (hub->connect) in usb3503_probe()
[all …]
DKconfig31 connect anything other than a printer to it.
82 Say Y here if you want to connect a USB Lego Infrared Tower to your
94 Say Y here if you want to connect an USBLCD to your computer's
105 Say Y here if you want to connect a Cypress CY7C63xxx
118 Say Y here if you want to connect a Cypress USB thermometer
182 Say Y here if you want to connect a PlayStation 2 Trance Vibrator
239 Say Y here if you want to connect a YUREX to your computer's
287 Say Y here if you want to connect an AltusMetrum ChaosKey or
/Linux-v6.6/include/uapi/linux/
Dmei.h41 * IOCTL Connect Client Data structure
72 * @in_client_uuid: UUID of client to connect
83 * struct mei_connect_client_data_vtag - IOCTL connect data union
85 * @connect: input connect data
90 struct mei_connect_client_vtag connect; member
/Linux-v6.6/scripts/kconfig/
Dqconf.cc316 connect(this, &ConfigList::itemSelectionChanged, in ConfigList()
324 connect(configApp, &QApplication::aboutToQuit, in ConfigList()
895 connect(action, &QAction::toggled, in contextMenuEvent()
897 connect(this, &ConfigList::showNameChanged, in contextMenuEvent()
943 connect(configApp, &QApplication::aboutToQuit, in ConfigInfoView()
951 connect(action, &QAction::toggled, in ConfigInfoView()
953 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView()
1241 connect(editField, &QLineEdit::returnPressed, in ConfigSearchWindow()
1246 connect(searchButton, &QPushButton::clicked, in ConfigSearchWindow()
1256 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dinit.c213 * it sends a new connect event
281 /* connect to a service */
293 ath6kl_err("failed to connect to %s service status:%d\n", in ath6kl_connectservice()
326 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local
328 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep()
331 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep()
332 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep()
333 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep()
334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
340 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep()
[all …]
/Linux-v6.6/drivers/nfc/
Dmei_phy.c142 struct mei_nfc_connect *connect; in mei_nfc_connect() local
156 connect = (struct mei_nfc_connect *)cmd->data; in mei_nfc_connect()
169 connect->fw_ivn = phy->fw_ivn; in mei_nfc_connect()
170 connect->vendor_id = phy->vendor_id; in mei_nfc_connect()
172 MEI_DUMP_NFC_HDR("connect request", &cmd->hdr); in mei_nfc_connect()
175 pr_err("Could not send connect cmd %d\n", r); in mei_nfc_connect()
183 pr_err("Could not read connect response %d\n", r); in mei_nfc_connect()
187 MEI_DUMP_NFC_HDR("connect reply", &reply->hdr); in mei_nfc_connect()
336 pr_err("Could not connect to device %d\n", r); in nfc_mei_phy_enable()
/Linux-v6.6/include/linux/
Dnvme-rdma.h51 * struct nvme_rdma_cm_req - rdma connect request
67 * struct nvme_rdma_cm_rep - rdma connect reply
79 * struct nvme_rdma_cm_rej - rdma connect reject
82 * @sts: error status for the associated connect request
/Linux-v6.6/tools/include/uapi/linux/
Dseg6_local.h37 /* adjacency segment (IPv6 cross-connect) */
41 /* decap and L2 cross-connect */
43 /* decap and IPv6 cross-connect */
45 /* decap and IPv4 cross-connect */
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dconnect_ping.c56 if (!ASSERT_OK(connect(sock_fd, sa, sa_len), "connect")) in subtest()
142 /* Connect a v4 ping socket to localhost, assert that only v4 is called, in test_connect_ping()
149 /* Connect a v4 ping socket to localhost, assert that only v4 is called, in test_connect_ping()
156 /* Connect a v6 ping socket to localhost, assert that only v6 is called, in test_connect_ping()
163 /* Connect a v6 ping socket to localhost, assert that only v6 is called, in test_connect_ping()
Dcgroup_tcp_skb.c62 /* Connect to the server in a cgroup from the outside of the cgroup. */
88 /* Connect client to server */ in talk_to_cgroup()
108 /* Connect to the server out of a cgroup from inside the cgroup. */
138 /* Connect client to server */ in talk_to_outside()
223 * 1. Connect to the server from outside the cgroup and close the connection
225 * 2. Connect to the server from outside the cgroup and close the connection
227 * 3. Connect to the server from inside the cgroup and close the connection
229 * 4. Connect to the server from inside the cgroup and close the connection
Dsockmap_ktls.c32 return connect(fd, &unspec, sizeof(unspec)); in disconnect()
54 err = connect(cli, (struct sockaddr *)&addr, len); in test_sockmap_ktls_disconnect_after_delete()
55 if (!ASSERT_OK(err, "connect")) in test_sockmap_ktls_disconnect_after_delete()
113 err = connect(s, (struct sockaddr *)&addr, len); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
114 if (!ASSERT_OK(err, "connect")) in test_sockmap_ktls_update_fails_when_sock_has_ulp()
Dsockopt_inherit.c29 if (connect(fd, (const struct sockaddr *)&addr, len) < 0) { in connect_to_server()
30 log_err("Fail to connect to server"); in connect_to_server()
180 ASSERT_OK(verify_sockopt(client_fd, CUSTOM_INHERIT1, "connect", 0), "verify_sockopt1"); in run_test()
181 ASSERT_OK(verify_sockopt(client_fd, CUSTOM_INHERIT2, "connect", 0), "verify_sockopt2"); in run_test()
182 ASSERT_OK(verify_sockopt(client_fd, CUSTOM_LISTENER, "connect", 0), "verify_sockopt ener"); in run_test()
/Linux-v6.6/include/net/
Dllc_if.h55 #define LLC_STATUS_CONN 0 /* connect confirm & reset confirm */
56 #define LLC_STATUS_DISC 1 /* connect confirm & reset confirm */
57 #define LLC_STATUS_FAILED 2 /* connect confirm & reset confirm */
58 #define LLC_STATUS_IMPOSSIBLE 3 /* connect confirm */
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dsmsc,usb3503.yaml22 connect-gpios:
25 GPIO for connect
116 connect-gpios = <&gpx3 0 1>;
134 connect-gpios = <&gpx3 0 1>;
155 connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
/Linux-v6.6/tools/testing/vsock/
Dvsock_test.c46 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
47 timeout_check("connect"); in test_stream_connection_reset()
52 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
56 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
85 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
86 timeout_check("connect"); in test_stream_bind_only_client()
91 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
95 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
141 perror("connect"); in test_stream_client_close_client()
176 perror("connect"); in test_stream_server_close_client()
[all …]
/Linux-v6.6/include/net/caif/
Dcaif_dev.h30 * @sockaddr: Socket address to connect.
34 * @param: Connect Request parameters (CAIF_SO_REQ_PARAM).
49 * caif_connect_client - Connect a client to CAIF Core Stack.
51 * to connect on the Modem.
62 * function will receive information about connect/disconnect responses,
/Linux-v6.6/Documentation/hwmon/
Dntc_thermistor.rst46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::
58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::
70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)::
95 pulldown_ohm, and connect should be provided. When none of the four models
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dwmi.c263 struct htc_service_connreq connect; in ath9k_wmi_connect() local
268 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect()
270 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect()
271 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect()
272 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect()
273 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect()
275 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
/Linux-v6.6/Documentation/admin-guide/media/
Ddvb-usb-ttusb2-cardlist.rst19 * - Technotrend TT-connect CT-3650
21 * - Technotrend TT-connect S-2400
23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
/Linux-v6.6/tools/testing/selftests/netfilter/
Dnf_nat_edemux.sh49 # Connect the namespaces using a veth pair
91 # Check socat can connect to 10.96.0.1:443 (aka 192.168.1.1:5201).
93 echo "PASS: socat can connect via NAT'd address"
95 echo "FAIL: socat cannot connect via NAT'd address"

12345678910>>...64