Searched refs:prism2param (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_hostap.c | 81 static int prism2param(struct wpa_driver_hostap_data *drv, int param, in prism2param() function 110 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, enabled ? 2 : 0) < 0) in wpa_driver_hostap_set_wpa() 112 if (prism2param(drv, PRISM2_PARAM_WPA, enabled) < 0) in wpa_driver_hostap_set_wpa() 231 return prism2param(drv, PRISM2_PARAM_TKIP_COUNTERMEASURES, enabled); in wpa_driver_hostap_set_countermeasures() 239 return prism2param(drv, PRISM2_PARAM_DROP_UNENCRYPTED, enabled); in wpa_driver_hostap_set_drop_unencrypted() 321 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, in wpa_driver_hostap_associate() 330 if (prism2param(drv, PRISM2_PARAM_PRIVACY_INVOKED, in wpa_driver_hostap_associate() 356 if (prism2param(drv, PRISM2_PARAM_IEEE_802_1X, in wpa_driver_hostap_associate() 416 return prism2param(drv, PRISM2_PARAM_AP_AUTH_ALGS, algs); in wpa_driver_hostap_set_auth_alg()
|
/external/wpa_supplicant/ |
D | driver_hostap.c | 83 static int prism2param(struct wpa_driver_hostap_data *drv, int param, in prism2param() function 112 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, enabled ? 2 : 0) < 0) in wpa_driver_hostap_set_wpa() 114 if (prism2param(drv, PRISM2_PARAM_WPA, enabled) < 0) in wpa_driver_hostap_set_wpa() 233 return prism2param(drv, PRISM2_PARAM_TKIP_COUNTERMEASURES, enabled); in wpa_driver_hostap_set_countermeasures() 241 return prism2param(drv, PRISM2_PARAM_DROP_UNENCRYPTED, enabled); in wpa_driver_hostap_set_drop_unencrypted() 323 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, in wpa_driver_hostap_associate() 332 if (prism2param(drv, PRISM2_PARAM_PRIVACY_INVOKED, in wpa_driver_hostap_associate() 358 if (prism2param(drv, PRISM2_PARAM_IEEE_802_1X, in wpa_driver_hostap_associate() 418 return prism2param(drv, PRISM2_PARAM_AP_AUTH_ALGS, algs); in wpa_driver_hostap_set_auth_alg()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.c | 1189 static int prism2param(struct wpa_driver_hostap_data *drv, int param, in prism2param() function 1218 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, enabled ? 2 : 0) < 0) in wpa_driver_hostap_set_wpa() 1220 if (prism2param(drv, PRISM2_PARAM_WPA, enabled) < 0) in wpa_driver_hostap_set_wpa() 1341 return prism2param(drv, PRISM2_PARAM_TKIP_COUNTERMEASURES, enabled); in wpa_driver_hostap_set_countermeasures() 1420 if (prism2param(drv, PRISM2_PARAM_DROP_UNENCRYPTED, in wpa_driver_hostap_associate() 1428 if (prism2param(drv, PRISM2_PARAM_HOST_ROAMING, in wpa_driver_hostap_associate() 1437 if (prism2param(drv, PRISM2_PARAM_PRIVACY_INVOKED, in wpa_driver_hostap_associate() 1463 if (prism2param(drv, PRISM2_PARAM_IEEE_802_1X, in wpa_driver_hostap_associate() 1526 return prism2param(drv, PRISM2_PARAM_AP_AUTH_ALGS, algs); in wpa_driver_hostap_set_auth_alg()
|