HomeSort by: relevance | last modified time | path
    Searched defs:srv_proto_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
nan_de.c 36 enum nan_service_protocol_type srv_proto_type; member in struct:nan_de_service
255 wpabuf_put_u8(buf, srv->srv_proto_type);
720 enum nan_service_protocol_type *srv_proto_type,
768 *srv_proto_type = sdea[3];
780 enum nan_service_protocol_type srv_proto_type,
806 de->cb.ctx, srv->id, srv_proto_type,
852 enum nan_service_protocol_type srv_proto_type,
919 wpabuf_put_u8(buf, srv->srv_proto_type);
944 srv_proto_type, ssi, ssi_len);
985 enum nan_service_protocol_type srv_proto_type = 0 local
    [all...]
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 3707 enum nan_service_protocol_type srv_proto_type = 0; local
3727 if (os_strncmp(token, "srv_proto_type=", 15) == 0) {
3728 srv_proto_type = atoi(token + 15);
3761 publish_id = hostapd_nan_usd_publish(hapd, service_name, srv_proto_type,
3844 enum nan_service_protocol_type srv_proto_type = 0; local
3864 if (os_strncmp(token, "srv_proto_type=", 15) == 0) {
3865 srv_proto_type = atoi(token + 15);
3885 srv_proto_type, ssi,
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 12207 enum nan_service_protocol_type srv_proto_type = 0; local
12255 if (os_strncmp(token, "srv_proto_type=", 15) == 0) {
12256 srv_proto_type = atoi(token + 15);
12289 publish_id = wpas_nan_usd_publish(wpa_s, service_name, srv_proto_type,
12373 enum nan_service_protocol_type srv_proto_type = 0; local
12399 if (os_strncmp(token, "srv_proto_type=", 15) == 0) {
12400 srv_proto_type = atoi(token + 15);
12420 srv_proto_type, ssi,

Completed in 40 milliseconds