Searched refs:ap_sta_bind_vlan (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | link_test.c | 42 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan() function
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.h | 189 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
|
D | sta_info.c | 738 int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta, in ap_sta_bind_vlan() function
|
D | ieee802_11.c | 2006 if (ap_sta_bind_vlan(hapd, sta, 0) < 0) in handle_assoc_cb() 2010 if (ap_sta_bind_vlan(hapd, sta, 0) < 0) in handle_assoc_cb()
|
D | ieee802_1x.c | 1069 ap_sta_bind_vlan(hapd, sta, old_vlanid); in ieee802_1x_new_station() 1622 if (ap_sta_bind_vlan(hapd, sta, old_vlanid) < 0) in ieee802_1x_receive_auth()
|