5 Jun 2012 20:05
wpa_supplicant: add more parameters for the IBSS JOIN command
Antonio Quartulli <ordex <at> autistici.org>
2012-06-05 18:05:46 GMT
2012-06-05 18:05:46 GMT
Since nobody complained that much about the RFC, here are the patchesCurrently, wpa_supplicant does not accept as many parameters as possible for the IBSS JOIN command. Some of the arguments that it is possible to pass using the command line "iw dev wlan0 ibss join.." command are not matched in any of the network block attribute in wpa_s configuration. This set of patches aim to add some params to the config that can then be passed to the ibss join command. Actually this parameters are handled by the nl80211 driver only and ignored by all the others. Changes from RFC: - fixed a typo in printf in 2/2 Best Regards,
Currently, wpa_supplicant does not accept as many parameters as possible for the
IBSS JOIN command. Some of the arguments that it is possible to pass using the
command line "iw dev wlan0 ibss join.." command are not matched in any of the
network block attribute in wpa_s configuration. This set of patches aim to add
some params to the config that can then be passed to the ibss join command.
Actually this parameters are handled by the nl80211 driver only and ignored by
all the others.
Changes from RFC:
- fixed a typo in printf in 2/2
Best Regards,
RSS Feed