Home
last modified time | relevance | path

Searched refs:bss_parameters (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dneighbor_db.c125 u8 bss_parameters) in hostapd_neighbor_set()
158 entry->bss_parameters = bss_parameters; in hostapd_neighbor_set()
121 hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, const struct wpa_ssid_value *ssid, const struct wpabuf *nr, const struct wpabuf *lci, const struct wpabuf *civic, int stationary, u8 bss_parameters) hostapd_neighbor_set() argument
H A Dneighbor_db.h21 u8 bss_parameters);
H A Dhostapd.h142 u8 bss_parameters; member
H A Dieee802_11.c7325 *eid++ = nr->bss_parameters; in hostapd_eid_nr_db()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c3197 int bss_parameters = 0; in hostapd_ctrl_iface_set_neighbor() local
3281 bss_parameters = atoi(tmp + 14); in hostapd_ctrl_iface_set_neighbor()
3282 if (bss_parameters < 0 || bss_parameters > 0xff) { in hostapd_ctrl_iface_set_neighbor()
3284 "CTRL: SET_NEIGHBOR: Bad bss_parameters subelement"); in hostapd_ctrl_iface_set_neighbor()
3291 stationary, bss_parameters); in hostapd_ctrl_iface_set_neighbor()

Completed in 21 milliseconds