driver icon indicating copy to clipboard operation
driver copied to clipboard

Hidden SSID ops support isnt support by the driver

Open Nidhal1983 opened this issue 4 years ago • 0 comments

Hardware : wilc1000 on SDIO Os: Linux version 5.4.24

Hi there,

im trying to set up an P2P go with hidden ssid, unfortunately neither "ignore_broadcast_ssid=1" and "scan_ssid=1" has an effect on the module, so i dig in further inside the wilc1000 code. Unfortunately i could find any reference to that functionality. ------------------------------ wpa_supplicant.conf file --------------------------------------------------------------- ctrl_interface=/var/run/wpa_supplicant update_config=1 device_name=XXXXXX manufacturer=XXX model_name=XXX-X1000 device_type=1-0050F204-1 config_methods=label p2p_go_ht40=1

network={ ssid="WHYNOTHIDDEN" ignore_broadcast_ssid=1 scan_ssid=1 key_mgmt=WPA-PSK psk="f8f0057cc2f3" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN mode=3 disabled=2 }

How could i enable this specific functionality? Thank you very much and have a great day :)

Nidhal1983 avatar Jun 30 '21 02:06 Nidhal1983