Searched refs:bssid_set (Results 1 – 11 of 11) sorted by relevance
62 wifi_config.sta.bssid_set = evt->bssid_set; in event_handler()63 if (wifi_config.sta.bssid_set == true) { in event_handler()
49 bool bssid_set; /**< whether set MAC address of target AP or not. */ member
241 …bool bssid_set; /**< whether set MAC address of target AP or not. Generally, station_config… member
162 config->sta.bssid_set = 0; in clear_bssid_flag()361 config->sta.bssid_set = 1; in wpa_supplicant_connect()
625 sm->config.bssid_set = 1; in wps_parse_scan_result()1014 config->sta.bssid_set = 0; in wps_finish()
285 .sta.bssid_set = true, in wifi_connect_by_bssid()
270 sta_config.sta.bssid_set = 1; in example_event_callback()
108 parent.sta.bssid_set = 1; in mesh_scan_done_handler()
1028 | bssid_set | 如果 bssid_set 为 0,station 连接 SSID 与 "ssid" 字段相同的 |1032 | bssid | 只有当 bssid_set 为 1 时有效。见字段 "bssid_set"。 |
1015 uint8_t bssid_set = 1; variable1016 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "bssid.set", &bssid_set), ESP_ERR_NVS_NOT_FOUND);1017 TEST_ESP_OK(nvs_set_u8(net80211_handle, "bssid.set", bssid_set));
1109 | bssid_set | If bssid_set is 0, the station connects to the AP whose SSID |1115 | bssid | This is valid only when bssid_set is 1; see field |1116 | | "bssid_set". |