Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

@@ -20,10 +20,11 @@
  */
 
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
+ * Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  */
 
 #ifndef _NWAMCFG_H
 #define _NWAMCFG_H
 

@@ -131,16 +132,18 @@
 #define PT_WLAN_BSSIDS          40
 #define PT_WLAN_PRIORITY        41
 #define PT_WLAN_KEYNAME         42
 #define PT_WLAN_KEYSLOT         43
 #define PT_WLAN_SECURITY_MODE   44
+#define PT_IP_PRIMARY           45
+#define PT_IP_REQHOST           46
 /*
  * If any new PT_ are defined here, make sure it is added in the same
  * order into the pt_types array in nwamcfg.c
  */
 #define PT_MIN                  PT_UNKNOWN
-#define PT_MAX                  PT_WLAN_SECURITY_MODE
+#define PT_MAX                  PT_IP_REQHOST
 
 #define MAX_SUBCMD_ARGS 3
 
 typedef struct cmd {
         int     cmd_num;