summaryrefslogtreecommitdiff
path: root/cesar/cp/cp.h
diff options
context:
space:
mode:
authorlaranjeiro2008-09-10 15:37:48 +0000
committerlaranjeiro2008-09-10 15:37:48 +0000
commit89a78f3b34ef02a4a1da46148887b059eefeea82 (patch)
tree8d7dfebe8066445910b79615dc5da89e60730752 /cesar/cp/cp.h
parent6db3fa8f289bb4f6d94d45b5b3bd772585151767 (diff)
cp/beacon: Update the function which compute the nid and the nmk to compute itself the npw length.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2924 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/cp.h')
-rw-r--r--cesar/cp/cp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cesar/cp/cp.h b/cesar/cp/cp.h
index db03bdc264..37d262fd7a 100644
--- a/cesar/cp/cp.h
+++ b/cesar/cp/cp.h
@@ -49,14 +49,13 @@ cp_uninit (cp_t *ctx);
* Compute the NID and the NMK from the network password.
* \param ctx the CP context.
* \param npw the network password.
- * \param length the NPW length.
* \param sl the security level of the station.
*
* This function will generate the NID and the NMK from the NPW and store it
* in the station own data.
*/
void
-cp_compute_nmk_and_nid_from_npw (cp_t *ctx, const char *npw, uint length,
+cp_compute_nmk_and_nid_from_npw (cp_t *ctx, const char *npw,
cp_security_level_t sl);
END_DECLS