Searched refs:beacon (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/ |
A D | zconfig_ieee80211.c | 329 u.beacon.variable); /* same as u.probe_resp.variable */ in ieee80211_get_ssid() 357 u.beacon.variable); /* same as u.probe_resp.variable */ in cfg80211_get_bss_channel() 603 !!(mgmt->u.beacon.capab_info & WLAN_CAPABILITY_PRIVACY); in cfg80211_get_cipher_info() 607 u.beacon.variable); /* same as u.probe_resp.variable */ in cfg80211_get_cipher_info()
|
A D | zconfig_ieee80211.h | 223 } beacon; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | cfg_srv.h | 31 u8_t beacon; /* Secure Network Beacon state */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/ |
A D | build.mk | 41 src/beacon.c \
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | settings.c | 94 u8_t beacon; member 988 cfg->beacon = stored_cfg.cfg.beacon; in mesh_commit() 1236 val.beacon = cfg->beacon; in store_pending_cfg()
|
A D | net.c | 228 err = bt_mesh_beacon_key(key, keys->beacon); in bt_mesh_net_keys_create() 234 BT_DBG("BeaconKey %s", bt_hex(keys->beacon, 16)); in bt_mesh_net_keys_create() 453 return bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, bt_mesh.iv_index, sub->auth); in bt_mesh_net_beacon_update() 959 bt_mesh_beacon_auth(keys->beacon, flags, keys->net_id, iv_index, net_auth); in auth_match()
|
A D | cfg_srv.c | 57 .beacon = BT_MESH_BEACON_ENABLED, 783 if (buf->data[0] != cfg->beacon) { in beacon_set() 784 cfg->beacon = buf->data[0]; in beacon_set() 790 if (cfg->beacon) { in beacon_set() 3243 if (cfg->beacon > 0x01) { in conf_is_valid() 3441 return conf->beacon; in bt_mesh_beacon_get()
|
A D | provisioner_main.c | 353 BT_DBG("beacon: %s", bt_hex(sub->keys[0].beacon, 16)); in provisioner_upper_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 81 u8_t beacon[16]; /* BeaconKey */ member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/ |
A D | mesh.c | 299 bt_cfg_srv.beacon = cfg_srv->beacon; in ble_stack_mesh_init()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 74 .beacon = BT_MESH_BEACON_ENABLED,
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/ |
A D | wireless.h | 820 __u32 beacon; /* Missed beacons/superframe */ member
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 73 .beacon = BT_MESH_BEACON_DISABLED,
|
Completed in 37 milliseconds