Searched refs:dialog (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_wpas_wmm_ac.py | 142 (categ, action, dialog, status) = struct.unpack('BBBB', payload[0:4]) 150 msg['payload'] = struct.pack('BBBB', 17, 1, (dialog + 1) & 0xff, 0) + payload[4:] 154 msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 0) + payload[4:] 163 msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 0) + payload[4:] 167 msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 0) 171 …msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 0) + payload[4:] + struct.pack('BB', 0xdd, 100) 175 …msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 0) + payload[4:] + b'\xdd\x06\x00\x50\xf2\x02\… 197 (categ, action, dialog, status) = struct.unpack('BBBB', payload[0:4]) 206 …msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 1) + payload[4:12] + struct.pack('B', p12int &… 210 msg['payload'] = struct.pack('BBBB', 17, 1, dialog, 1) + payload[4:]
|
D | test_wnm.py | 584 (dialog, status, bss_term_delay) = struct.unpack('BBB', pos[0:3]) 585 resp['dialog'] = dialog 593 if expect_dialog is not None and dialog != expect_dialog:
|
/hostap-latest/src/ap/ |
D | gas_serv.c | 1740 struct gas_dialog_info *dialog; in gas_serv_rx_gas_comeback_req() local 1753 dialog = gas_serv_dialog_find(hapd, sa, dialog_token); in gas_serv_rx_gas_comeback_req() 1754 if (!dialog) { in gas_serv_rx_gas_comeback_req() 1769 frag_len = wpabuf_len(dialog->sd_resp) - dialog->sd_resp_pos; in gas_serv_rx_gas_comeback_req() 1776 buf = wpabuf_alloc_copy(wpabuf_head_u8(dialog->sd_resp) + in gas_serv_rx_gas_comeback_req() 1777 dialog->sd_resp_pos, frag_len); in gas_serv_rx_gas_comeback_req() 1781 gas_serv_dialog_clear(dialog); in gas_serv_rx_gas_comeback_req() 1785 if (dialog->dpp) { in gas_serv_rx_gas_comeback_req() 1788 dialog->sd_frag_id, more, 0, in gas_serv_rx_gas_comeback_req() 1799 dialog->sd_frag_id, in gas_serv_rx_gas_comeback_req() [all …]
|
D | gas_serv.h | 86 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
|
/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaWebViewActivity.java | 131 public void onClick(DialogInterface dialog, int id) in onReceivedSslError() 138 public void onClick(DialogInterface dialog, int id) in onReceivedSslError()
|
D | WpaNfcActivity.java | 47 public void onClick(DialogInterface dialog, int id) in show_alert()
|
D | MainActivity.java | 149 public void onClick(DialogInterface dialog, int id) in show_alert()
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 512 parameters: frequency in MHz, destination address, dialog token, 1015 frequency in MHz, source address, dialog token, Service Update
|
/hostap-latest/wpa_supplicant/ |
D | ChangeLog | 1320 * wpa_gui-qt4: update Peers dialog information more dynamically while 1321 the dialog is kept open 1356 * wpa_gui-qt4: added new Peers dialog to show information about peers 1359 and enroll new devices); can be used with wpa_gui-qt4 Peers dialog 1404 servide and add a new interface if needed through wpa_gui dialog
|
D | README-P2P | 483 parameters: frequency in MHz, destination address, dialog token,
|