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

  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 36 unsigned int tdls_testing = 0; variable
695 if (tdls_testing & TDLS_TESTING_LONG_FRAME)
716 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
982 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
991 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1010 (tdls_testing & TDLS_TESTING_LONG_FRAME))
1012 if (tdls_testing & TDLS_TESTING_DIFF_BSSID)
1049 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
1062 if (tdls_testing & TDLS_TESTING_SHORT_LIFETIME) {
1067 if (tdls_testing & TDLS_TESTING_LONG_LIFETIME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 362 } else if (os_strcasecmp(cmd, "tdls_testing") == 0) {
363 extern unsigned int tdls_testing;
364 tdls_testing = strtol(value, NULL, 0);
365 wpa_printf(MSG_DEBUG, "TDLS: tdls_testing=0x%x", tdls_testing);
    [all...]

Completed in 55 milliseconds