WFD: Add Wi-Fi Display support
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 2 Mar 2012 15:26:01 +0000 (17:26 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 29 Aug 2012 16:51:29 +0000 (19:51 +0300)
commit9675ce354af84f3f1c8729a349a93bb1271658cc
treea598e9db6f3f6ec3561b424e123750fcff2abc5e
parenteb7719ff2204f4af21d76f13138fa21f6b4d94f0
WFD: Add Wi-Fi Display support

This commit adds control interface commands and internal storage of
Wi-Fi Display related configuration. In addition, WFD IE is now added
to various P2P frames, Probe Request/Response, and (Re)Association
Request/Response frames. WFD subelements from peers are stored in the
P2P peer table.

Following control interface commands are now available:
SET wifi_display <0/1>
GET wifi_display
WFD_SUBELEM_SET <subelem> [hexdump of length+body]
WFD_SUBELEM_GET <subelem>

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
19 files changed:
src/ap/ap_drv_ops.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/ieee802_11_defs.h
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_go_neg.c
src/p2p/p2p_group.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/p2p/p2p_parse.c
src/p2p/p2p_pd.c
wpa_supplicant/Makefile
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wifi_display.c [new file with mode: 0644]
wpa_supplicant/wifi_display.h [new file with mode: 0644]
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h