/freebsd/contrib/wpa/src/ap/ |
H A D | nan_usd_ap.c | 46 enum nan_service_protocol_type srv_proto_type, in hostapd_nan_de_discovery_result() argument 63 fsd, fsd_gas, srv_proto_type, ssi_hex); in hostapd_nan_de_discovery_result() 71 enum nan_service_protocol_type srv_proto_type, in hostapd_nan_de_replied() argument 86 srv_proto_type, ssi_hex); in hostapd_nan_de_replied() 193 enum nan_service_protocol_type srv_proto_type, in hostapd_nan_usd_publish() argument 203 publish_id = nan_de_publish(hapd->nan_de, service_name, srv_proto_type, in hostapd_nan_usd_publish() 232 enum nan_service_protocol_type srv_proto_type, in hostapd_nan_usd_subscribe() argument 243 srv_proto_type, ssi, elems, params); in hostapd_nan_usd_subscribe()
|
H A D | nan_usd_ap.h | 22 enum nan_service_protocol_type srv_proto_type, 30 enum nan_service_protocol_type srv_proto_type,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 29 …e-in-sec>] [freq=<in MHz>] [freq_list=<comma separate list of MHz>] [srv_proto_type=<type>] [ssi=<… 42 srv_proto_type values are defined in the Service Protocol Types table in 59 …_name=<name> [active=1] [ttl=<time-to-live-in-sec>] [freq=<in MHz>] [srv_proto_type=<type>] [ssi=<… 67 srv_proto_type values are defined in the Service Protocol Types table in 84 …sh_id=<peer's id> address=<peer MAC address> fsd=<0/1> fsd_gas=<0/1> srv_proto_type=<type> ssi=<se… 89 NAN-REPLIED publish_id=<own id> address=<peer MAC address> subscribe_id=<peer id> srv_proto_type=<y… 113 dev0: NAN_SUBSCRIBE service_name=_test srv_proto_type=3 ssi=1122334455 116 dev1: NAN_PUBLISH service_name=_test srv_proto_type=3 ssi=6677 121 …ULT subscribe_id=7 publish_id=5 address=02:00:00:00:01:00 fsd=1 fsd_gas=0 srv_proto_type=3 ssi=6677
|
H A D | nan_usd.c | 239 enum nan_service_protocol_type srv_proto_type, in wpas_nan_de_discovery_result() argument 255 fsd, fsd_gas, srv_proto_type, ssi_hex); in wpas_nan_de_discovery_result() 262 enum nan_service_protocol_type srv_proto_type, in wpas_nan_de_replied() argument 277 srv_proto_type, ssi_hex); in wpas_nan_de_replied() 384 enum nan_service_protocol_type srv_proto_type, in wpas_nan_usd_publish() argument 394 publish_id = nan_de_publish(wpa_s->nan_de, service_name, srv_proto_type, in wpas_nan_usd_publish() 420 enum nan_service_protocol_type srv_proto_type, in wpas_nan_usd_subscribe() argument 431 srv_proto_type, ssi, elems, params); in wpas_nan_usd_subscribe()
|
H A D | nan_usd.h | 22 enum nan_service_protocol_type srv_proto_type, 30 enum nan_service_protocol_type srv_proto_type,
|
H A D | ctrl_iface.c | 12203 enum nan_service_protocol_type srv_proto_type = 0; in wpas_ctrl_nan_publish() local 12252 srv_proto_type = atoi(token + 15); in wpas_ctrl_nan_publish() 12285 publish_id = wpas_nan_usd_publish(wpa_s, service_name, srv_proto_type, in wpas_ctrl_nan_publish() 12369 enum nan_service_protocol_type srv_proto_type = 0; in wpas_ctrl_nan_subscribe() local 12396 srv_proto_type = atoi(token + 15); in wpas_ctrl_nan_subscribe() 12416 srv_proto_type, ssi, in wpas_ctrl_nan_subscribe()
|
/freebsd/contrib/wpa/src/common/ |
H A D | nan_de.c | 36 enum nan_service_protocol_type srv_proto_type; member 255 wpabuf_put_u8(buf, srv->srv_proto_type); in nan_de_tx_sdf() 720 enum nan_service_protocol_type *srv_proto_type, in nan_de_get_sdea() argument 768 *srv_proto_type = sdea[3]; in nan_de_get_sdea() 780 enum nan_service_protocol_type srv_proto_type, in nan_de_rx_publish() argument 806 de->cb.ctx, srv->id, srv_proto_type, in nan_de_rx_publish() 852 enum nan_service_protocol_type srv_proto_type, in nan_de_rx_subscribe() argument 919 wpabuf_put_u8(buf, srv->srv_proto_type); in nan_de_rx_subscribe() 944 srv_proto_type, ssi, ssi_len); in nan_de_rx_subscribe() 985 enum nan_service_protocol_type srv_proto_type = 0; in nan_de_rx_sda() local [all …]
|
H A D | nan_de.h | 37 enum nan_service_protocol_type srv_proto_type, 44 enum nan_service_protocol_type srv_proto_type, 106 enum nan_service_protocol_type srv_proto_type, 133 enum nan_service_protocol_type srv_proto_type,
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 3707 enum nan_service_protocol_type srv_proto_type = 0; in hostapd_ctrl_nan_publish() local 3728 srv_proto_type = atoi(token + 15); in hostapd_ctrl_nan_publish() 3761 publish_id = hostapd_nan_usd_publish(hapd, service_name, srv_proto_type, in hostapd_ctrl_nan_publish() 3844 enum nan_service_protocol_type srv_proto_type = 0; in hostapd_ctrl_nan_subscribe() local 3865 srv_proto_type = atoi(token + 15); in hostapd_ctrl_nan_subscribe() 3885 srv_proto_type, ssi, in hostapd_ctrl_nan_subscribe()
|