Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c627 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST } msg; in wpa_receive() enumerator
698 msg = PAIRWISE_2; in wpa_receive()
701 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 || in wpa_receive()
737 if (msg == PAIRWISE_2 && in wpa_receive()
756 if (msg == PAIRWISE_2 && in wpa_receive()
776 case PAIRWISE_2: in wpa_receive()
912 if (msg == PAIRWISE_2) { in wpa_receive()