Searched refs:display (Results 1 – 19 of 19) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | tshark.py | 24 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)
|
D | test_kernel.py | 124 display=["wlan_mgt.fixed.category_code"])
|
D | test_gas.py | 175 display=["wlan.ta", "wlan.ra"]) 1338 display=["wlan.bssid"]) 1394 display=["wlan.bssid"]) 1436 display=["wlan.bssid"]) 1487 display=["wlan.bssid"])
|
D | test_mbo.py | 230 display=['frame.time'], wait=False)
|
D | test_eht.py | 819 display=['frame.number']) 826 display=['frame.number']) 945 display=['frame.number'])
|
D | test_owe.py | 703 display=['wlan_mgt.fixed.status_code'])
|
D | test_sigma_dut.py | 5804 display=["wlan.ta"])
|
D | test_ap_wps.py | 10266 display=["wps.mac_address"])
|
/hostap-latest/src/utils/ |
D | wpa_debug.c | 285 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/ |
D | README-P2P | 135 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 …]
|
D | README-WPS | 109 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
|
D | ChangeLog | 1152 - 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/ |
D | ctrl_iface.doxygen | 417 [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
|
D | p2p.doxygen | 229 to display a PIN for the local device to enter (and vice versa). Upper 235 automatically accept the Provision Discovery for display and keypad
|
D | dbus.doxygen | 1444 …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/ |
D | wpa_gui.sgml | 78 <listitem><para>Run program in the quiet mode - do not display tray
|
/hostap-latest/wpadebug/ |
D | README | 24 wpadebug depends on zxing core to launch QR code display/scanning.
|
/hostap-latest/hostapd/ |
D | README-WPS | 110 config_methods=label display push_button keypad 242 - display the current configuration
|
D | ChangeLog | 664 - Add hostap_cli get_config command to display current AP config.
|