diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2012-03-01 19:55:46 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-03-01 19:55:46 +0200 |
commit | 9f85a37e0371120d1cf082b90fcfaf9d0ca04fc3 (patch) | |
tree | 176a188bae66f403fd451901c10cd7c773efeafd /doc | |
parent | 6979582ca6ff9b82c77fd81025fdcaed4f67e593 (diff) | |
download | external_wpa_supplicant_8_ti-9f85a37e0371120d1cf082b90fcfaf9d0ca04fc3.zip external_wpa_supplicant_8_ti-9f85a37e0371120d1cf082b90fcfaf9d0ca04fc3.tar.gz external_wpa_supplicant_8_ti-9f85a37e0371120d1cf082b90fcfaf9d0ca04fc3.tar.bz2 |
Fix P2P-SERV-DISC-{REQ,RESP} documentation
The Service Update Indicator parameter was missing from documentation.
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ctrl_iface.doxygen | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ctrl_iface.doxygen b/doc/ctrl_iface.doxygen index f820f9e..0d06625 100644 --- a/doc/ctrl_iface.doxygen +++ b/doc/ctrl_iface.doxygen @@ -1012,8 +1012,8 @@ P2P-PROV-DISC-PBC-RESP 02:40:61:c2:f3:b7 P2P-SERV-DISC-REQ: Indicate reception of a P2P service discovery request. The following parameters are included after the event prefix: -frequency in MHz, source address, dialog token, Service Query TLV(s) as -hexdump. +frequency in MHz, source address, dialog token, Service Update +Indicator, Service Query TLV(s) as hexdump. \verbatim P2P-SERV-DISC-REQ 2412 02:40:61:c2:f3:b7 0 0 02000001 @@ -1023,7 +1023,8 @@ P2P-SERV-DISC-REQ 2412 02:40:61:c2:f3:b7 0 0 02000001 P2P-SERV-DISC-RESP: Indicate reception of a P2P service discovery response. The following parameters are included after the event prefix: -source address, dialog token, Service Response TLV(s) as hexdump. +source address, Service Update Indicator, Service Response TLV(s) as +hexdump. \verbatim P2P-SERV-DISC-RESP 02:40:61:c2:f3:b7 0 0300000101 |