Searched refs:stationary (Results 1 - 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | neighbor_db.c | 47 nr->stationary = 0; in hostapd_neighbor_clear_entry() 69 const struct wpabuf *civic, int stationary) in hostapd_neighbor_set() 100 entry->stationary = stationary; in hostapd_neighbor_set() 66 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) hostapd_neighbor_set() argument
|
H A D | neighbor_db.h | 19 const struct wpabuf *civic, int stationary);
|
H A D | ap_rrm.c | 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age()
|
H A D | hostapd.h | 131 int stationary; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | neighbor_db.c | 82 nr->stationary ? " stat" : ""); in hostapd_neighbor_show() 102 nr->stationary = 0; in hostapd_neighbor_clear_entry() 124 const struct wpabuf *civic, int stationary, in hostapd_neighbor_set() 157 entry->stationary = stationary; 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 D | neighbor_db.h | 20 const struct wpabuf *civic, int stationary,
|
H A D | hostapd.h | 140 int stationary; member
|
H A D | rrm.c | 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age()
|
H A D | ap_rrm.c | 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 2687 int stationary = 0; in hostapd_ctrl_iface_set_neighbor() local 2770 stationary = 1; in hostapd_ctrl_iface_set_neighbor() 2774 stationary); in hostapd_ctrl_iface_set_neighbor()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 3196 int stationary = 0; in hostapd_ctrl_iface_set_neighbor() local 3277 stationary = 1; in hostapd_ctrl_iface_set_neighbor() 3291 stationary, bss_parameters); in hostapd_ctrl_iface_set_neighbor()
|
Completed in 19 milliseconds