Home
last modified time | relevance | path

Searched refs:display (Results 1 – 19 of 19) sorted by relevance

/hostap-latest/tests/hwsim/
Dtshark.py24 def _run_tshark(filename, filter, display=None, wait=True): argument
35 if display:
37 for d in display:
92 def run_tshark(filename, filter, display=None, wait=True): argument
93 if display is None: display = []
96 [x.replace('wlan_mgt', 'wlan') for x in display],
106 return _run_tshark(filename, filter, display, wait)
Dtest_kernel.py124 display=["wlan_mgt.fixed.category_code"])
Dtest_gas.py175 display=["wlan.ta", "wlan.ra"])
1338 display=["wlan.bssid"])
1394 display=["wlan.bssid"])
1436 display=["wlan.bssid"])
1487 display=["wlan.bssid"])
Dtest_mbo.py230 display=['frame.time'], wait=False)
Dtest_eht.py819 display=['frame.number'])
826 display=['frame.number'])
945 display=['frame.number'])
Dtest_owe.py703 display=['wlan_mgt.fixed.status_code'])
Dtest_sigma_dut.py5804 display=["wlan.ta"])
Dtest_ap_wps.py10266 display=["wps.mac_address"])
/hostap-latest/src/utils/
Dwpa_debug.c285 const char *display; in _wpa_hexdump() local
289 display = " [NULL]"; in _wpa_hexdump()
291 display = ""; in _wpa_hexdump()
307 display = strbuf; in _wpa_hexdump()
309 display = " [REMOVED]"; in _wpa_hexdump()
315 title, (long unsigned int) len, display, in _wpa_hexdump()
323 const char *display; in _wpa_hexdump() local
327 display = " [NULL]"; in _wpa_hexdump()
329 display = ""; in _wpa_hexdump()
342 display = strbuf; in _wpa_hexdump()
[all …]
/hostap-latest/wpa_supplicant/
DREADME-P2P135 p2p_prov_disc <peer device address> <display|keypad|pbc> [join|auto]
140 02:01:02:03:04:05 display" would request the peer to display a PIN for
142 to enter a PIN that we display.
146 mainly used with "display" to request it to display a PIN. The "auto"
151 p2p_connect <peer device address> <pbc|pin|PIN#|p2ps> [display|keypad|p2ps]
164 used (e.g., 12345670). [display|keypad] is used with PIN method
165 to specify which PIN is used (display=dynamically generated random PIN
166 from local display, keypad=PIN entered from peer display). "persistent"
446 # format: wifi-display <list of roles> <list of subelements>
447 p2p_serv_disc_req 00:00:00:00:00:00 wifi-display [source] 2,3,4,5
[all …]
DREADME-WPS109 If the client device has a display, a random PIN has to be generated
120 If the client device does not have a display that could show the
DChangeLog1152 - Add log_level command, which can be used to display the current
1166 manage the BSS blacklist and display its current contents.
1918 * wpa_gui: do not display password/PSK field contents
2101 * display EAP Notification messages to user through control interface
/hostap-latest/doc/
Dctrl_iface.doxygen417 [label|display|keypad] [persistent] [join|auth] [go_intent=<0..15>]
427 used (e.g., 12345670). [label|display|keypad] is used with PIN method
429 display=dynamically generated random PIN from local display,
430 keypad=PIN entered from peer device label or display). "persistent"
474 02:01:02:03:04:05 display" would request the peer to display a PIN for
476 to enter a PIN that we display.
963 P2P_EVENT_PROV_DISC_SHOW_PIN: Request from the peer for us to display
Dp2p.doxygen229 to display a PIN for the local device to enter (and vice versa). Upper
235 automatically accept the Provision Discovery for display and keypad
Ddbus.doxygen1444 …rtised WPS configuration methods. Available methods: usba ethernet label display ext_nfc_token int…
1626 …<tr><td>wps_method</td><td>s</td><td>"pbc", "display", "keypad", "pin" (alias for "display")</td><…
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml78 <listitem><para>Run program in the quiet mode - do not display tray
/hostap-latest/wpadebug/
DREADME24 wpadebug depends on zxing core to launch QR code display/scanning.
/hostap-latest/hostapd/
DREADME-WPS110 config_methods=label display push_button keypad
242 - display the current configuration
DChangeLog664 - Add hostap_cli get_config command to display current AP config.