HomeSort by relevance Sort by last modified time
    Searched defs:num_fast_poll (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_pcap.c 35 unsigned int num_fast_poll; member in struct:l2_packet_data
176 l2->num_fast_poll = 3 * 50;
186 if (l2->num_fast_poll > 0) {
188 l2->num_fast_poll--;
381 l2->num_fast_poll = 3 * 50;
l2_packet_winpcap.c 55 unsigned int num_fast_poll; member in struct:l2_packet_data
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_pcap.c 29 unsigned int num_fast_poll; member in struct:l2_packet_data
170 l2->num_fast_poll = 3 * 50;
180 if (l2->num_fast_poll > 0) {
182 l2->num_fast_poll--;
375 l2->num_fast_poll = 3 * 50;
l2_packet_winpcap.c 49 unsigned int num_fast_poll; member in struct:l2_packet_data

Completed in 44 milliseconds