Searched refs:nl_msg (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.h | 270 struct nl_msg; 277 struct nl_msg *msg, int flags, uint8_t cmd); 278 struct nl_msg * nl80211_cmd_msg(struct i802_bss *bss, int flags, uint8_t cmd); 279 struct nl_msg * nl80211_drv_msg(struct wpa_driver_nl80211_data *drv, int flags, 281 struct nl_msg * nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd); 284 struct nl_sock *nl_handle, struct nl_msg *msg, 285 int (*valid_handler)(struct nl_msg *, void *), 287 int (*ack_handler_custom)(struct nl_msg *, void *), 293 struct nl_msg *msg) in send_and_recv_cmd() 301 struct nl_msg *msg, in send_and_recv_resp() [all …]
|
H A D | driver_nl80211.c | 197 static int nl80211_put_mesh_config(struct nl_msg *msg, 293 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 307 static int ack_handler_cookie(struct nl_msg *msg, void *arg) in ack_handler_cookie() 337 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 346 struct nl_msg *orig_msg; 427 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 433 static void nl80211_nlmsg_clear(struct nl_msg *msg) in nl80211_nlmsg_clear() 458 struct nl_msg *msg; in send_event_marker() 491 struct nl_sock *nl_handle, struct nl_msg *msg, in send_and_recv() 492 int (*valid_handler)(struct nl_msg *, void *), in send_and_recv() argument [all …]
|
H A D | driver_nl80211_scan.c | 32 static int get_noise_for_scan_results(struct nl_msg *msg, void *arg) in get_noise_for_scan_results() 81 struct nl_msg *msg; in nl80211_get_noise_for_scan_results() 92 struct nl_msg *msg; in nl80211_abort_scan() 110 struct nl_msg *msg; in nl80211_abort_vendor_scan() 177 static struct nl_msg * 182 struct nl_msg *msg; in nl80211_scan_common() 348 struct nl_msg *msg = NULL; in wpa_driver_nl80211_scan() 451 struct nl_msg *msg, in nl80211_sched_scan_add_scan_plans() 529 struct nl_msg *msg; in wpa_driver_nl80211_sched_scan() 678 struct nl_msg *msg; in wpa_driver_nl80211_stop_sched_scan() [all …]
|
H A D | driver_macsec_linux.c | 95 static int dump_callback(struct nl_msg *msg, void *argp); 98 static struct nl_msg * msg_prepare(enum macsec_nl_commands cmd, in msg_prepare() 102 struct nl_msg *msg; in msg_prepare() 125 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() 565 static int dump_callback(struct nl_msg *msg, void *argp) in dump_callback() 666 static int nl_send_recv(struct nl_sock *sk, struct nl_msg *msg) in nl_send_recv() 691 struct nl_msg *msg; in do_dump() 760 struct nl_msg *msg; in macsec_drv_set_receive_lowest_pn() 827 struct nl_msg *msg; in macsec_drv_set_transmit_next_pn() 879 struct nl_msg *msg; in macsec_drv_create_receive_sc() [all …]
|
H A D | driver_nl80211_capa.c | 23 static int protocol_feature_handler(struct nl_msg *msg, void *arg) in protocol_feature_handler() 42 struct nl_msg *msg; in get_nl80211_protocol_features() 940 static int wiphy_info_handler(struct nl_msg *msg, void *arg) in wiphy_info_handler() 1192 struct nl_msg *msg; in wpa_driver_nl80211_get_info() 1271 static int dfs_info_handler(struct nl_msg *msg, void *arg) in dfs_info_handler() 1302 struct nl_msg *msg; in qca_nl80211_check_dfs_capa() 1330 static int features_info_handler(struct nl_msg *msg, void *arg) in features_info_handler() 1387 struct nl_msg *msg; in qca_nl80211_get_features() 2128 static int phy_info_handler(struct nl_msg *msg, void *arg) in phy_info_handler() 2496 static int nl80211_get_reg(struct nl_msg *msg, void *arg) in nl80211_get_reg() [all …]
|
H A D | driver_nl80211_event.c | 342 static int qca_drv_connect_fail_reason_code_handler(struct nl_msg *msg, in qca_drv_connect_fail_reason_code_handler() 378 struct nl_msg *msg; in drv_get_connect_fail_reason_code() 4143 int process_global_event(struct nl_msg *msg, void *arg) in process_global_event() 4229 int process_bss_event(struct nl_msg *msg, void *arg) in process_bss_event()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | neigh.c | 163 static int get_neigh_cb(struct nl_msg *msg, void *arg) in get_neigh_cb() 582 static int get_route_cb(struct nl_msg *msg, void *arg) in get_route_cb() 818 struct nl_msg *m; in process_get_neigh()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-linux.c | 544 struct nl_msg *msg; in add_mon_if() 648 struct nl_msg *msg; in del_mon_if()
|