Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 32) sorted by relevance

12

/hostap/tests/fuzzing/eapol-supp/
Deapol-supp.c56 static void * get_network_ctx(void *arg) in get_network_ctx()
62 static void set_state(void *arg, enum wpa_states state) in set_state()
67 static void deauthenticate(void *arg, u16 reason_code) in deauthenticate()
72 static u8 * alloc_eapol(void *arg, u8 type, in alloc_eapol()
99 static int ether_send(void *arg, const u8 *dest, u16 proto, in ether_send()
118 static int init_wpa(struct arg_ctx *arg) in init_wpa()
145 static int init_eapol(struct arg_ctx *arg) in init_eapol()
/hostap/wlantest/
Dwlantest_cli.c354 int arg = get_cmd_arg_num(str, pos); in complete_clear_sta_counters() local
468 int arg = get_cmd_arg_num(str, pos); in complete_clear_tdls_counters() local
603 int arg = get_cmd_arg_num(str, pos); in complete_get_sta_counter() local
704 int arg = get_cmd_arg_num(str, pos); in complete_get_bss_counter() local
823 int arg = get_cmd_arg_num(str, pos); in complete_get_tdls_counter() local
959 int arg = get_cmd_arg_num(str, pos); in complete_inject() local
1060 int arg; in cmd_send() local
1113 int arg = get_cmd_arg_num(str, pos); in complete_send() local
1310 int arg = get_cmd_arg_num(str, pos); in complete_info_sta() local
1416 int arg = get_cmd_arg_num(str, pos); in complete_info_bss() local
[all …]
/hostap/src/drivers/
Ddriver_nl80211_scan.c32 static int get_noise_for_scan_results(struct nl_msg *msg, void *arg) in get_noise_for_scan_results()
932 static int bss_info_handler(struct nl_msg *msg, void *arg) in bss_info_handler()
1042 struct nl80211_bss_info_arg arg; in nl80211_get_scan_results() local
1117 static int nl80211_dump_scan_handler(struct nl_msg *msg, void *arg) in nl80211_dump_scan_handler()
1168 static int scan_cookie_handler(struct nl_msg *msg, void *arg) in scan_cookie_handler()
Ddriver_nl80211_capa.c23 static int protocol_feature_handler(struct nl_msg *msg, void *arg) in protocol_feature_handler()
941 static int wiphy_info_handler(struct nl_msg *msg, void *arg) in wiphy_info_handler()
1283 static int dfs_info_handler(struct nl_msg *msg, void *arg) in dfs_info_handler()
1342 static int features_info_handler(struct nl_msg *msg, void *arg) in features_info_handler()
2155 static int phy_info_handler(struct nl_msg *msg, void *arg) in phy_info_handler()
2523 static int nl80211_get_reg(struct nl_msg *msg, void *arg) in nl80211_get_reg()
2799 static int phy_multi_hw_info_handler(struct nl_msg *msg, void *arg) in phy_multi_hw_info_handler()
Ddriver_nl80211.c296 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
310 static int ack_handler_cookie(struct nl_msg *msg, void *arg) in ack_handler_cookie()
340 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
355 void *arg) in error_handler()
435 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check()
621 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
761 static int netdev_info_handler(struct nl_msg *msg, void *arg) in netdev_info_handler()
891 static int process_beacon_event(struct nl_msg *msg, void *arg) in process_beacon_event()
1065 static int get_mlo_info(struct nl_msg *msg, void *arg) in get_mlo_info()
1561 static int nl80211_get_assoc_freq_handler(struct nl_msg *msg, void *arg) in nl80211_get_assoc_freq_handler()
[all …]
Ddriver_bsd.c105 bsd_set80211(void *priv, int op, int val, const void *arg, int arg_len) in bsd_set80211()
130 bsd_get80211(void *priv, struct ieee80211req *ireq, int op, void *arg, in bsd_get80211()
152 get80211var(struct bsd_driver_data *drv, int op, void *arg, int arg_len) in get80211var()
162 set80211var(struct bsd_driver_data *drv, int op, const void *arg, int arg_len) in set80211var()
168 set80211param(struct bsd_driver_data *drv, int op, int arg) in set80211param()
Ddriver_nl80211_event.c346 void *arg) in qca_drv_connect_fail_reason_code_handler()
4260 int process_global_event(struct nl_msg *msg, void *arg) in process_global_event()
4355 int process_bss_event(struct nl_msg *msg, void *arg) in process_bss_event()
/hostap/src/ap/
Dvlan_full.c249 unsigned long arg[2]; in br_delbr() local
288 unsigned long arg[4]; in br_addbr() local
349 unsigned long arg[4]; in br_getnumports() local
/hostap/wpa_supplicant/
Dwpa_cli.c387 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_help() local
448 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_set() local
569 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_get() local
1510 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_network() local
1534 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_network_id() local
1561 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_dup_network() local
1625 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_cred() local
1720 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_bss() local
1764 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_get_capability() local
1926 int arg = get_cmd_arg_num(str, pos); in wpa_cli_complete_sta() local
[all …]
Dmesh.c310 static void wpas_mesh_complete_cb(void *arg) in wpas_mesh_complete_cb()
/hostap/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp82 QStringList arg = (*it).split(QChar('\t')); in addInterfaces() local
Dpeers.cpp1342 QString arg; in ctx_p2p_connect() local
1479 QString arg = ctx_item->data(peer_role_selected_pin).toString(); in ctx_p2p_display_pin_pd() local
1508 QString arg; in ctx_p2p_enter_pin() local
/hostap/wpa_supplicant/dbus/
Ddbus_new_introspect.c69 const struct wpa_dbus_argument *arg; in add_entry() local
Ddbus_new.c2929 struct network_handler_args *arg; in wpas_dbus_register_network() local
3174 struct bss_handler_args *arg; in wpas_dbus_register_bss() local
3326 struct sta_handler_args *arg; in wpas_dbus_register_sta() local
4921 struct peer_handler_args *arg; in wpas_dbus_register_peer() local
5272 struct network_handler_args *arg; in wpas_dbus_register_persistent_group() local
Ddbus_new_helpers.c128 const struct wpa_dbus_argument *arg; in is_signature_correct() local
/hostap/src/common/
Dcli.c195 int arg = 0, i; in get_cmd_arg_num() local
/hostap/hostapd/
Dhostapd_cli.c292 char *arg; in hostapd_cli_exec() local
349 int arg = get_cmd_arg_num(str, pos); in hostapd_complete_stations() local
823 int arg = get_cmd_arg_num(str, pos); in hostapd_cli_complete_help() local
1031 int arg = get_cmd_arg_num(str, pos); in hostapd_complete_interface() local
1069 int arg = get_cmd_arg_num(str, pos); in hostapd_complete_set() local
1127 int arg = get_cmd_arg_num(str, pos); in hostapd_complete_get() local
Dmain.c706 char *arg) in hostapd_get_interface_names()
/hostap/src/utils/
Dos_win32.c282 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec()
Dos_none.c245 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec()
Dhttp_curl.c293 static int ocsp_resp_cb(SSL *s, void *arg) in ocsp_resp_cb()
Dos_internal.c509 int os_exec(const char *program, const char *arg, int wait_completion) in os_exec()
/hostap/src/l2_packet/
Dl2_packet_winpcap.c128 static DWORD WINAPI l2_packet_receive_thread(LPVOID arg) in l2_packet_receive_thread()
Dl2_packet_ndis.c196 static DWORD WINAPI l2_packet_rx_thread(LPVOID arg) in l2_packet_rx_thread()
/hostap/src/crypto/
Dtls_openssl.c1733 const void *buf, size_t len, SSL *ssl, void *arg) in tls_msg_cb()
3236 static int suiteb_cert_cb(SSL *ssl, void *arg) in suiteb_cert_cb()
5197 static int ocsp_resp_cb(SSL *s, void *arg) in ocsp_resp_cb()
5376 static int ocsp_status_cb(SSL *s, void *arg) in ocsp_status_cb()
5952 const SSL_CIPHER **cipher, void *arg) in tls_sess_sec_cb()
6000 int len, void *arg) in tls_session_ticket_ext_cb()

12