diff options
author | vamsi krishna <vamsin@qti.qualcomm.com> | 2016-09-09 12:05:50 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-09-30 19:45:03 (GMT) |
commit | 8f4791749302bb3a89b2baef19fc5e6075ec3845 (patch) | |
tree | 8cc755dffeee85f4910a6118fb6fa255e262f8f9 /wpa_supplicant/interworking.h | |
parent | 5b71cb552bc0def1149acf2a89a1847606702f22 (diff) | |
download | hostap-8f4791749302bb3a89b2baef19fc5e6075ec3845.zip hostap-8f4791749302bb3a89b2baef19fc5e6075ec3845.tar.gz hostap-8f4791749302bb3a89b2baef19fc5e6075ec3845.tar.bz2 |
MBO: Add support to send ANQP request to get cellular preference
This extends ANQP_GET command to support querying MBO cellular
preference also. The cellular preference can be requested along with
neigbor report by appending mbo:1 to the command arguments.
For example:
ANQP_GET <bssid> 272,mbo:1
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/interworking.h')
-rw-r--r-- | wpa_supplicant/interworking.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/interworking.h b/wpa_supplicant/interworking.h index 3743dc0..3d22292 100644 --- a/wpa_supplicant/interworking.h +++ b/wpa_supplicant/interworking.h @@ -12,7 +12,8 @@ enum gas_query_result; int anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, - u16 info_ids[], size_t num_ids, u32 subtypes); + u16 info_ids[], size_t num_ids, u32 subtypes, + int get_cell_pref); void anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, |