Home
last modified time | relevance | path

Searched refs:csid (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp1163 u8 csid; in ndp_passphrase_to_pmk() local
1165 csid = (u8)(cipher_type & 0x7); in ndp_passphrase_to_pmk()
1166 if (csid == 0) in ndp_passphrase_to_pmk()
1167 csid = NAN_DEFAULT_NCS_SK; in ndp_passphrase_to_pmk()
1182 *pos++ = csid; in ndp_passphrase_to_pmk()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1503 u32 csid = it.get_u32(); in handleEvent() local
1504 ALOGI("csid: 0x%x\n", csid); in handleEvent()
1505 pairing_confirm_event.npk_security_association.cipher_type = csid; in handleEvent()
1506 if ((csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_128_MASK) && in handleEvent()
1507 (csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_256_MASK)) { in handleEvent()
1508 ALOGE("%s: Invalid cipher_type received :0x%x \n", __func__, csid); in handleEvent()
7288 u32 csid = it.get_u32(); in handleEvent() local
7289 ALOGI("csid: 0x%x\n", csid); in handleEvent()
7290 if ((csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_128_MASK) && in handleEvent()
7291 (csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_256_MASK)) { in handleEvent()
[all …]