Home
last modified time | relevance | path

Searched refs:rsn_cipher_put_suites (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_common.h441 int rsn_cipher_put_suites(u8 *pos, int ciphers);
Dwpa_common.c1439 int rsn_cipher_put_suites(u8 *start, int ciphers) in rsn_cipher_put_suites() function
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c126 res = rsn_cipher_put_suites(pos, conf->rsn_pairwise); in wpa_write_rsn_ie()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c1038 count = rsn_cipher_put_suites(pos, sm->allowed_pairwise_cipher); in wpa_sm_stkstart()