diff options
Diffstat (limited to 'wpa_supplicant/config.h')
| -rw-r--r-- | wpa_supplicant/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index a3980494..26b1233a 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -288,6 +288,14 @@ struct wpa_cred { * 2 = require valid OCSP stapling response */ int ocsp; + + /** + * sim_num - User selected SIM identifier + * + * This variable is used for identifying which SIM is used if the system + * has more than one. + */ + int sim_num; }; |
