Searched refs:new_sta (Results 1 – 8 of 8) sorted by relevance
| /hostap-latest/src/drivers/ |
| D | driver_wired.c | 103 event.new_sta.addr = sa; in handle_data() 162 event.new_sta.addr = mac_address; in handle_dhcp()
|
| D | driver.h | 6517 struct new_sta { struct 6519 } new_sta; member
|
| D | driver_macsec_qca.c | 158 event.new_sta.addr = sa; in macsec_qca_handle_data()
|
| D | driver_macsec_linux.c | 1498 event.new_sta.addr = sa; in macsec_drv_handle_data()
|
| /hostap-latest/wlantest/ |
| D | rx_mgmt.c | 2660 struct wlantest_sta *new_sta; in rx_mgmt_action_ft_response() local 2715 new_sta = sta_find_mlo(wt, bss, spa); in rx_mgmt_action_ft_response() 2716 if (!new_sta) in rx_mgmt_action_ft_response() 2717 new_sta = sta_get(bss, spa); in rx_mgmt_action_ft_response() 2718 if (!new_sta) in rx_mgmt_action_ft_response() 2720 os_memcpy(new_sta->pmk_r0, sta->pmk_r0, sta->pmk_r0_len); in rx_mgmt_action_ft_response() 2721 new_sta->pmk_r0_len = sta->pmk_r0_len; in rx_mgmt_action_ft_response() 2722 os_memcpy(new_sta->pmk_r0_name, sta->pmk_r0_name, in rx_mgmt_action_ft_response() 2724 os_memcpy(new_sta->pmk_r1, sta->pmk_r1, sta->pmk_r1_len); in rx_mgmt_action_ft_response() 2725 new_sta->pmk_r1_len = sta->pmk_r1_len; in rx_mgmt_action_ft_response() [all …]
|
| /hostap-latest/src/wps/ |
| D | wps_er.c | 762 int new_sta = 0; in wps_er_add_sta_data() local 782 new_sta = 1; in wps_er_add_sta_data() 829 if (m1 || new_sta) in wps_er_add_sta_data()
|
| /hostap-latest/src/ap/ |
| D | drv_callbacks.c | 2540 hostapd_event_new_sta(hapd, data->new_sta.addr); in hostapd_event()
|
| /hostap-latest/hostapd/ |
| D | ChangeLog | 1000 * added 'hostapd_cli new_sta <addr>' command for adding a new STA into
|