]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
Add wpa_supplicant SET get_pref_freq_list_override
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 15 Feb 2017 13:38:59 +0000 (15:38 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2017 10:08:22 +0000 (12:08 +0200)
commitc06fca04fd43be1498d36e6eefe6d69a2ca7863f
treed6cccba227ef9d17fb9e9855410cb8bb5c6fd2a2
parentb4d56efb1a237e4ed91de97b1615747082de7fd3
Add wpa_supplicant SET get_pref_freq_list_override

This can be used to override driver get_pref_freq_list() operation for
more convenient testing of preferred frequency list functionality.

Override string format:
<if_type1>:<freq1>,<freq2>,... <if_type2>:...

if_type: 0=STATION, 2=AP, 3=P2P_GO, 4=P2P_CLIENT, 8=TDLS, 9=IBSS

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c
wpa_supplicant/driver_i.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h