| /hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
| D | signalbar.cpp | 31 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()
|
| D | scanresults.cpp | 78 QString ssid, bssid, freq, signal, flags; in updateResults() local 92 signal = (*it).mid(pos); in updateResults() 104 item->setText(3, signal); in updateResults()
|
| D | scanresults.ui | 47 <string>signal</string>
|
| /hostap-latest/tests/hwsim/ |
| D | test_ap_config.py | 8 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 …]
|
| D | test_fst_config.py | 12 import signal 253 os.kill(pid, signal.SIGTERM)
|
| D | test_macsec.py | 11 import signal 493 os.kill(pid, signal.SIGTERM)
|
| D | fst_module_aux.py | 9 import signal
|
| D | test_radius.py | 15 import signal 1860 os.kill(pid, signal.SIGTERM)
|
| /hostap-latest/wpa_supplicant/examples/ |
| D | wpas-dbus-new.py | 67 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))
|
| D | wpas-dbus-new-signals.py | 74 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/ |
| D | includes.h | 61 #define signal(a, b) (void)(b) macro
|
| D | eloop.c | 189 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/ |
| D | wpa_supplicant.conf.sgml | 31 SIGHUP signal to <command>wpa_supplicant</command> ('killall -HUP 39 preferred), and signal strength.</para>
|
| D | wpa_gui.sgml | 62 <listitem><para>Set the update interval in seconds for the signal
|
| /hostap-latest/wpa_supplicant/ |
| D | bgscan_simple.c | 196 siginfo.data.signal >= data->signal_threshold) in bgscan_simple_init()
|
| D | bgscan_learn.c | 425 siginfo.data.signal >= data->signal_threshold) in bgscan_learn_init()
|
| D | ChangeLog | 222 * 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 …]
|
| D | defconfig | 634 # Periodic background scans based on signal strength 675 # When selecting a network, prefer networks with a better signal strength
|
| D | README | 513 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/ |
| D | hlr_auc_gw.c | 1081 signal(SIGTERM, handle_term); in main() 1082 signal(SIGINT, handle_term); in main()
|
| /hostap-latest/doc/ |
| D | dbus.doxygen | 656 <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…
|
| D | code_structure.doxygen | 56 callbacks, and signal callbacks)
|
| D | porting.doxygen | 112 signal). eloop.h defines the event loop interface. \ref eloop.c is an
|
| /hostap-latest/wpa_supplicant/dbus/ |
| D | dbus_new_helpers.c | 1080 si->data.signal) || in wpas_dbus_new_from_signal_information()
|
| /hostap-latest/src/drivers/ |
| D | driver_wext.c | 2428 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()
|