HomeSort by relevance Sort by last modified time
    Searched full:new_sta (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 85 " new_sta <addr> add a new station\n"
299 printf("Invalid 'new_sta' command - exactly one argument, STA "
303 snprintf(buf, sizeof(buf), "NEW_STA %s", argv[0]);
710 { "new_sta", hostapd_cli_cmd_new_sta },
ctrl_iface.c 142 wpa_printf(MSG_DEBUG, "CTRL_IFACE NEW_STA %s", txtaddr);
844 } else if (os_strncmp(buf, "NEW_STA ", 8) == 0) {
ChangeLog 289 * added 'hostapd_cli new_sta <addr>' command for adding a new STA into
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 142 event.new_sta.addr = sa;
201 event.new_sta.addr = mac_address;
driver.h 3091 struct new_sta { struct in union:wpa_event_data
3093 } new_sta; member in union:wpa_event_data
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 720 int new_sta = 0; local
740 new_sta = 1;
808 if (m1 || new_sta)
    [all...]
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 552 hostapd_event_new_sta(hapd, data->new_sta.addr);

Completed in 408 milliseconds