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

  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 972 p2p->srv_count = 0;
974 p2p->srv_count--;
976 p2p->srv_count++;
979 if (p2p->srv_count == 1) {
982 } else if (p2p->srv_count == 0 && !p2p->sd_queries) {
p2p_i.h 362 * srv_count - Registered services count
364 u16 srv_count; member in struct:p2p_data

Completed in 29 milliseconds