0

We have a Linux device that configures a p2p network (wifi-direct). Everything works fine on Android versions lower than 13 but when scanning wifi-direct devices on an Android 13, it does not appear.

Anyone is experiencing this issue?

I found the following information -> link but I don't know how to procedd or if it is the problem.

My wpa_configuration_p2p.conf is something like:

ctrl_interface=/var/run/wpa_supplicant
update_config=1
device_name=DIRECT-AAAbbb
device_type=1-0050F204-1
config_methods=virtual_push_button
p2p_go_intent=15
country=ES

network={
    ssid="DIRECT-AAAbbb"
    psk="xxxxxxxx"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP
    auth_alg=OPEN
    mode=3
    disabled=2
}

network={
    ssid="DIRECT-AAAbbb"
    bssid=xx:xx:xx:xx:xx:xx
    psk="xxxxxxxx"
    proto=RSN                
    key_mgmt=WPA-PSK         
    pairwise=CCMP            
    auth_alg=OPEN            
    mode=3                   
    disabled=2             
} 

Any help would be very appreciated.

Thanks!

0 Answers0