Creating Persistent p2p Groups in Ubuntu Unicorn Meta Zoo #1: Why another podcast? ...

Multiple fireplaces in an apartment building?

Do I need to protect SFP ports and optics from dust/contaminants? If so, how?

Why does the Cisco show run command not show the full version, while the show version command does?

Book with legacy programming code on a space ship that the main character hacks to escape

With indentation set to `0em`, when using a line break, there is still an indentation of a size of a space

Additive group of local rings

Multiple options vs single option UI

Visa-free travel to the US using refugee travel document from Spain?

Co-worker works way more than he should

What is it called when you ride around on your front wheel?

Map material from china not allowed to leave the country

Passing args from the bash script to the function in the script

Do you need a weapon for Thunderous Smite, and the other 'Smite' spells?

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Will I lose my paid in full property

What is the term for a person whose job is to place products on shelves in stores?

Did the Roman Empire have penal colonies?

What to do with someone that cheated their way through university and a PhD program?

What is this word supposed to be?

std::is_constructible on incomplete types

Identify story/novel: Tribe on colonized planet, not aware of this. "Taboo," altitude sickness, robot guardian (60s? Young Adult?)

How to translate "red flag" into Spanish?

A strange hotel

Mistake in years of experience in resume?



Creating Persistent p2p Groups in Ubuntu



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraCheck if pendrive is persistent?trustworthy p2p solution to accelerate apt-get dist-upgradePersistent file on USBP2P not working on SaucyShutdown Persistent USB installWifi P2P wpa_supplicant - failed to create p2p device interfaceUbuntu live usb, with persistent memory?Ubuntu 14.0.4 persistent in files but not programsPersistent storage not workingWhat to do after P2P-INVITATION-RECEIVED in wpa_supplicant?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















I would like to form persistent group so that after a disconnection, when previously disconnected device sends connection invitation GO doesn't need to accept the invitation. Here's an example, which will explain my problem better: I have nodes sta-1, sta-2, and sta-3. sta-1 creates group, then sta-2 and sta-3 send connection invitation to sta-1 with the line



p2p_connect <sta-1 MAC address> pbc persistent join



Then, sta-1 accepts the connection invitation using



wps_pbc any



Group formation is complete now. Then, I disconnect sta-1 tearing the group down. After this point, when either sta-1 or sta-2 (or both) send connection invitation to sta-1 with the same command above, I expect connection to happen automatically without the need of any confirmation, because I had created a consisted group. However, connection doesn't take place if I do not use wps_pbc any again.



At this point, my question is: how can I realize persistent connection without need of confirmation for connection invitation?










share|improve this question































    3















    I would like to form persistent group so that after a disconnection, when previously disconnected device sends connection invitation GO doesn't need to accept the invitation. Here's an example, which will explain my problem better: I have nodes sta-1, sta-2, and sta-3. sta-1 creates group, then sta-2 and sta-3 send connection invitation to sta-1 with the line



    p2p_connect <sta-1 MAC address> pbc persistent join



    Then, sta-1 accepts the connection invitation using



    wps_pbc any



    Group formation is complete now. Then, I disconnect sta-1 tearing the group down. After this point, when either sta-1 or sta-2 (or both) send connection invitation to sta-1 with the same command above, I expect connection to happen automatically without the need of any confirmation, because I had created a consisted group. However, connection doesn't take place if I do not use wps_pbc any again.



    At this point, my question is: how can I realize persistent connection without need of confirmation for connection invitation?










    share|improve this question



























      3












      3








      3








      I would like to form persistent group so that after a disconnection, when previously disconnected device sends connection invitation GO doesn't need to accept the invitation. Here's an example, which will explain my problem better: I have nodes sta-1, sta-2, and sta-3. sta-1 creates group, then sta-2 and sta-3 send connection invitation to sta-1 with the line



      p2p_connect <sta-1 MAC address> pbc persistent join



      Then, sta-1 accepts the connection invitation using



      wps_pbc any



      Group formation is complete now. Then, I disconnect sta-1 tearing the group down. After this point, when either sta-1 or sta-2 (or both) send connection invitation to sta-1 with the same command above, I expect connection to happen automatically without the need of any confirmation, because I had created a consisted group. However, connection doesn't take place if I do not use wps_pbc any again.



      At this point, my question is: how can I realize persistent connection without need of confirmation for connection invitation?










      share|improve this question
















      I would like to form persistent group so that after a disconnection, when previously disconnected device sends connection invitation GO doesn't need to accept the invitation. Here's an example, which will explain my problem better: I have nodes sta-1, sta-2, and sta-3. sta-1 creates group, then sta-2 and sta-3 send connection invitation to sta-1 with the line



      p2p_connect <sta-1 MAC address> pbc persistent join



      Then, sta-1 accepts the connection invitation using



      wps_pbc any



      Group formation is complete now. Then, I disconnect sta-1 tearing the group down. After this point, when either sta-1 or sta-2 (or both) send connection invitation to sta-1 with the same command above, I expect connection to happen automatically without the need of any confirmation, because I had created a consisted group. However, connection doesn't take place if I do not use wps_pbc any again.



      At this point, my question is: how can I realize persistent connection without need of confirmation for connection invitation?







      14.04 persistent p2p






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 15 '17 at 1:31







      Eric

















      asked Mar 13 '17 at 21:09









      EricEric

      2314




      2314






















          1 Answer
          1






          active

          oldest

          votes


















          0














          In readme of the wpa_supplicant u can get something like



          set persistent_reconnect <0/1>

          Disable/enabled persistent reconnect for reinvocation of persistent
          groups. If enabled, invitations to reinvoke a persistent group will be
          accepted without separate authorization (e.g., user interaction).





          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f892703%2fcreating-persistent-p2p-groups-in-ubuntu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            In readme of the wpa_supplicant u can get something like



            set persistent_reconnect <0/1>

            Disable/enabled persistent reconnect for reinvocation of persistent
            groups. If enabled, invitations to reinvoke a persistent group will be
            accepted without separate authorization (e.g., user interaction).





            share|improve this answer




























              0














              In readme of the wpa_supplicant u can get something like



              set persistent_reconnect <0/1>

              Disable/enabled persistent reconnect for reinvocation of persistent
              groups. If enabled, invitations to reinvoke a persistent group will be
              accepted without separate authorization (e.g., user interaction).





              share|improve this answer


























                0












                0








                0







                In readme of the wpa_supplicant u can get something like



                set persistent_reconnect <0/1>

                Disable/enabled persistent reconnect for reinvocation of persistent
                groups. If enabled, invitations to reinvoke a persistent group will be
                accepted without separate authorization (e.g., user interaction).





                share|improve this answer













                In readme of the wpa_supplicant u can get something like



                set persistent_reconnect <0/1>

                Disable/enabled persistent reconnect for reinvocation of persistent
                groups. If enabled, invitations to reinvoke a persistent group will be
                accepted without separate authorization (e.g., user interaction).






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 10 hours ago









                vishalvishal

                11




                11






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f892703%2fcreating-persistent-p2p-groups-in-ubuntu%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    List of shipwrecks in 1808...

                    Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

                    Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...