]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
atheros: Add a new flag for OSEN support
authorVivek Natarajan <nataraja@qti.qualcomm.com>
Mon, 2 Mar 2015 04:59:07 +0000 (10:29 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 2 Mar 2015 10:40:41 +0000 (12:40 +0200)
Signed-off-by: Vivek Natarajan <nataraja@qti.qualcomm.com>
src/drivers/driver_atheros.c

index 350d5059c94d61c844561852ca5fa3bed7c3a0b6..f46442163d939bf90975264a398f6e323c80cddf 100644 (file)
@@ -1810,7 +1810,7 @@ static int atheros_set_ap(void *priv, struct wpa_driver_ap_params *params)
        wpa_hexdump_buf(MSG_DEBUG, "atheros: assocresp_ies",
                        params->assocresp_ies);
 
-#if defined(CONFIG_HS20) && defined(IEEE80211_PARAM_OSEN)
+#if defined(CONFIG_HS20) && (defined(IEEE80211_PARAM_OSEN) || defined(CONFIG_ATHEROS_OSEN))
        if (params->osen) {
                struct wpa_bss_params bss_params;