This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Wifi-Direct on NetworkManager

Intro

Wifi-Direct is another name for Wifi-p2p

Goal

Based on existing implementation of miraclecast (Wifi-Direct + miracast protocol) implement Wifi-Direct for NetworkManager

attachment:gnome screencast

Technical doc

Techical docs from wifi.ofg: http://www.wi-fi.org/downloads-registered-guest/Wi-Fi_Peer-to-Peer_Services_Technical_Spec_Package_v1.2.zip/29561

Steps

Developer hints

NetworkManager is a complex piece of software with lot of dependencies

https://wiki.gnome.org/NetworkManager/WifiDirect?action=AttachFile&do=get&target=dependencies.png

Required packages on fedora

moving around to these files can be done with cscope. There's a special target to index project with cscope

cscope index rule

doing:

could be not enough. Use SOURCEDIRS env to allow cscope index sources for dependencies. Read more on cscope man

If you use jhbuild these can be easier as jhbuild downloads all sources not new enough on ~/jhbuild/checkout

jhbuild nm dependencies

So:

will index those files too


2024-10-23 11:23