HomeSort by relevance Sort by last modified time
    Searched refs:prot_ie_count (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 406 int prot_ie_count = 0; local
438 prot_ie_count = ftie->mic_control[1];
454 if (prot_ie_count == 0)
462 prot_ie_count--;
464 prot_ie_count--;
466 prot_ie_count--;
468 prot_ie_count--;
469 if (prot_ie_count < 0) {
475 if (prot_ie_count == 0 && parse->ric) {
484 prot_ie_count) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 781 int prot_ie_count = 0; local
813 prot_ie_count = ftie->mic_control[1];
825 if (prot_ie_count == 0)
833 prot_ie_count--;
835 prot_ie_count--;
837 prot_ie_count--;
838 if (prot_ie_count < 0) {
844 if (prot_ie_count == 0 && parse->ric) {
853 prot_ie_count) {
854 prot_ie_count--
    [all...]

Completed in 704 milliseconds