Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 38) sorted by relevance

12

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dsignalbar.cpp31 int signal; in paint() local
39 signal = 0 - (256 - index.data().toInt()); in paint()
41 signal = index.data().toInt(); in paint()
45 if (signal < opts.minimum) in paint()
47 else if (signal > opts.maximum) in paint()
50 opts.progress = signal; in paint()
52 opts.text = QString::number(signal) + " dBm"; in paint()
Dscanresults.cpp78 QString ssid, bssid, freq, signal, flags; in updateResults() local
92 signal = (*it).mid(pos); in updateResults()
104 item->setText(3, signal); in updateResults()
Dscanresults.ui47 <string>signal</string>
/hostap-latest/tests/hwsim/
Dtest_ap_config.py8 import signal
96 os.kill(pid, signal.SIGHUP)
100 os.kill(pid, signal.SIGHUP)
111 os.kill(pid, signal.SIGHUP)
115 os.kill(pid, signal.SIGHUP)
134 os.kill(pid, signal.SIGHUP)
164 os.kill(pid, signal.SIGTERM)
201 os.kill(pid, signal.SIGHUP)
246 os.kill(pid, signal.SIGHUP)
257 os.kill(pid, signal.SIGHUP)
[all …]
Dtest_fst_config.py12 import signal
253 os.kill(pid, signal.SIGTERM)
Dtest_macsec.py11 import signal
493 os.kill(pid, signal.SIGTERM)
Dfst_module_aux.py9 import signal
Dtest_radius.py15 import signal
1860 os.kill(pid, signal.SIGTERM)
/hostap-latest/wpa_supplicant/examples/
Dwpas-dbus-new.py67 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
76 …' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
Dwpas-dbus-new-signals.py74 signal = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'Signal',
83 …' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq))
/hostap-latest/src/utils/
Dincludes.h61 #define signal(a, b) (void)(b) macro
Deloop.c189 signal(SIGSEGV, eloop_sigsegv_handler); in eloop_init()
988 signal(SIGALRM, eloop_handle_alarm); in eloop_handle_signal()
1044 signal(sig, eloop_handle_signal); in eloop_register_signal()
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP
39 preferred), and signal strength.</para>
Dwpa_gui.sgml62 <listitem><para>Set the update interval in seconds for the signal
/hostap-latest/wpa_supplicant/
Dbgscan_simple.c196 siginfo.data.signal >= data->signal_threshold) in bgscan_simple_init()
Dbgscan_learn.c425 siginfo.data.signal >= data->signal_threshold) in bgscan_learn_init()
DChangeLog222 * started to use estimated throughput to avoid undesired signal
347 receipt of SIGHUP signal
382 * added SIGNAL_MONITOR command to request signal strength monitoring
1109 - Add a DBus signal for EAP SM requests, emitted on the Interface
1112 - Add signal Certification for information about server certification.
1259 * avoid unnecessary roaming if multiple APs with similar signal
1285 * add signal strength change events for bgscan; this allows more
1287 the signal strength with the current AP; this improves roaming within
1290 signal strength remains good and to automatically trigger background
1291 scans whenever signal strength drops noticeably
[all …]
Ddefconfig634 # Periodic background scans based on signal strength
675 # When selecting a network, prefer networks with a better signal strength
DREADME513 Changes to configuration file can be reloaded be sending SIGHUP signal
520 file, network security level (WPA/WPA2 is preferred), and signal
834 # configure network, signal DHCP client, etc.
/hostap-latest/hostapd/
Dhlr_auc_gw.c1081 signal(SIGTERM, handle_term); in main()
1082 signal(SIGINT, handle_term); in main()
/hostap-latest/doc/
Ddbus.doxygen656 <p>Fetch signal properties for the current connection.</p>
714 …st events. This is needed in addition to registering a signal handler for the ProbeRequest signal
1272 <p>This signal complements StaAuthorized, passing the Station object and its properties.</p>
1287 <p>This signal complements StaDeauthorized, passing the Station object.</p>
1343 …<p>Information about a received Probe Request frame. This signal is delivered only to a single app…
1347 …names and their values. Possible dictionary keys are: "addr", "dst", "bssid", "ies", "signal".</dd>
1366 …<p>A terms and conditions page is present. This signal is delivered when the network requires acce…
2380 … signals are supposed to be of any real use with Peer objects (i.e., one signal for multiple peers…
Dcode_structure.doxygen56 callbacks, and signal callbacks)
Dporting.doxygen112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_helpers.c1080 si->data.signal) || in wpas_dbus_new_from_signal_information()
/hostap-latest/src/drivers/
Ddriver_wext.c2428 si->data.signal = -WPA_INVALID_NOISE; in wpa_driver_wext_signal_poll()
2444 si->data.signal = stats.qual.level - in wpa_driver_wext_signal_poll()

12