[pisa-src] r1472 - trunk/libpisa/global.h

  • From: Tobias Heer <tobias.heer@xxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 01 Nov 2009 22:58:59 +0100

Author: heer
Date: Sun Nov  1 22:58:59 2009
New Revision: 1472

Log:
Removed more remnants of the preauth era. 
Removed unused definitions.

Modified:
   trunk/libpisa/global.h

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Sun Nov  1 22:49:11 2009        (r1471)
+++ trunk/libpisa/global.h      Sun Nov  1 22:58:59 2009        (r1472)
@@ -71,11 +71,6 @@
 #define MAX_MACADDR    18
 
 /**
- * Maximum length of a SSID
- */
-#define MAX_SSID       32
-
-/**
  * Maximum length of an IPv4 address string
  */
 #define MAX_IPV4ADDR   16
@@ -86,16 +81,6 @@
 #define MAX_IPV6ADDR   46
 
 /**
- * Maximum value of priority in the handover-ready neighbor list
- */
-#define MAX_RLIST_PRIORITY     100
-
-/**
- * Maximum value of signal quality to a wireless access point
- */
-#define MAX_QUALITY    100
-
-/**
  * Maximum length of a general buffer
  */
 #define MAX_BUF        2048
@@ -245,7 +230,6 @@
 typedef uint16_t pisa_packet_flags;
 typedef char pisa_generic_hash[PISA_HASH_LENGTH+1];
 typedef char pisa_cert[PISA_CERT_LENGTH+1];
-typedef char pisa_ssid[MAX_SSID+1];
 typedef struct in6_addr pisa_hit;
 typedef struct in_addr pisa_lsi;
 

Other related posts:

  • » [pisa-src] r1472 - trunk/libpisa/global.h - Tobias Heer