Jump to content

Disabling WPS when creating an AP


tibibs

Recommended Posts

Hi,

 

I am using my armbian board to create an access point.

I have noticed that WPS is always active by default and users are, especially on WIndows, prompted to enter the WPS PIn in order to connect to the WIFI instead of the pass phrase.

 

I have checked wpa_supplicant.conf which looks like is controlled by dbus

 

 

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
        <policy user="root">
                <allow own="fi.w1.wpa_supplicant1"/>

                <allow send_destination="fi.w1.wpa_supplicant1"/>
                <allow send_interface="fi.w1.wpa_supplicant1"/>
                <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
        </policy>
        <policy group="netdev">
                <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
                <allow send_interface="fi.epitest.hostap.WPASupplicant"/>

                <allow send_destination="fi.w1.wpa_supplicant1"/>
                <allow send_interface="fi.w1.wpa_supplicant1"/>
                <allow receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
        </policy>
        <policy context="default">
                <deny own="fi.w1.wpa_supplicant1"/>
                <deny send_destination="fi.w1.wpa_supplicant1"/>
                <deny receive_sender="fi.w1.wpa_supplicant1" receive_type="signal"/>
        </policy>
</busconfig>

 

HOw can I disable this WPS option to kick in?

 

thank you,

 

Tibibs

 

Link to comment
Share on other sites

Sorry, I missed your answer.

I am using Network Manager to manage my connections and activate the Access Point when needed. But I couldn't find any option for enabling / disabling WPS

 

From what I have found, I should adjust the variable WPS-PBC-ACTIVE of wpa_supplicant, but no clue where to set its value.

Edited by tibibs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines