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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnwlink.h 23 BOOLEAN wan; member in struct:_IPX_ADDRESS_DATA
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1133 const u8 *wan; local
1145 return 0; /* No WAN Metrics known - ignore constraint */
1147 wan = wpabuf_head(bss->anqp->hs20_wan_metrics);
1148 wan_info = wan[0];
1150 return 1; /* WAN link at capacity */
1151 lmd = WPA_GET_LE16(wan + 11);
1154 dl_speed = WPA_GET_LE32(wan + 1);
1155 ul_speed = WPA_GET_LE32(wan + 5);
1156 dl_load = wan[9];
1157 ul_load = wan[10]
    [all...]

Completed in 566 milliseconds