Home
last modified time | relevance | path

Searched refs:ip_addr_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.c1225 u8 ip_addr_buf[4]; in ap_sta_set_authorized() local
1263 if (wpa_auth_get_ip_addr(sta->wpa_sm, ip_addr_buf) == 0) { in ap_sta_set_authorized()
1266 ip_addr_buf[0], ip_addr_buf[1], in ap_sta_set_authorized()
1267 ip_addr_buf[2], ip_addr_buf[3]); in ap_sta_set_authorized()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.c1270 u8 ip_addr_buf[4]; in ap_sta_set_authorized() local
1308 if (wpa_auth_get_ip_addr(sta->wpa_sm, ip_addr_buf) == 0) { in ap_sta_set_authorized()
1311 ip_addr_buf[0], ip_addr_buf[1], in ap_sta_set_authorized()
1312 ip_addr_buf[2], ip_addr_buf[3]); in ap_sta_set_authorized()