Use a common function for parsing cipher suites
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
edbd2a191e
commit
a39c78be41
4 changed files with 56 additions and 82 deletions
|
@ -392,5 +392,6 @@ int rsn_cipher_put_suites(u8 *pos, int ciphers);
|
|||
int wpa_cipher_put_suites(u8 *pos, int ciphers);
|
||||
int wpa_pick_pairwise_cipher(int ciphers, int none_allowed);
|
||||
int wpa_pick_group_cipher(int ciphers);
|
||||
int wpa_parse_cipher(const char *value);
|
||||
|
||||
#endif /* WPA_COMMON_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue