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 42 unsigned int tdls_testing = 0; variable
653 if (tdls_testing & TDLS_TESTING_LONG_FRAME)
674 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
863 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
872 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
891 (tdls_testing & TDLS_TESTING_LONG_FRAME))
893 if (tdls_testing & TDLS_TESTING_DIFF_BSSID)
930 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
943 if (tdls_testing & TDLS_TESTING_SHORT_LIFETIME) {
948 if (tdls_testing & TDLS_TESTING_LONG_LIFETIME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 113 } else if (os_strcasecmp(cmd, "tdls_testing") == 0) {
114 extern unsigned int tdls_testing;
115 tdls_testing = strtol(value, NULL, 0);
116 wpa_printf(MSG_DEBUG, "TDLS: tdls_testing=0x%x", tdls_testing);
    [all...]

Completed in 32 milliseconds