Searched refs:connect (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-sme.c28 wdev->wext.connect.ie = wdev->wext.ie;
29 wdev->wext.connect.ie_len = wdev->wext.ie_len;
35 wdev->wext.connect.privacy = true;
38 if (!wdev->wext.connect.ssid_len)
53 &wdev->wext.connect, ck, prev_bssid);
92 if (wdev->wext.connect.channel == chan) {
98 if (wdev->wext.connect.ssid_len)
107 wdev->wext.connect.channel = chan;
110 if (chan && !wdev->wext.connect.ssid_len) {
137 else if (wdev->wext.connect
[all...]
H A Dsme.c2 * SME code for cfg80211's connect emulation.
704 wdev->wext.connect.ssid_len = 0;
739 struct cfg80211_connect_params *connect,
766 connect->key_idx = idx;
767 connect->key = connkeys->params[idx].key;
768 connect->key_len = connkeys->params[idx].key_len;
774 if (connect->crypto.cipher_group == 0)
775 connect->crypto.cipher_group = cipher;
777 if (connect->crypto.n_ciphers_pairwise == 0) {
778 connect
737 __cfg80211_connect(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_connect_params *connect, struct cfg80211_cached_keys *connkeys, const u8 *prev_bssid) argument
885 cfg80211_connect(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_connect_params *connect, struct cfg80211_cached_keys *connkeys) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-on20 # used on the connect option. (To do so on a 'root' account would be
36 noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dppp-on20 # used on the connect option. (To do so on a 'root' account would be
36 noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dmainwin.cc157 connect( ui.action_Toolbar, SIGNAL(toggled(bool)), this, SLOT(setToolbarVisible(bool)));
158 connect( ui.action_Filterbar, SIGNAL(toggled(bool)), this, SLOT(setFilterbarVisible(bool)));
159 connect( ui.action_Statusbar, SIGNAL(toggled(bool)), this, SLOT(setStatusbarVisible(bool)));
160 connect( ui.action_CompactView, SIGNAL(toggled(bool)), this, SLOT(setCompactView(bool)));
161 connect( ui.action_SortByActivity, SIGNAL(toggled(bool)), this, SLOT(onSortByActivityToggled(bool)));
162 connect( ui.action_SortByAge, SIGNAL(toggled(bool)), this, SLOT(onSortByAgeToggled(bool)));
163 connect( ui.action_SortByETA, SIGNAL(toggled(bool)), this, SLOT(onSortByETAToggled(bool)));
164 connect( ui.action_SortByName, SIGNAL(toggled(bool)), this, SLOT(onSortByNameToggled(bool)));
165 connect( ui.action_SortByProgress, SIGNAL(toggled(bool)), this, SLOT(onSortByProgressToggled(bool)));
166 connect( u
[all...]
H A Dlicense.cc41 connect( box, SIGNAL(rejected()), this, SLOT(hide()) );
H A Drelocate.cc103 connect( myMoveRadio, SIGNAL(toggled(bool)), this, SLOT(onMoveToggled(bool)));
104 connect( myDirButton, SIGNAL(clicked(bool)), this, SLOT(onDirButtonClicked()));
109 connect( buttons, SIGNAL(rejected()), this, SLOT(deleteLater()));
110 connect( buttons, SIGNAL(accepted()), this, SLOT(onSetLocation()));
H A Dmake-dialog.cc140 connect( buttons, SIGNAL(clicked(QAbstractButton*)),
145 connect( dialog, SIGNAL(destroyed(QObject*)),
179 connect( d, SIGNAL(filesSelected(const QStringList&)),
204 connect( d, SIGNAL(filesSelected(const QStringList&)),
229 connect( d, SIGNAL(filesSelected(const QStringList&)),
249 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
255 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
330 connect( &myTimer, SIGNAL(timeout()), this, SLOT(onProgress()) );
349 connect( b, SIGNAL(clicked(bool)),
355 connect( myFolderRadi
[all...]
H A Dsession-dialog.cc80 connect( rb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
84 connect( rb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
97 connect( cb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
114 connect( buttons, SIGNAL(rejected()), this, SLOT(hide()));
115 connect( buttons, SIGNAL(accepted()), this, SLOT(onAccepted()));
H A Dabout.cc74 connect( b, SIGNAL(clicked()), this, SLOT(showCredits()) );
78 connect( b, SIGNAL(clicked()), myLicenseDialog, SLOT(show()) );
83 connect( box, SIGNAL(rejected()), this, SLOT(hide()) );
H A Dstats-dialog.cc34 connect( myTimer, SIGNAL(timeout()), this, SLOT(onTimer()) );
55 connect( buttons, SIGNAL(rejected()), this, SLOT(hide()) ); // "close" triggers rejected
58 connect( &mySession, SIGNAL(statsUpdated()), this, SLOT(updateStats()) );
H A Dapp.cc168 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myModel, SLOT(updateTorrents(tr_benc*,bool)) );
169 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myWindow, SLOT(refreshActionSensitivity()) );
170 connect( mySession, SIGNAL(torrentsRemoved(tr_benc*)), myModel, SLOT(removeTorrents(tr_benc*)) );
172 connect( mySession, SIGNAL(sourceChanged()), this, SLOT(onSessionSourceChanged()) );
174 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), mySession, SLOT(initTorrents(QSet<int>)) );
175 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), this, SLOT(onTorrentsAdded(QSet<int>)) );
181 connect( myWatchDir, SIGNAL(torrentFileAdded(QString)), this, SLOT(addTorrent(QString)) );
188 connect( myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(const int)) );
191 connect( timer, SIGNAL(timeout()), this, SLOT(refreshTorrents()) );
197 connect( time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_dummy.c79 int connect; member in struct:snd_seq_dummy_port
99 ev.source.port = p->connect;
130 tmpev.source.port = p->connect;
161 rec->connect = 0;
224 rec1->connect = rec2->port;
225 rec2->connect = rec1->port;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dzmqshell.py11 self.requester.connect(bind_address)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsock_exec.c64 if (connect(fd[1],(struct sockaddr *)&sock,sizeof(sock)) == -1) {
74 if (connect(fd[1],(struct sockaddr *)&sock,sizeof(sock)) != 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dwmi.c231 struct htc_service_connreq connect; local
236 memset(&connect, 0, sizeof(connect));
238 connect.ep_callbacks.priv = wmi;
239 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx;
240 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx;
241 connect.service_id = WMI_CONTROL_SVC;
243 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxp_main.c95 xpc_set_interface(void (*connect) (int),
103 xpc_interface.connect = connect;
118 xpc_interface.connect = (void (*)(int))xpc_notloaded;
191 xpc_interface.connect(ch_number);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpproto.c107 int max_packet_size, int connect)
116 if (connect)
117 url_add_option(buf, buf_size, "connect=1");
127 * 'connect=0/1' : do a connect() on the UDP socket
141 ttl, connect, local
156 connect = 0;
178 if (av_find_info_tag(buf, sizeof(buf), "connect", p)) {
179 connect = strtol(buf, NULL, 10);
185 connect);
104 build_udp_url(char *buf, int buf_size, const char *hostname, int port, int local_port, int ttl, int max_packet_size, int connect) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc283 connect(this, SIGNAL(lostFocus()), SLOT(hide()));
334 connect(this, SIGNAL(selectionChanged(void)),
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
819 connect(action, SIGNAL(toggled(bool)),
821 connect(parent(), SIGNAL(showNameChanged(bool)),
827 connect(action, SIGNAL(toggled(bool)),
829 connect(parent(), SIGNAL(showRangeChanged(bool)),
835 connect(action, SIGNAL(toggled(bool)),
837 connect(parent(), SIGNAL(showDataChanged(bool)),
946 connect(configAp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A DMakefile6 cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_serial.h33 /* port is managed by gserial_{connect,disconnect} */
45 void (*connect)(struct gserial *p); member in struct:gserial
58 /* connect/disconnect is handled by individual functions */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc61 QObject::connect (window->button, SIGNAL (clicked ()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Dfr.inc29 $text["highidmsg"] = "est connect&#233; (high id)";
30 $text["lowidmsg"] = "est connect&#233; (low id)";
31 $text["offrunmsg"] = "n'est pas connect&#233;";
63 $text["offline"] = "D&#233;connect&#233;";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/shell/
H A Ddial_on3 # description: dial and try to connect to internet
48 # used on the connect option. (To do so on a 'root' account would be
64 /usr/local/lcDial/sbin/pppd linkname LcPhone $AUTHENTICATION lock crtscts modem $DEVICE 115200 $USEPEERDNS noauth noipdefault defaultroute name "$ACCOUNT" password "$PASSWORD" connect $DIALER_SCRIPT disconnect $CLOSE_SCRIPT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc48 window->delete_event.connect (SigC::slot (quit_callback));
61 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));

Completed in 212 milliseconds

1234567891011>>