Searched refs:tx_chanwidth (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/common/ |
D | ocv.c | 102 struct wpa_channel_info *ci, int tx_chanwidth, in ocv_verify_tx_params() argument 140 if (tx_chanwidth > oci.chanwidth) { in ocv_verify_tx_params() 143 tx_chanwidth, oci.chanwidth); in ocv_verify_tx_params() 153 if (tx_chanwidth == 40 && ci->frequency < 2500 && in ocv_verify_tx_params()
|
D | ocv.h | 44 struct wpa_channel_info *ci, int tx_chanwidth,
|
/hostap-latest/src/ap/ |
D | ieee802_11_shared.c | 280 int tx_chanwidth; in ieee802_11_sa_query_action() local 302 ci.seg1_idx, &tx_chanwidth, in ieee802_11_sa_query_action() 307 tx_chanwidth, tx_seg1_idx) != in ieee802_11_sa_query_action()
|
D | wpa_auth.c | 3873 int tx_chanwidth; local 3886 ci.seg1_idx, &tx_chanwidth, 3891 tx_chanwidth, tx_seg1_idx); 5447 int tx_chanwidth; local 5459 ci.seg1_idx, &tx_chanwidth, 5464 tx_chanwidth, tx_seg1_idx) !=
|
D | wpa_auth_ft.c | 3694 int tx_chanwidth; in wpa_ft_validate_reassoc() local 3706 ci.seg1_idx, &tx_chanwidth, in wpa_ft_validate_reassoc() 3711 tx_chanwidth, tx_seg1_idx); in wpa_ft_validate_reassoc()
|
D | ieee802_11.c | 4359 int tx_chanwidth; in __check_assoc_ies() local 4371 ci.seg1_idx, &tx_chanwidth, in __check_assoc_ies() 4376 tx_chanwidth, tx_seg1_idx); in __check_assoc_ies()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_mpm.c | 1319 int tx_chanwidth; in mesh_mpm_action_rx() local 1330 ci.seg1_idx, &tx_chanwidth, in mesh_mpm_action_rx() 1335 tx_chanwidth, tx_seg1_idx) != in mesh_mpm_action_rx()
|